To see the contents of a port, you can use: PVARS with the port number
as an argument. So 0 PVARS would show a list of the contents of port
0. After you manually create a job with same made-up points, try:
{ 0 1 2 3 4 5 6 7 8 9 } PVARS EVAL
On the stack should be a pairs of a list showing the contents of a
port and a real number corresponding to the amount of remaining memory
in that port.