Member CAVHSYMA in CAI.CAVHPROC contains sample JCL for executing postprocessor IN25SYMA as a standalone batch job. Use this member to load symbolic information from previously saved Assembler listings.
//CAVHSYMA 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)) //* //IN25SYMA EXEC PGM=IN25SYMA,REGION=2M //STEPLIB DD DISP=SHR,DSN=CAI.CAVHLOAD //PROTSYM DD DISP=SHR,DSN=&PROTSYM //INPUT DD DISP=SHR,DSN=&LISTLIB(&MEMBER) //CARDS DD DSN=&&CARDS,DISP=(OLD,DELETE) //OUTPUT DD SYSOUT=*, DCB=(RECFM=FBM,LRECL=121,BLKSIZE=2420) //MESSAGE 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. In most cases, this is the name of the first CSECT in the assembler listing. 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 Assembler listing. |
|
MEMBER |
Specifies the name of the member in the listing library that contains the Assembler 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 |