JCL Tutorial - JCL SORT INCLUDE statement if you want only certain records to appear in the output data set. The INCLUDE statement selects the records you want to include.
The system imbeds the INCLUDE group in the JCL stream (replacing the INCLUDE statement), and processes the included JCL statements with the JCL stream. The following example shows the use of the SET statement to assign values to symbolic parameters in an INCLUDE group. //* THIS INCLUDE GROUP...
The Exclude and Include options are complimentary processes, sharing common parameters to control which job exceptions should be processed byFault Analyzer. TheExclude/Includeprocess, as described inControlling which jobs are analyzed with Exclude processing, should be read and understood before studying t...
Unlike include(), require() will always read in the target file, even if the line it's on never executes. If you want to conditionally include a file, use include(). The conditional statement won't affect the require(). However, if the line on which the require() occurs is not exec...
Functions specify the actions that you want Advanced Allocation Management to perform using the selection criteria. To determine the functions to include in your rule definitions, review the following information.
The libraries specified on the USERLIB DD statement The search order for system include files Example:This example shows an excerpt from a JCL stream, that compiles a C program for a user whose user prefix isJONES: //COMPILE EXEC PROC=EDCC, ...