TYPERUN Parameter
TYPERUN Parameter
Note! TYPRUN parameter can be coded only at the job level.
TYPRUN is used to request special job processing like scanning jobs for syntax errors, library errors, etc. TYPRUN is used to scan the job without executing it. If a job is submitted with TYPRUN, the job fails. TYPRUN is a keyword parameter and is optional.
Syntax -
TYPRUN= {SCAN }
{HOLD }
{JCLHOLD}
{COPY }
SCAN | SCAN checks syntax errors without executing the job and allocating devices. SCAN used to check for -
While using SCAN, the system does not check the following -
|
COPY & JCLHOLD | Options are available in JES2 only. |
HOLD | Requests the system to put the job on hold. The operator should explicitly release the job to run. To release the job, use "A" in front of the job in SPOOL, which brings the job to execution. |
Examples -
Scenario - TYPRUN=SCAN.
//MTHEXMP1 JOB (META007),'PAWAN Y',TYPRUN=SCAN
Once the job is submitted, it first scans all the syntactical errors. If any errors are detected, the job fails with errors.