SUMMARY OF ASPL COMMANDS IN WORKSPACE MONSOCKET

ASPL 1> sok12345 = ggpsok(pno,32036)
set variable sok12345 to the dataset of sockets associated to process number 32036

ASPL 2> ?17,1 sok12345
interrogate the variable sok12345 17 times with a delay of 1 second in between, and in the meantime have a client process connect to socket 12345

ASPL 3> v sorted
display the symbol table showing all variables sorted, hence showing the archived variables

ASPL 4> ,fU sok12345 sok12345@1 sok12345@2 sok12345@3
display the union of the archived variable to show the differences, and this will show the changing state of the socket 12345

ASPL 5> bye
quit saving the workspace