
JCL Syntax Checking
User Reference
Connectivity Systems, Inc.—Copyright © 2006
Use Pursuant to Company Instructions
9-7
Example The following is an example using TYPRUN command syntax.
// JOB XYZ TYPRUN=SCANS
RESTART Restarts your job. When a job cancels, you may
want to restart it at a job step other than the first step
of the job. You can branch to the desired step with a
JMCL GOTO parameter. However, if you have
specified the JMCL parameter HOLD or
configuration option PURBYP=YES, disk datasets
flagged for purge are not purged when a job cancels.
If you bypass steps with GOTO, work datasets
created in those steps need to be specially purged.
TYPRUN=RESTART purges those datasets when
they are flagged for purge with the DLBL option
code P option code X, or DD DISP=(x,DELETE).
Parameter Definition
Komentarze do niniejszej Instrukcji