id stringlengths 14 14 | text stringlengths 3 7k | source stringclasses 1
value |
|---|---|---|
0bfab36fa116-1 | after the XREF table:
//CARDS DD *
ORDEDIT,CUTPRINT=REF
/*
NOTE
Specify the CUTPRINT parameter only when you do not want all or part of your listing printed. The entire listing
is printed if you omit this parameter.
Saving Your Listing for Online Display with the LISTER Option
Append the LISTER option to your pa... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
5b8a98b44775-0 | InterTest™ and SymDump ® 11.0
,LISTER=REF
Saves only the source and XREF sections.
,LISTER=OFFSET
Saves the listing up to, and including, the table of offsets.
The following sample parameter statement saves symbolic information for program ORDEDIT, does not print any of the
listing, and saves only the source and XREF s... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
5b8a98b44775-1 | AGGREGATE
ATTRIBUTES(FULL)
MAP
NEST
NOGONUMNONUMBER
OPTIONS
SOURCE
STMT or GOSTMT
STORAGE
XREF(FULL)
1422 | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
567d099b6528-0 | InterTest™ and SymDump ® 11.0
The following compiler options are required to load symbolic information for PL/I programs when using Enterprise PL/I for
z/OS or Visual Age PL/I:
AGGREGATE
ATTRIBUTES(FULL)
LIMITS(NAME(31))
LIST
MAP
NATLANG(ENU)
NESTNOGONUM
NOSTMT
NUMBER
OPTIONS
SOURCE
STORAGE
XREF(FULL)
NOTE
•Because of ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
567d099b6528-1 | //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 ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
3bc54e35738b-0 | InterTest™ and SymDump ® 11.0
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 Broadcom
Application Quality and Test... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
3bc54e35738b-1 | same file as the SYSPRINT DD from the compile step.
5.Add a new IEBGENER step to print the compiler listing only if the compiler detects errors.
The following example shows modifications to a compile procedure:
//PLI EXEC PGM=IBMZPLI,REGION=4M,
// PARM=('OBJ,X(F),A(F),OP,MAP,STG,AG,NES... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
fb314086511b-0 | InterTest™ and SymDump ® 11.0
//* POST-PROCESS THE COMPILER LISTING
//*
//SYM EXEC PGM=IN25SYMP,REGION=4M,COND=(4,LT) <= 4
//STEPLIB DD DSN=CAI.CAVHLOAD,DISP=SHR
//PROTSYM DD DSN=USER.PROTSYM,DISP=SHR
//SYSPRINT... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
fb314086511b-1 | Execute IN25SYMA as a standalone batch job to load a single Assembler listing that has been previously saved to a
permanent file, or add it to your existing Assembler JCL procedure. The method you select depends entirely on the
procedures at your own installation. Both methods are described in this article.
IN25SYMA JC... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
89f43a78c083-0 | InterTest™ and SymDump ® 11.0
IN25SYMA Options
Options are passed to IN25SYMA using a parameter statement in the CARDS DD. Specify the parameter statement as an
in-stream control card, or when using a JCL procedure, generate it using program IN25PARM as follows:
//IN25PARM EXEC PGM=IN25PARM,PARM='parameter statement'
... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
89f43a78c083-1 | Append the CUTPRINT option to your parameter statement to control printing of the assembler listing as follows:
,CUTPRINT=ALL
Do not print any of the assembler listing.
,CUTPRINT=REF
Stops printing the listing after the Cross Reference report.
The following sample parameter statement saves symbolic information for prog... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
8008fd014647-0 | InterTest™ and SymDump ® 11.0
,LISTER=ALL
Saves the entire assembler listing.
,LISTER=REF
Saves the listing up to, but not including, the Cross Reference report.
The following sample parameter statement saves symbolic information for program ORDEDIT while printing and saving
the listing up to, but not including, the Cr... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
8008fd014647-1 | NOBATCH Only one assembler source program is in the input source file
USING Using Map report
XREF(FULL) or XREF(SHORT) Full cross-reference or cross-reference of referenced names
NOTE
•Do not suppress statements that define the start of a DSECT in the listing by PRINT OFF or PRINT NOGEN.
•High Level Assembler r2.0 user... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
73d1b8a41d1d-0 | InterTest™ and SymDump ® 11.0
Executing IN25SYMA as a Standalone Program
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,
// ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
73d1b8a41d1d-1 | //
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... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
3c304db43012-0 | InterTest™ and SymDump ® 11.0
Follow these steps to update your existing assembly procedure:
1.Ensure that your assemble step specifies all of the required Assembler options.
2.If the SYSPRINT output from your assemble step is written to SYSOUT, change the DD statement so that a temporary
disk file is created for your ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
3c304db43012-1 | //CARDS DD DSN=&&CARDS,DISP=(NEW,PASS),
// UNIT=SYSDA,SPACE=(TRK,(1,1))
//*
//* POST-PROCESS THE COMPILER LISTING
//*
//SYM EXEC PGM=IN25SYMA,REGION=4M,COND=(4,LT) <= 4
//STEPLIB DD DSN=CAI.CAVHLOAD,DISP=SHR ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
e9e7ae0e5b44-0 | InterTest™ and SymDump ® 11.0
IN25LINK
Use program IN25LINK to define the additional symbolic information required for testing composite modules using
InterTest for CICS.
A composite module consists of separately compiled or assembled parts that are brought together under a single module
name by the IBM Linkage Editor.... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
e9e7ae0e5b44-1 | MESSAGE Messages produced by IN25LINK during postprocessing are
written to this file.
PROTSYM The file to which the symbolic information is written.
CARDS The input control statements that define the relationships between
your monitor names and the subroutines of your composite
module.
IN25LINK Options
Options are pass... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
29cfd371d44c-0 | InterTest™ and SymDump ® 11.0
The program name specified in this parameter statement must be the same as the CICS program definition name of the
composite module.
You can also specify the NOPURGE option on this statement. This option specifies that symbolic information for the
composite module cannot be purged from t... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
29cfd371d44c-1 | card, beginning in column 1, as follows:
EXCLUDE=
(or)
EXCLUDE=name[,name,…,name]
Specifying EXCLUDE without any names instructs IN25LINK not to exclude any subroutines.
Specifying EXCLUDE= xxxxxxxx instructs IN25LINK to exclude subroutines whose names are represented by xxxxxxxx .
Specify the entire link-name ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
21d024829a6f-0 | InterTest™ and SymDump ® 11.0
After assembling SUBMODA, SUBMODB, and SUBMODC, you loaded their symbolic information by executing
postprocessor IN25SYMA. You selected monitor names of ASMMODA, ASMMODB, and ASMMODC for the subroutines.
Next, you compiled MAINMOD and loaded its symbolic information by executing postproces... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
21d024829a6f-1 | //SYSPRINT DD DSN=&&INPUT,DISP=(,PASS),
// UNIT=SYSDA,SPACE=(TRK,(2,5)),
// DCB=(DSORG=PS,LRECL=121,BLKSIZE=2420,RECFM=FB)
//*
//* IN25LINK Step
//*
//POSTLINK EXEC PGM=IN25LINK,REGION=512K
//STEPLIB DD DSN=CAI.CAVHLOAD,DISP=SHR
//INPUT DD DSN=&&INPUT,DISP=(OLD,DELETE)
//MESSAGE DD SYSOUT=*
//OUTPUT ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
dfd169daa8ea-0 | InterTest™ and SymDump ® 11.0
Executing IN25LINK as a Standalone Program
Member CAVHLINK in CAI.CAVHPROC contains sample JCL for executing postprocessor IN25LINK as a standalone
batch job. Use this member to load composite information from a previously saved Linkage Editor listing.
//CAVHLINK PROC PROTSYM=CAI.PROTSYM,... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
dfd169daa8ea-1 | postprocessor step directly to the JCL procedure that you use to link-edit your programs.
Follow these steps to update your existing link-edit procedure:
1.Ensure that your link-edit step specifies all of the required link-edit options.
2.If the SYSPRINT output from your link-edit step is written to SYSOUT, change the ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
ff0f20eaf9e7-0 | InterTest™ and SymDump ® 11.0
//* GENERATE THE PARAMETER STATEMENT FOR IN25LINK
//*
//CARDS EXEC PGM=IN25PARM,REGION=1M,COND=(4,LT), <= 3
// PARM='&MEMBER'
//STEPLIB DD DSN=CAI.CAVHLOAD,DISP=SHR
//CARDS DD DSN=&&CARDS,... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
ff0f20eaf9e7-1 | //SYSIN DD DUMMY
NOTE
•If the SYSPRINT DD on your link-edit step refers to a permanent data set, the INPUT DD for IN25LINK must
point to the same data set.
•If you prefer to pass your parameter statement as an override in the invoking JCL, delete the CARDS step,
... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
efe4f663ade1-0 | InterTest™ and SymDump ® 11.0
When you load symbolic information from Endevor , ensure that the Endevor AUTHLIB, CONLIB, and the data set
containing C1DEFLTS are either in LINKLIST or in the STEPLIB concatenation. When you load symbolic information from
Librarian or Panvalet , ensure that the Librarian or Panvalet ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
efe4f663ade1-1 | using the FROM keyword, omit the TO keyword, and change the LISTLIB DD name to INPUT.
When using LTYP=NDV, you must also change the EXEC card to the following JCL:
//STEP1 EXEC PGM=NDVRC1,PARM='IN25SYMD',REGION=4M
Examples
This section contains postprocessor IN25SYMD examples.
Example 1
All of the programs with the p... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
9e5a9a6eed32-0 | InterTest™ and SymDump ® 11.0
//LISTLIB DD DISP=SHR,DSN=USER.LIBRARIAN.LIBRARY
//REPORT DD SYSOUT=*
//OPTIN DD *
LTYP=LIB,FROM=PAY*,MSG=ALL
/*
Example 2
Program COBDEMO is loaded into the PROTSYM file fr... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
9e5a9a6eed32-1 | LTYP=PDS,FROM=C,TO=E9999999,MSG=RC
/*
Maintaining a PROTSYM File
The IN25UTIL batch utility program maintains and reports on the symbolic file. This program runs in batch, separate from
the postprocessors that are used to load symbolic information into the symbolic file. This article describes how to maintain
the PROTS... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
5a38f3e6a5be-0 | InterTest™ and SymDump ® 11.0
The following table describes the DD statements used by IN25UTIL:
DDname Description
STEPLIB The load library containing IN25UTIL.
PROTSYM The file on which maintenance or reporting is being performed.
MESSAGE Output and messages from IN25UTIL are written to this file.
OUTPUT Output from... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
5a38f3e6a5be-1 | //MESSAGE DD SYSOUT=*
//PROTSYM DD DSN=CAI.PROTSYM,DISP=SHR
//CARDS DD *
PASSWORD=12345678
DELETE=ORDEDIT,ALL
DELETE=TEST1,OLDEST
DELETE=COB*
/*
INITIALIZE
Initializes the symbolic file. This function must always be run after a symbolic file is created using VSAM Access
Method Services.
For a newly define... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
762a5986f6f8-0 | InterTest™ and SymDump ® 11.0
The INITIALIZE function supports the MAXPGMVER and USEDSPACEMSG parameters.
Examples: Initialize a Symbolic File
The following example initializes a symbolic file without support for multiple program versions:
//UTILITY JOB
//STEP1 EXEC PGM=IN25UTIL
//STEPLIB DD DSN=CAI.CAVHLOAD,DI... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
762a5986f6f8-1 | provide the OUTPUT DDname.
The PRINT function supports the following parameters: AFTERDATETIME, ALL, BEFOREDATETIME,
DATETIME, NEWEST, OLDEST.
Example: Print a Program Listing
The following example prints the newest saved listing for program ORDEDIT, all saved listings for program TEST1, and all
listings for program TE... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
ac7ad3205636-0 | InterTest™ and SymDump ® 11.0
PRINT=TEST2,AFTERDATETIME=2014/01/28
/*
PURGE=nnn
Removes symbolic data for any program that has not been compiled or assembled within the number of days
specified by nnn, where nnn is a decimal number from 1 to 365.
The PASSWORD control statement, if specified, must precede the PURGE ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
ac7ad3205636-1 | DATETIME, NEWEST, OLDEST. These parameters cannot be used with a generic program name.
You can rename a program that is being a reloaded by providing a new program name after the RELOAD control
statement and any multiversion subparameters. You cannot rename a program when you specify a generic
program name.
Example: Re... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
d0546f7f5c81-0 | InterTest™ and SymDump ® 11.0
RELOAD=ORDEDIT,OLDEST,ORDEDIT2
RELOAD=COB*
/*
REPORT
Produces a Symbolic File report that contains statistics and a detailed report on each program.
Example: Generate Reports
//UTILITY JOB
//STEP1 EXEC PGM=IN25UTIL
//STEPLIB DD DSN=CAI.CAVHLOAD,DISP=SHR
//MESSAGE DD SYSOUT=*... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
d0546f7f5c81-1 | //PROTSYM DD DSN=CAI.PROTSYM,DISP=SHR
//UNLOAD DD DSN=USER.UNLOAD,
// DISP=(NEW,CATLG,CATLG),SPACE=(CYL,(5,10),RLSE),
// DCB=(RECFM=FB,LRECL=2042,BLKSIZE=20420)
//CARDS DD *
UNLOAD=ORDEDIT,AFTERDATETIME=2014/12/31
UNLOAD=COB*
/*
UPDATE
Updates the values for the USEDSPACEMSG parameter. The ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
9f1d068760f9-0 | InterTest™ and SymDump ® 11.0
//STEP1 EXEC PGM=IN25UTIL
//STEPLIB DD DSN=CAI.CAVHLOAD,DISP=SHR
//MESSAGE DD SYSOUT=*
//PROTSYM DD DSN=CAI.PROTSYM,DISP=SHR
//CARDS DD *
PASSWORD=12345678
UPDATE,USEDSPACEMSG=80
/*
Example: Reorganize the Symbolic File
The following example reorganizes or changes the si... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
9f1d068760f9-1 | DEFINE CLUSTER (NAME(CAI.PROTSYM) -
VOLUME(SYMVOL) -
FILE(SYSUT1) -
CYLINDERS(20) -
CISZ(2048) -
RECSZ(2040 2040) -
SHR(4 4) -
NUMBERED) -
DATA (NAME(C... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
e0c578978173-0 | InterTest™ and SymDump ® 11.0
IN25UTIL Parameters
Some functions support parameters that modify the function results. The functions that support these parameters are
noted in the function description.
AFTERDATETIME=YYYY/MM/DD HH:MM:SS
Applies the function to all versions of the saved source listing for the program sp... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
e0c578978173-1 | OLDEST
Applies the function to the oldest version of the saved source listing for the program specified by name .
USEDSPACEMSG
Specifies the limit of used space in PROTSYM in percentage. When the limit is reached, the SYM070 message is
issued. If the value equals 0, the SYM070 message is not issued.
Default: 0
Values: ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
f9c341750378-0 | InterTest™ and SymDump ® 11.0
If one of the PROTSYM entries matches the compile date and time, that entry in the PROTSYM is used. If a matching
entry is not found, and if dynamic symbolic support is activated, the system attempts to locate the Endevor footprint and
the listing associated with the load module library, ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
f9c341750378-1 | NOTE
Data set CAI.CAVHPROC contains a sample PROC that can be used to start the Listing Server.
Define Unique PROC
Define a unique PROC in your PROCLIB for each Endevor site ID in your environment.
Each copy of the PROC must have the following PROCNAME:
xxxxxxxy
•xxxxxxx is the first seven characters of the PROCNAME ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
b9b9d85e4467-0 | InterTest™ and SymDump ® 11.0
NOTE
The first seven character names defined in your PROCLIB must match the PROCNAME defined to the
Broadcom testing tools product.
PROCNAME is defined in the following elements by product:
•InterTest Batch is defined in IN25SITE
•SymDump Batch is defined in CAOUXFDR
•InterTest for CICS ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
b9b9d85e4467-1 | MODLRESP DD statement is shown next:
//MODLRESP DD DUMMY,SPACE=(CYL,(1,1)) MODEL FOR RESPONSE DATASET
•The MODLLIST DD statement specifies the model space allocation (for Endevor listing files) to override the default
of (TRK, (5,5). Depending on your requirement, you can override this limit to avoid SB37s. A s... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
b649ef84ce84-0 | InterTest™ and SymDump ® 11.0
NOTE
We strongly recommend that you do not comment out this DD statement because the information is critical
for Broadcom Support to help you resolve any problems you encounter.
•The JOBLOG DD statement is used to trigger message extraction when any subtask encounters critical errors or
a... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
b649ef84ce84-1 | sets are not defined in the LINKLIST, also define these data sets in the STEPLIB DD statement concatenation.
NOTE
CONLIB must be defined with a DDName of CONLIB, not part of the STEPLIB concatenation.
•Set//SRVPRINT DD SYSOUT=* to trigger dynamic symbolic support related logging
•Set//DSSLOG DD SYSOUT=* to receive the ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
c874b3474e85-0 | InterTest™ and SymDump ® 11.0
*** ALLOCATING PROTSYM MSGS FILE.
*** PROTSYM MSGS FLE ALLOCATED. DDNAME: SYS00050 SPACE=(TRK,(01,03))
*** ALLOCATING PROTSYM REPORT FILE.
*** PROTSYM REPORT FILE ALLOCATED. DDNAME: SYS00051 SPA... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
c874b3474e85-1 | *** PROTSYM FILE ALLOCATED. DDNAME: SYS00066
*** ADDING COBQAA05 AS COBQAA05 TO PROTSYM DSN: AD1QA.SYMDUM85.GUI.NDVRSYM.ND
*** IN25CDRV RETURN CODE = 0 ***
*** CALLING NDVR TO TERMINATE API ***
*** ENA$NDVR API TERMINATED. ***
*** IN25NDVR ENDED AT... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
663ddf571101-0 | InterTest™ and SymDump ® 11.0
This array entry will not work.
•Duplicate symbol names in the same PROC are not supported. For example:
DCL A CHAR(5);
DCL 1 Z,
2 P BIN FIXED,
2 A BIN FIXED;
Using the previous example, when CORE='A' is issued, unpredictable results occur. However, the same variable name
in different PRO... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
663ddf571101-1 | LABEL1 : LABEL2 : PROC ;
This is not supported.
Use of the PL/I pre-processor options %NOPRINT, NUMBER, GONUM, and MARGINI is prohibited. If you must use
%NOPRINT, call Broadcom Support .
How Postprocessors Store Symbolic Information
When your application programs are compiled or assembled, symbolic information about t... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
d39bbd04a34b-0 | InterTest™ and SymDump ® 11.0
Postprocessors
Several postprocessors exist to extract symbolic information from the supported compilers and assemblers. Each
postprocessor is discussed in detail in Adding Symbolic Information.
Postprocessor Supported Compilers
IN25SYMC OS/VS COBOL
IN25COB2 Enterprise COBOL for z/OS and O... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
d39bbd04a34b-1 | For more information, see Dynamic Symbolic Support.
Using the listing postprocessors to collect symbolic information does not change your program in any way. The listing
produced by your compiler or assembler is used only as input. Your object module is not changed. Only the PROTSYM is
updated.
COBOL OPTIMIZE Compiler ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
9a88a0b46e71-0 | InterTest™ and SymDump ® 11.0
OPTIMIZE(0)
(Default)
All COBOL statements generate code as usual in the order that they appear without compiler code suppression or
reorganization for execution time optimization.
OPTIMIZE(1)
Not all COBOL statements generate code, and lines that are generated might not appear in the same... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
9a88a0b46e71-1 | Suppresses optimization
Note: If TEST(EJPD) is in use, compilation with OPTIMIZE(1) or OPTIMIZE(2) generates code in the same order
as OPTIMIZE(0) . After compilation, you can confirm in the listing that this option has a different appearance from
OPTIMIZE(0) .
NOTE
The STGOPT option is not related to code executi... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
3a078fb6f13b-0 | InterTest™ and SymDump ® 11.0
Diagnosis
For further diagnosis of production problems in a program that uses optimization, debugging with as much optimization
might provide more information about what occurred, including the following examples:
•When a specific field changes
•The paths followed
•The order of statement e... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
3a078fb6f13b-1 | Abend Analyzer for Mainframe Extension for Visual Studio Code
View Abend reports in a modern IDE interface with the Abend Analyzer for Mainframe extension.
Abend Analyzer for Mainframe is an IDE extension for SymDump with which you can view and manage SymDump
Abend reports and symbolic data in a modern IDE interface. A... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
2277b34c9d67-0 | InterTest™ and SymDump ® 11.0
The extension requires the Testing Tools Server, SymDump REST API, and incremental PTF LU02175 to run.
To install and view the user documentation for this extension, refer to the Visual Studio Code Marketplace .
Abend Analyzer for Mainframe is also part of Code4z , an all-round package tha... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
8a715b8b8950-0 | InterTest™ and SymDump ® 11.0
Messages and Codes
This section contains the messages and abend codes for InterTest and SymDump.
Explanations for the occurrence of each message and the action to be taken are also covered.
InterTest for CICS Messages
The following InterTest for CICS messages are explained:
SYM messages
Li... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
f1bb53b8acb9-0 | InterTest™ and SymDump ® 11.0
•CAPC messages
•CAPD messages
•CAPE messages
•CAPH messages
•CAPI messages
•CAPR messages
•CAPU messages
SymDump REST API Messages
The following SymDump Batch and CICS REST API messages are explained:
•CAVHR messages
IN25SYMP Abend Codes
Code Explanation
0 Program execution has completed... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
f1bb53b8acb9-1 | •The InterTest for CICS automatic breakpoint facility is disabled.
•There is no terminal on which to show the breakpoint display.
•The terminal designated to receive the breakpoint display is not a 3270type CRT (or compatible model).
INTP
Indicates that a PLI LE program was linked without CEESTART as its first CSECT an... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
2f596611d47a-0 | InterTest™ and SymDump ® 11.0
Indicates that the task at a breakpoint could not recover from an abend. If you know the reason (for example, you
abended the task), ignore this code; otherwise, contact InterTest for CICS technical support.
NATI
Indicates that a breakpoint display is being directed to a terminal that does... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
2f596611d47a-1 | informational message providing information regarding the Endevor status.
A message similar to this may appear:
Dynamic PROTSYM load failed, RC = < NDVR > , REASON = < SITE >
The following table defines the RC = and Reason = values.
RC = < NDVR > Reason = < SITE > Message
INQY SYMF Inquiry on the NDVRSYM file failed.
... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
7f4c52ba1a3a-0 | InterTest™ and SymDump ® 11.0
nn nnnn Numeric return code and reason codes are
Endevor codes.
nn CDRV nn = Return code from the post processor,
IN25COB2, IN25SYMA, and so on.
InterTest for CICS Messages
Most of the InterTest for CICS messages are in online Help. Messages that are not accessible from online Help are li... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
7f4c52ba1a3a-1 | MM/DD/YYYY HH:MM:SS TASK STARTED
Reason:
The Region has started.
Action:
None. This is an informational message indicating the task has started.
CAIN5901
MM/DD/YYYY HH:MM:SS IN25TRCM LOAD OF IN25OPTS HAS FAILED
Reason:
The SymDump for CICS Trace Format Region cannot load the IN25OPTS module from the STEPLIB concatenat... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
244a018b0093-0 | InterTest™ and SymDump ® 11.0
Determine why the module is not available.
CAIN5902
MM/DD/YYYY HH:MM:SS IN25TRCM IN25OPTS HAS NO TRCFFMID
Reason:
The SymDump for CICS Trace Format Region cannot use the IN25OPTS module from the STEPLIB concatenation.
Processing terminates.
Action:
Review your IN25OPTS module definition.
... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
244a018b0093-1 | MM/DD/YYYY HH:MM:SS TASK RECVANY FAILED
Reason:
While processing a request, the task uses CCI SERVICES to enable communication between CICS and the task within
your CCI NETWORK. A CCI receive any call has failed. A dump may be taken and there are diagnostic messages
produced to the CICS MSGUSR queue and/or the task log... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
15260f78ce25-0 | InterTest™ and SymDump ® 11.0
Action:
None. This is an informational message indicating that the Trace Format Region received a format request.
CAIN5907
MM/DD/YYYY HH:MM:SS TASK SENDSPEC FAILED
Reason:
While processing a request, the task uses CCI SERVICES to enable communication between CICS and the task within
your C... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
15260f78ce25-1 | Formatting your CICS trace entries requires a considerable amount of virtual storage. To ensure that resource limits
are not exceeded, a maximum thread storage limit is specified in the IN25OPTS table used by the TRACE FORMAT
REGION. In this case the maximum thread storage limit has been exceeded by the selected trace.... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
2c1f149a38d5-0 | InterTest™ and SymDump ® 11.0
This may occur normally due to system loads. If the problem persists, Contact your Systems Programmer for resolution,
by reviewing and possibly increasing the IN25OPTS TRCFMEGM value specified.
CAIN5912
MM/DD/YYYY HH:MM:SS REQUEST REJECTED DUE TO MAX THREADS REACHED (TRCFTHRD)
Reason:
Form... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
2c1f149a38d5-1 | when the terminal is unattended, or during a system slowdown, a timeout limit is specified in the IN25OPTS for your
TRACE FORMAT REGION (TRCFTOUT). This message simply tells you what the timeout value is set to.
Action:
None. This is an informational message.
CAIN5916
MM/DD/YYYY HH:MM:SS IN25OPTS MAXIMUM NUMBER OF THRE... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
a322049e9437-0 | InterTest™ and SymDump ® 11.0
CAIN5917
MM/DD/YYYY HH:MM:SS IN25OPTS MAX STORAGE PER THREAD: NNNN MEGS (TRCFMEGT)
Reason:
Formatting your CICS trace entries requires a considerable amount of virtual storage. To ensure that resource limits are
not exceeded, a maximum thread storage limit is specified in the IN25OPTS tabl... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
a322049e9437-1 | terminate.
Action:
None. This is an informational message.
CAIN5930
MM/DD/YYYY HH:MM:SS TASK CCI FEEDBACK:
Reason:
This is an informational message used by Broadcom Support for diagnostic purposes.
Action:
Record this message number, and the time/date of the occurrence. Contact your systems programmer for resolution. ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
1f0078514170-0 | InterTest™ and SymDump ® 11.0
The task has shut down.
Action:
None. This is an informational message.
CAIN5951
REPLY 'SHUTDOWN' TO TERMINATE TRACE FORMAT
Reason:
This is an outstanding write to operator with reply. When the mvs console operator responds with the SHUTDOWN reply,
the trace format region ends gracefully.
... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
1f0078514170-1 | CICS task number in the CICS job that is sending the format request. CICSXXXX is the CICS job that is sending the
format request. The number of trace blocks being sent is also listed.
Action:
None. This is an informational message indicating that the Trace Format Region started a format subtask.
CAIN5981
MM/DD/YYYY HH:... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
09d3c9e1a706-0 | InterTest™ and SymDump ® 11.0
A dump may be taken and there are diagnostic messages produced to the CICS MSGUSR queue and/or the TRACE
FORMAT REGION SYSPRINT file.
Action:
Record this message number, and the time/date of the occurrence. Contact your systems programmer for resolution. They
may need to contact Broadcom S... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
09d3c9e1a706-1 | CICS task number in the CICS job that is sending the format request. CICSXXXX is the CICS job that is sending the
format request. A dump may be taken and there are diagnostic messages produced to the CICS MSGUSR queue and/or
the TRACE FORMAT REGION SYSPRINT file.
Action:
Record this message number, and the time/date of... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
7d48e9dc7dba-0 | InterTest™ and SymDump ® 11.0
CAIN5992
MM/DD/YYYY HH:MM:SS SUBXXXXX CICSXXXX FREEMAIN OF LIST HAS FAILED
Reason:
While formatting your CICS trace entries SymDump for CICS has encountered an internal error while trying to freemain
storage previously acquired. SUBXXXX uniquely identifies the subtask that has been starte... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
7d48e9dc7dba-1 | the CICS job that is sending the format request. CICSXXXX is the CICS job that is sending the format request. API CALL
FAILURE is followed by diagnostic information that must be provided to Broadcom Support .
Action:
Record this message number, and the time/date of the occurrence. Contact your systems programmer for re... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
959894fd7b4c-0 | InterTest™ and SymDump ® 11.0
While formatting your CICS trace entries SymDump for CICS has encountered an internal error. SUBXXXX uniquely
identifies the subtask that has been started to format a CICS trace, the number corresponds to the CICS task number in
the CICS job that is sending the format request. CICSXXXX is... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
959894fd7b4c-1 | None. This is an informational message indicating that the Trace Format Region completed a format request.
SymDump for CICS Online Messages
CASD3469
API FAILURE OCCURRED DURING CAPTURE
Reason:
During dump capture, program IN25STRU attempted to gather information for the abending task, but failed.
Action:
Verify that t... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
0a13491b8879-0 | InterTest™ and SymDump ® 11.0
CASD6048
SYMDUMP is suppressing the CICS dump
Reason:
Since SymDump for CICS has captured the dump, it is suppressing the CICS transaction dump.
Action:
None.
CASD6049
SYMDUMP R.0000 COLD ASM MM/DD/YYYY HH.MM
Reason:
This is an informational message always displayed when SymDump for CICS... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
3063316162e2-0 | InterTest™ and SymDump ® 11.0
CASD6072
SYMDUMP WILL NOT CAPTURE THIS DUMP
Reason:
Informational message indicating that SymDump for CICS will not capture the intercepted dump. There are other
messages indicating why this action has been taken.
Action:
None.
CASD6073
SYMDUMP HAS CAPTURED THIS DUMP
Reason:
Informational... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
fa0bf857bb8a-0 | InterTest™ and SymDump ® 11.0
CASD6080
DUPLICATE DUMP SUPPRESSION IN EFFECT
Reason:
Informational message indicating that duplicate dump suppression is active, and that the dump is being suppressed for
that reason.
Action:
None.
CASD6081
STIMERM FAILURE, CANNOT CAPTURE DUMP
Reason:
A catastrophic internal system failur... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
fa0bf857bb8a-1 | SYMDUMP DOES NOT SUPPORT "C" LANGUAGE CAPTURE.
Reason:
SymDump for CICS does not support capture or redisplay of transaction dumps for C language programs.
Action:
1466 | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
8ab65cb7aa68-0 | InterTest™ and SymDump ® 11.0
SymDump for CICS will not suppress the CICS transaction dump for a C program dump request. Format and review the
CICS transaction dump to determine its cause.
CASD6086
Dump is abbreviated.
Reason:
SymDump for CICS was unable to capture a complete dump of the abending/ dumping task for on... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
8ab65cb7aa68-1 | Recovery and Restart Guide for reasons why DFHPEP may not execute. If the message was generated for one of the last
three reasons, no action is necessary.
CASD6101
ERROR IN DISPLAYING SYMDUMP
Reason:
The program has encountered an unusual condition and terminated processing.
Action:
Check the installation. Contact Broa... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
4854bf9843f9-0 | InterTest™ and SymDump ® 11.0
There is not enough free DSA storage in CICS to process a SymDump for CICS display request.
Action:
Check why CICS is short on storage and reenter the transaction.
CASD6104
I/O ERROR ON SYMDUMP FILE
Reason:
An error occurred during a read or write to the SymDump for CICS file.
Action:
Ch... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
63ef09a12dcd-0 | InterTest™ and SymDump ® 11.0
SymDump for CICS was unable to capture a complete transaction dump. A possible cause is storage corruption. The
breakpoint display may not show the actual point of abend, but areas captured by SymDump for CICS will be available for
your review.
Action:
Determine whether the problem occur... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
63ef09a12dcd-1 | CASD6114
CSA NOT FOUND IN CAPTURED DUMP
Reason:
SymDump for CICS was unable to capture a complete transaction dump. A possible cause is storage corruption. The
breakpoint display may not show the actual point of abend, but areas captured by SymDump for CICS are available for
your review.
Action:
Determine whether the... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
344b72b8e655-0 | InterTest™ and SymDump ® 11.0
SymDump for CICS was unable to capture a complete transaction dump. A possible cause is storage corruption. The
breakpoint display may not show the actual point of abend, but areas captured by SymDump for CICS are available for
your review.
Action:
Determine whether the problem occurs wi... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
344b72b8e655-1 | CASD6119
AIBX not found in captured dump
Reason:
The AIBX was not available when the dump was captured, and therefore not available to be viewed.
Action:
Some dump display selections are unavailable for viewing.
CASD6122
Unable to resolve backtrace
Reason:
The backtrace is not available because the CICS Internal Trace ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
45d2cdd229d3-0 | InterTest™ and SymDump ® 11.0
CASD6123
EIS not found in captured dump
Reason:
The EIS was not available when the dump was captured, so therefore not available to be viewed.
Action:
No action required.
CASD6124
Unable to resolve abending address
Reason:
SymDump for CICS was unable to determine the address where the pro... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
45d2cdd229d3-1 | be areas and functions normally available that are not available to the user in the dump. The problem is probably related
to the task abend, and does not indicate a problem with SymDump for CICS.
Action:
Contact your Systems programmer to collect documentation, and determine the cause of the broken chain.
CASD6128
Dum... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
85d90a2b70e0-0 | InterTest™ and SymDump ® 11.0
This message indicates that this task was purged from CICS, and because of this abnormal method of termination areas
normally found during dump capture could not be located for capture. Because of this, SymDump for CICS tries to capture
as much of the dump as possible, but the dump may be... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
85d90a2b70e0-1 | Reason:
An unsupported option number was entered on a menu.
Action:
Specify only valid option numbers that appear on the menu.
CASD6180
I/O ERROR ON INTERTEST HELP FILE
1472 | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
eb2cb48fcc32-0 | InterTest™ and SymDump ® 11.0
Reason:
A request for HELP file information resulted in and I/O error.
Action:
Ask your technical staff to check the usability of the disk and file.
CASD6181
PROGRAM: (*) HAS NOT BEEN DEFINED OR IS DISABLED
Reason:
A request to access SymDump for CICS program was not honored.
Action:
Chec... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
85cd2b99e94c-0 | InterTest™ and SymDump ® 11.0
None.
CASD6187
DUMP DATA COULD NOT BE RESOLVED FOR SYMBOLIC DISPLAY
Reason:
Either a work area could not be built because of storage constraints or the data areas in the dump were overlaid in such a
way that SymDump for CICS could not resolve the symbolic information.
Action:
Use the TCA,... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.