The STOP control statement signals the end of a processing phase and the start of the next processing phase, if applicable. The processing phases (in order) are:
The pre-sort and post-sort designations are not applicable if sorting is not requested (no SORT control statement).
STOP
The following example concludes processing when the first digit of JOB is greater than or equal to "B":
/IF SUBSTR(JOBNAME,1,1) GE 'B' / STOP /END /PRINT JOBNAME
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|