This macro builds verb table entries. This is similar to a $J6PCB and $KTB macro.
$VERB verbname, -PTB=dtbaddress-,
-XJBSIZE=size-,
-MINLN=length-,
-CODE=xjbcode-,
-EXIT=addr-,
-PREEXIT=addr-,
[LOADE=NO|YES],
[LOADP=NO|YES]
Specifies the verb name CA JCLCheck is searching for.
Specifies the external name of a pointer table defining the syntax and analysis of the control statement.
The name must appear on a CSECT or ENTRY statement. If you omit this parameter, CA JCLCheck does not analyze the JES2 statement's operands.
CA JCLCheck requires this parameter if you specify the PTB operand and specify the size, in bytes, of the XJB. CA JCLCheck requires the XJB to contain the flags and extracted values when analyzing the utility control statement.
CA JCLCheck ignores this operand if you omit the PTB operand.
Minimum number of characters for this verb.
Code number CA JCLCheck sets in XJB.
For information on XJBUTIL, see User Exits.
CA JCLCheck enters this exit after it scans the verb.
CA JCLCheck enters this exit after it scans the verb.
YES loads the exit at runtime, NO links the PREEXIT exit with CA JCLCheck.
Default: NO
YES loads the PREEXIT at run time, NO links the PREEXIT exit with CA JCLCheck.
Default: NO
For information about XJBUTIL, see User Exits. The verb tables for IEHPROGM, IDCAMS, and XCOM are in member JCLUTIL in the CAZ2SRC library.
|
Copyright © 2014 CA.
All rights reserved.
|
|