Guardian Programming Reference Summary for pTAL and TAL
Procedure Calls Summary (G-N)
Guardian Programming Reference Summary for pTAL and TAL—522631-001
6-41
NEWPROCESSNOWAIT 
(Superseded by PROCESS_CREATE_and PROCESS_LAUNCH_) Creates a new 
Guardian process using the nowait option.
<10> = 0
= 1
Use the DEFINE mode of caller.
Use value in flags.<12>.
<12> = 0
= 1
DEFINEs disabled.
DEFINEs enabled.
<14> = 1
= 0
Saveabend file creation.
No saveabend file creation.
<15> = 1
= 0
Inspect.
Debug.
jobid, INT:value input
errinfo, INT .EXT:ref:2 output
pfs-size, INT(32):value input
CALL NEWPROCESSNOWAIT ( 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 NEWPROCESSNOWAIT is used. If 
a value greater than 199 is specified, 199 is used.










