Member CAVHSYMP in CAI.CAVHPROC contains sample JCL for executing postprocessor IN25SYMP as a standalone batch job. Use this member to load symbolic information from previously saved PL/I listings as follows:
//CAVHSYMP PROC PROTSYM=CAI.PROTSYM, // NAME=XXXXXXXX, // LISTLIB=USER.LISTLIB, // MEMBER=XXXXXXXX, // LISTER=ALL, // CUTPRINT=ALL //* //IN25PARM EXEC PGM=IN25PARM,REGION=512K, // PARM='&MEMBER,LISTER=&LISTER,CUTPRINT=&CUTPRINT' //STEPLIB DD DISP=SHR,DSN=CAI.CAVHLOAD //CARDS DD DSN=&&CARDS,DISP=(,PASS), // UNIT=SYSDA,SPACE=(TRK,(1,1)) //* //IN25SYMP EXEC PGM=IN25SYMP,REGION=2M //STEPLIB DD DISP=SHR,DSN=CAI.CAVHLOAD //PROTSYM DD DISP=SHR,DSN=&PROTSYM //INPUTT DD DISP=SHR,DSN=&LISTLIB(&MEMBER) //CARDS DD DSN=&&CARDS,DISP=(OLD,DELETE) //SYSPRINT DD SYSOUT=* //MESSAGE DD SYSOUT=* //MSGS DD SYSOUT=* //
You can override the following procedure variables:
|
Variable |
Description |
|---|---|
|
PROTSYM |
Specifies the name of the symbolic file being updated. |
|
NAME |
Specifies the name that is used to store the symbolic information in the PROTSYM file. This name is used by the CA Application Quality and Testing Tools products to locate the symbolic information and is displayed when listing the contents of your PROTSYM. When loading symbolic information for use with CA InterTest for CICS, specify the name of the CICS program definition, or for composite support, specify the monitor name. |
|
LISTLIB |
Specifies the name of the partitioned data set containing the listing from the PL/I compiler. |
|
MEMBER |
Specifies the name of the member in the listing library that contains the compiler listing for the program being added. |
|
LISTER |
Specifies how much of the listing to save in the PROTSYM file. |
|
CUTPRINT |
Specifies how much of the listing to write to the OUTPUT file. |
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |