The ROUTETBL CSECT defines the syntax of the JES2 /*ROUTE control statement. CA JCLCheck scans this control statement as if there were a comma between the second and third parameters (so that it scans the /*ROUTE PRINT LOCAL COMMENTS as though it were coded /*ROUTE PRINT,LOCAL COMMENTS). The CA JCLCheck ROUTETBL enforces standard /*ROUTE syntax, including operand column requirements in non-MVS systems.
The CA JCLCheck ROUTETBL CSECT is:
ROUTETBL CSECT
$PTB LAST=DEST
$J6PCB NAME=OUTPUT,VTB=ROUTPUT,REQ=YES
$J6PCB NAME=DEST,VTB=CAZ2DTBL,REQ=YES
ROUTPUT $VTB LEN=(1,5),KTB=*
$KTB LAST=XEQ
$J6PCB NAME=(PRINT,PUNCH,XEQ)
Note: See MVS4XTBL in the CAZ2SRC library for the CA JCLCheck CSECTS.
|
Copyright © 2014 CA.
All rights reserved.
|
|