Examples of the PAGES parameter

Example 1
//JOB1   JOB  (123456),'R F B',PAGES=(500,CANCEL)

In this example, the job JOB1 will be cancelled when its output exceeds 500 pages.

Example 2
//JOB2   JOB  (123456),'R F B',PAGES=40
In this example, when the output for JOB2 exceeds 40 pages, the installation default determines whether the job is
  • Cancelled, and a dump is requested
  • Cancelled, and no dump is requested
  • Allowed to continue, with a warning message issued to the operator.