
JMCL Parameters RESET
Chapter 9. Job Management Control Language 9-13
RESET
RESET nullifies most JMCL parameters. You can use it to set the current or highest condition
code to zero, nullify GOTO branches, and nullify TIME control over a job.
We recommend that you use the global RESET parameter on the JOB statements and at the
end of all jobs that do not have a logical dependency on previous jobs.
RESET is valid on JOB, EXEC, JMCL, and OPTION statements. When it is specified on a
JOB statement, it is processed before any other JMCL parameters.
RESET=
CC
HC
NAME
TIME
CC resets the current condition code only.
HC resets the highest condition code only.
NAME nullifies any branch in effect. Processing resumes with the current statement.
TIME nullifies TIME control over the job.
When no subparameters are specified, all values are reset to the defaults.
Description
Syntax
Subparameters
Komentarze do niniejszej Instrukcji