Guardian Programming Reference Summary for pTAL and TAL
Procedure Calls Summary (G-N)
Guardian Programming Reference Summary for pTAL and TAL—522631-001
6-39
MYPID
(Superseded by PROCESSHANDLE_GETMINE_ and
PROCESSHANDLE_DECOMPOSE_ ) Gives a process its own processor and PIN
number.
MYPROCESSTIME
Returns the process execution time of the calling process.
MYSYSTEMNUMBER
(Superseded by NODENAME_TO_NODENUMBER_ or
PROCESSHANDLE_GETMINE_ and PROCESSHANDLE_DECOMPOSE_) Gives a
process its own system number.
MYTERM
(Superseded by PROCESS_GETINFO_ and PROCESS_GETINFOLIST_) Gives a
process the file name of its home terminal.
cpu,pin := MYPID;
cpu,pin, INT:value returned value
process-time := MYPROCESSTIME;
process-time, FIXED returned value
sysnum := MYSYSTEMNUMBER;
sysnum, INT returned value
CALL MYTERM ( filename );
filename, INT:ref:12 output