Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

These parameters can be combined to select the job steps to execute. Initially, all steps will be selected for execution. If either START or END is specified, they will be applied first. Then, SKIP and NOSKIP will be applied in the order they are specified. On rerun, any step selections from the prior run will be remembered and honored, unless overridden.

Examples

...

Execute UAGRERUN in stand-alone mode. Run all steps and delete any datasets before execution.

Code Block
languagexml
//STEP00   EXEC PGM=UAGRERUN,PARM=NOUAG

...


//SYSPRINT DD SYSOUT=*


Execute UAGRERUN in stand-alone mode. The job has 5 steps, not counting UAGRERUN. Run only the last 3.

...