Guardian Programming Reference Summary for pTAL and TAL
Procedure Calls Summary (G-N)
Guardian Programming Reference Summary for pTAL and TAL—522631-001
6-40
NEWPROCESS 
(Superseded by PROCESS_CREATE_ and PROCESS_LAUNCH_) Creates a new 
Guardian process.
CALL NEWPROCESS ( filenames
 ,[ priority ]
 ,[ memory-pages ]
 ,[ processor ]
 ,[ process-id ]
 ,[ error ]
 ,[ name ]
 ,[ hometerm ]
 ,[ flags ]
 ,[ jobid ]
 ,[ errinfo ]
 ,[ pfs-size ] );
filenames, INT:ref:12
          INT:ref:38
input
priority, INT:value input
<0> = 1 A code breakpoint is set on the first executable instruction of the program’s 
MAIN procedure.
<1> = 1
= 0
The additional fields in filenames are used.
The additional fields in filenames are ignored.
<2:7> Should be 0.
<8:15> = 0 The priority of the caller of procedure NEWPROCESS is used. If a value 
greater than 199 is specified, 199 is used.
memory-pages, INT:value input
processor, INT:value input
process-id, INT:ref:4 output
error, INT:ref:1 output
name, INT:ref:3 input
hometerm, INT:ref:12 input
flags, INT:value input










