Guardian Programming Reference Summary for pTAL and TAL
Procedure Calls Summary (O-Q)
Guardian Programming Reference Summary for pTAL and TAL—522631-001
7-22
PROCESS_GETINFO_ 
Obtains a limited set of information about a specified process.
error := PROCESS_GETINFO_ ( [ processhandle ]
 ,[ file-name:maxlen ]
 ,[ file-name-len ]
 ,[ priority ]
 ,[ mom's-processhandle ]
 ,[ hometerm:maxlen ]
 ,[ hometerm-len ]
 ,[ process-time ]
 ,[ creator-access-id ]
 ,[ process-access-id ]
 ,[ gmom's-processhandle ]
 ,[ jobid ]
 ,[ program-file:maxlen ]
 ,[ program-len ]
 ,[ swap-file:maxlen ]
 ,[ swap-len ]
 ,[ error-detail ] 
 ,[ proc-type ]
 ,[ oss-pid ] );
error, INT returned value
0 Information is returned for the specified process.
1 File-system error; error-detail contains the error number.
2 Parameter error; error-detail contains the number of the first parameter found to be 
in error, where 1 designates the first parameter on the left.
3 Bounds error; error-detail contains the number of the first parameter found to be 
in error, where 1 designates the first parameter on the left.
4 Specified process does not exist.
5 Unable to communicate with processor.
6 Unable to communicate with system.
processhandle, INT .EXT:ref:10 input:output
file-name:maxlen, STRING .EXT:ref:*,INT:value output:input
file-name-len, INT .EXT:ref:1 output
priority, INT .EXT:ref:1 output
mom's-processhandle, INT .EXT:ref:10 output
hometerm:maxlen, STRING .EXT:ref:*,INT:value output:input
hometerm-len, INT .EXT:ref:1 output










