The OUTPUT processing subroutine checks for anything that is related only to OUTPUT statement processing. You can still reference the JOB, EXEC, DD, and other statement variables as needed. Only one OUTPUT statement is active at any one time.
/******************************************************************************/ /* OUTPUT Processing Logic */ /******************************************************************************/ /* The value of all OUTPUT variables are only maintained within a given */ /* OUTPUT statement. When another statement is encountered, the values change.*/ /******************************************************************************/ A OUTPUT_PROCESSING: B Return
Defines the name of this subroutine to the DO WHILE loop.
Causes control to return to the main DO WHILE loop.
|
Copyright © 2014 CA.
All rights reserved.
|
|