id stringlengths 14 14 | text stringlengths 3 7k | source stringclasses 1
value |
|---|---|---|
c38c07bb526a-1 | (see the section Sample IN25LETX Program).
IN25LETX can reside above or below the 16 MB line and execute in either addressing mode. All table addresses,
however, must have the X'80000000' bit turned off; that is, the address X'01234567' must not be passed as X'81234567'.
Sample IN25LETX Program
The sample IN25LETX prog... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
e464a3d9d5ae-0 | InterTest™ and SymDump ® 11.0
IN25LETX DFHEIENT EIBREG=R11,CODEREG=R12,DATAREG=R13
* L R10,DFHEICAP POINT TO COMMAREA
USING COMMAREA,R10 *
CLC EIBTRNID,=C'ABCD' IS THIS TH... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
e464a3d9d5ae-1 | LENGTH(XPROGLEN) *
ST R0,LPROGTBL STORE THE AREA'S START ADDRESS
A R0,XPROGLEN ADD THE PROGRAM'S LENGTH
ST R0,LPROGTBL+4 STORE THE AREA'S END ADDRESS
... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
a9d3ee4a55b9-0 | InterTest™ and SymDump ® 11.0
Disable IN25LETX
InterTest for CICS uses IN25LETX during all monitoring; that is, for all entries of the InterTest for CICS monitoring table. To
prevent InterTest for CICS from executing IN25LETX, you must disable it or remove it from the program library.
Once a link to IN25LETX fails (bec... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
a9d3ee4a55b9-1 | into effect:
CEMT SET PROG(IN25SEC2) NEW
Required Parameters
The IN25SEC2 macro is delivered in the InterTest for CICS source code file and must be unloaded from the distribution
files before the assembly job.
IN25SEC2 TYPE=INITIAL,SCRNUM=(x,x,x,x)
The TYPE=INITIAL macro initiates the assembly and specifies the four nu... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
35e45c773779-0 | InterTest™ and SymDump ® 11.0
Specify Passwords for the CORE Facility
The macro for the CORE password is as follows:
IN25SEC2 NAME=PROTCORE,PASS=xxxx
NAME
You must specify PROTCORE.
xxxx
Specifies the password.
When a user of the CORE facility receives the message ENTER SECURITY PASSWORD, the user must enter the four-
... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
35e45c773779-1 | unless the password is correctly entered.
You must code one IN25SEC2 macro for every file or DBD name you want to protect; files or DBDs not named in a macro
are not password protected against unauthorized use. These passwords apply only to access through the InterTest for
CICS FILE facility.
When a user of the FILE fa... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
1ae001637826-0 | InterTest™ and SymDump ® 11.0
The following example password protects FILEA against both reads and writes with the password ASEC, password
protects FILEB against writes only with the password BSEC, and password protects all other files against both reads and
writes with the password FSEC.
IN25SEC2 NAME=PROTFILE,PASS... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
1ae001637826-1 | originally requested.
Password Protected CNTL Commands
The following commands are password protected by default if you use the pregenerated version of InterTest for CICS.
CNTL=CKPT
Start and end checkpoint
CNTL=END
Remove InterTest for CICS from CICS
CNTL=EXCL
Enter a program, transaction, or terminal in the Exclusion ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
e5db7dd37639-0 | InterTest™ and SymDump ® 11.0
CNTL=ON,PROG=.ALL
Declare monitoring for all application programs not specifically declared for monitoring
CNTL=OFF,PROG=.ALL
Remove monitoring of all application programs not specifically declared for monitoring
CNTL=ON,PROG=.ALL
Add monitoring options for all applications not specificall... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
e5db7dd37639-1 | Set segmented monitoring on
,NOM=location
Set segmented monitoring off
,OVR=errcode
Disregard an error condition that would typically cause a breakpoint
,STR=ON
Preserve a copy of the CICS Trace Table for the duration of a breakpoint
,TON=*
or ,TON=terminal
Limit monitoring to a specific terminal
,USH=ON
Remove storage... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
626d645a8ccd-0 | InterTest™ and SymDump ® 11.0
PROT$OPT Name Option
The following IN25SEC2 macro, delivered with the pregenerated version of InterTest for CICS, protects all of the
previously listed CNTL options except MON and NOM:
IN25SEC2 NAME=PROT$OPT,PASS=$OPT
PROT$OPT
Identifies the password protected CNTL options.
$OPT
The defaul... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
626d645a8ccd-1 | IN25SEC2 NAME=PROTCORE,PASS=CORE
IN25SEC2 NAME=PROTFILE,PASS=FSEC
IN25SEC2 NAME=FILE1,PASS=WXYZ,FPROT=YES
IN25SEC2 NAME=FILE2,PASS=ABCD
IN25SEC2 NAME=PROT$FUN,PASS=CNTL
IN25SEC2 NAME=PROT$OPT,PASS=CNTL
IN25SEC2 TYPE=FINAL END /*
SymDump for CICS User Exits
This article describes SymDump for CICS user ex... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
63370923c895-0 | InterTest™ and SymDump ® 11.0
Global User Exit XDUREQ
SymDump for CICS uses the CICS global user exit XDUREQ. If other products at your site that use this same exit, you
will not have to modify SymDump for CICS. However, be aware of the following points:
•The exit modules get control in the order in which they are en... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
63370923c895-1 | transaction ID directly from CICS.
NOTE
Applying transaction-level security does not secure menu access to the equivalent functions. You may need to
secure both.
The following table contains SymDump for CICS transaction IDs:
Transaction ID Function IN25OPTS Keyword
SYMD SymDump Primary Option menu SYMDT
SYME Terminat... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
de5969d6b90b-0 | InterTest™ and SymDump ® 11.0
MenuLevel Security
You can secure menu access to SymDump for CICS functions by using your site's external security package and the
External Security Facility. Menu access applies whenever the user accesses the SymDump for CICS Primary Option
menu from CICS (SYMD transaction) or from Inte... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
de5969d6b90b-1 | 5 Stop
CA@NTSYM BQLSCRN Update Last screen display
BQUSER with Read access lets the user access SymDump for CICS menu option 1, Dump Analysis. The user can view
the list of dumps and traces, and then select individual dumps or traces to view. This user cannot hold, release, or delete
dumps or traces.
BQUSER with Upd... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
009731d104da-0 | InterTest™ and SymDump ® 11.0
External Security Using Top Secret
The external security interface in SymDump for CICS is compatible with Top Secret 4.2 or above.
SymDump for CICS always performs its functions under the control of CICS. Therefore, no special definition of SymDump
for CICS as a unique facility is requir... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
009731d104da-1 | each site and must be unique. Codes 01 to 3F are available.
TSS ADDTO(RDT) RESCODE(38) RESCLASS(CA@NTSYM) -
ACLST(UPDATE=6000,READ) DEFACC(READ)
Once you define the resource CA@NTSYM to your system, you can establish access controls to SymDump for CICS
functions and information. No IPL, re-initialization, or p... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
bb94aab65aeb-0 | InterTest™ and SymDump ® 11.0
Define User Access to BQ Functions
To allow user USER01 to have Read access to Option 1 of the SymDump for CICS menu to analyze a dump or trace, use
the following command:
TSS PERMIT(USER01) CA@NTSYM(BQUSER) ACCESS(READ)
To allow user USER02 to have full (update) access to Options 1 and... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
bb94aab65aeb-1 | 3, 4, and 5, respectively
•Protection for viewing, holding, releasing, and deleting dumps through SymDump for CICS menu option 1
•Control over whom is able to capture a CICS internal trace through SymDump for CICS menu option 2
SymDump for CICS checks authorization at the time of access, rather than checking authori... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
dd46e06302f8-0 | InterTest™ and SymDump ® 11.0
SET RESOURCE(CAM)
COMPILE *
$KEY(entity) TYPE(CAM)
UID(uidstring/mask) SERVICE(READ/READ,UPDATE/UPDATE) -
ALLOW/LOG/PREVENT
END
STORE *
If the SERVICE keyword is not supplied, ACF2 defaults to permit access to all service levels.
Once the resource CA@NTSYM is defined to your system, y... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
dd46e06302f8-1 | UID(admin user UID) SERVICE(UPDATE) ALLOW
7.Define access for SymDump for CICS operator:
$KEY(BQOPER) TYPE(CAM)
UID(operator user UID) SERVICE(UPDATE) ALLOW
END
STORE *
External Security Using IBM RACF
The external security interface in SymDump for CICS can be used with RACF. It is compatible with all supported versi... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
f9168fdfbe86-0 | InterTest™ and SymDump ® 11.0
Required RACF Table Entries
Before implementing RACF security, you must define a new class for SymDump for CICS (CA@NTSYM) in the Class
Descriptor Table, update the Router Table for the new class, and then enable the class. These steps are detailed next.
1.Class Descriptor Table (CDT) Ent... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
f9168fdfbe86-1 | Issue RACF RDEFINES for SymDump for CICS Entities
First, you must issue the RACF RDEFINE command for every SymDump for CICS entity that you want to protect. For
example, issue the following commands to protect the CA@NTSYM resources:
RDEFINE CA@NTSYM BQUSER UACC(NONE)
RDEFINE CA@NTSYM BQTRACE UACC(NONE)
RDEFINE CA@NT... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
479ebf41e348-0 | InterTest™ and SymDump ® 11.0
PERMIT BQUSER CLASS(CA@NTSYM) ID(userid) ACCESS(READ,UPDATE)
•Define access for SymDump for CICS trace capture function by issuing:
PERMIT BQTRACE CLASS(CA@NTSYM) ID(userid) ACCESS(UPDATE)
•Define access for SymDump for CICS administration (configuration panel) by issuing:
PERMIT BQADMIN... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
479ebf41e348-1 | Use the following example to activate the CICS Assembler sample exit.
Follow these steps:
1.Rename supplied load module IN25XC1A to IN25XC1.
2.Restart your CICS region or bring in new copies of IN##XCMR and IN25XC1, where ## specifies your two-digit CICS
release number (for example, 66 for CICS 4.1, 67 for CICS 4.2, 68... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
bb51800b4f7a-0 | InterTest™ and SymDump ® 11.0
IN25XBMR SymDump batch user exit manager
IN25XC1A Sample SymDump CICS security user exit (Assembler)
IN25XC1C Sample SymDump CICS security user exit (COBOL)
IN25XB1A Sample SymDump batch security user exit (Assembler)
IN25XB1C Sample SymDump batch security user exit (COBOL)
IN25XB1 Sy... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
bb51800b4f7a-1 | •SDMPXCMC for the COBOL exit
Batch Print
The batch version of the user exit is linked to when dumps that meet the specified selection criteria are found. The user
exit is invoked for both print and index functions so that the list of dumps available to a user is always identical.
The batch user exit is invoked separate... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
8883dd98c3f0-0 | InterTest™ and SymDump ® 11.0
Allocate PROTSYM
Member CAVHPROT creates the PROTSYM VSAM file, which contains the symbolic information and source listings
for your application programs. Edit the JCL in the CAVHJCL library to conform to your installation standards and the
previously completed worksheet.
Note the followin... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
8883dd98c3f0-1 | CICS DSECTs and InterTest and SymDump for CICS DSECTs. Edit the JCL to conform to your installation standards.
NOTE
Symbolic information and source listings for the demonstration programs are loaded into the PROTSYM file
when you prepare the programs for execution.
Update Your In-house Compile and Assemble Procedures
T... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
36293112628b-0 | InterTest™ and SymDump ® 11.0
PERMDA=SYSDA
The generic UNIT for permanent DASD (default = SYSDA)
NOTE
During execution, each user requires WRITE access to the PROFILE library only. Secure all other required
application files with READ access only. Be sure to give similar attention to the optional files that the applica... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
36293112628b-1 | repository is defined in the PRTLIB option of CAOETABL. This data set name is defined in the next step. Specify the same
dsname when you customize CARXREPO.
CARXREPO consists of the following steps:
Step Program Description
1 IDCAMS Allocate the CAIPRINT repository.
2 CAOUPRTU Initialize the CAIPRINT repository.
NOTE
T... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
5d09f17e50b1-0 | InterTest™ and SymDump ® 11.0
CAOUPRTA. If your installation uses a service that converts RESERVEs into cross-system ENQs, define the
major name CAOUPRTA to the service.
Estimated Size of the PRTLIB Repository Library
The size of an individual PRTLIB report varies greatly depending on factors that include the number of... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
5d09f17e50b1-1 | completed worksheet. This member and other referenced members are located in the CAI.CAVHJCL library after the
APPLY step.
Create the User-Defined Abend Description File
The member DEFUHLP, located in the CAVHJCL library, creates the VSAM file that contains the user-defined abend
description information. Edit the JCL t... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
930d63716100-0 | InterTest™ and SymDump ® 11.0
Create the Checkpoint File
The member DEFCKPT, located in the CAVHJCL library, creates the checkpoint file that is used to periodically record
the status of InterTest for CICS for a possible restart. This member and other referenced members are located in the
CAI.CAVHJCL library. Edit the ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
930d63716100-1 | defined VSAM file.
Estimate the Size of the PROTDMP File
The size of an individual dump varies greatly depending on the number of active programs, the size of the data in
each active program, and so on. Because of these issues, it is difficult to determine how much space to allocate for the
PROTDMP file.
Therefore, Bro... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
ced6b27a378a-0 | InterTest™ and SymDump ® 11.0
If the Endevor footprint (FOOTPRNT) feature is used when application programs are generated in Endevor , you can
implement the dynamic symbolic support feature.
Configure the Started Task Procedure for Endevor support
This configuration procedure is required in the following situations:
... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
ced6b27a378a-1 | files that they populate.
•To activate the new spawn parameters that are added for this feature, CAIENF must be refreshed
Shut Down Endevor Dynamic Symbolic Support Started Task
When shutdown is required, the SymDump for CICS Dynamic Symbolic Support started task is canceled with the
CANCEL operator command.
Configur... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
9169ebf7dc3b-0 | InterTest™ and SymDump ® 11.0
* THIS MODULE MUST BE ASSEMBLED AND LINKAGE EDITED INTO *
* CA INTERTEST BATCH LOAD MODULE LIBRARY. *
* *
* MACRO @NDVRSTE IS USED TO GENERATE THIS TABLE. *
* *
* MACRO FORMAT: *
* @NDVRSTE PROC= *
* PROC = A MAXIMUM OF 7 CHARACTER PROC NAME. *
* PROC = BLANKS FOR SINGLE C1DEFLTS SITE. *
*... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
9169ebf7dc3b-1 | submitting it.
Configure Dynamic Symbolic Support for SymDump Batch
The first seven-character prefix of the procedure member name that you copied to the system procedure library must
match the value that is defined in the NDVRPROC option in CAOUDFRX.
Configure Dynamic Symbolic Support for InterTest and SymDump for CIC... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
5ffb284288f8-0 | InterTest™ and SymDump ® 11.0
InterTest Batch
Customize CLISTs
You may need to customize a number of CLISTs provided in the CAVHCLS0 library to run your product. These CLISTs are
as follows:
•CAMRDRVR
•CAMRCLST
•CAMRCIMS
•CAMRCBTS
•CAMRCDB2
•CAMRSTRT
•CAMRKEYS
•CAMRCMD
CAMRDRVR
Member CAMRDRVR is a sample CLIST that ac... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
5ffb284288f8-1 | CLIST to meet your specific installation requirements.
•Under /*Note4*/, uncomment the optional files you are using with the InterTest Batch. The optional files are as follows:
INT1CLIB
Defines the partitioned data set that contains InterTest Batch commands used by the INCLUDE command. If it
is not allocated, the INCLU... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
510624f63111-0 | InterTest™ and SymDump ® 11.0
INT1REPT
Defines a sequential file used to store the HISTogram and XSUM reports. If it is not allocated, the HIST and
XSUM commands are disabled. For more information about the reports, see the HIST and XSUM Report
Command descriptions in Batch Debugging. Uncomment the first ALLOC DD(INT1R... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
510624f63111-1 | NOTE
There are two sections marked /*Note2*/ in this CLIST.
Select per-site or per-user PROFLIB. In the sample CLIST, the first allocation statement after /*Note3*/ is for those that
want to allocate one PROFILE data set per site. The second allocation statement after /*Note3*/ is for those that want
to allocate a PROF... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
510624f63111-2 | want to allocate one PROFILE data set per site. The second allocation statement after /*Note3*/ is for those that want
to allocate a PROFILE data set per-user. The third statement after /* Note3 */ is a CLIST that can create a per-user
PROFILE data set if one does not exist and then allocate it. Note that you may have ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
42fb3dc71d13-0 | InterTest™ and SymDump ® 11.0
•For the statements under /*Note4*/, uncomment the optional files you are using with your product. See the optional
files listed under CAMRCLST for a description of the optional files.
•Under /*Note5*/, add any other IMS files needed for your application.
•Under /*Note6*/, modify your BTSI... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
42fb3dc71d13-1 | to allocate a PROFILE data set per-user. The third statement after /* Note3 */ is a CLIST that can create a per-user
PROFILE data set if one does not exist and then allocate it. Note that you may have to tailor these statements or the
CLIST to meet your specific installation requirements.
•Under /*Note4*/, uncomment th... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
42fb3dc71d13-2 | and ‘CALL’ commands.
CAMRSTRT
CAMRSTRT is called under an ISPF NEWAPPL. If you would like to modify the initial PF key settings for this APPL,
uncomment the call to the CLIST CAMRKEYS.
234 | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
329a73ec3d64-0 | InterTest™ and SymDump ® 11.0
CAMRKEYS
CAMRKEYS is called optionally from the CLIST CAMRSTRT to set up initial PF key settings for this APPL. By default, all
of the PF keys are set to an initial value. By default, the PF keys will only be set once. To have the PF keys reset, modify
the variable CHANGED.
CAMRCMD
Member ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
329a73ec3d64-1 | PROTSYM file.
You must supply the following parameters:
PROTSYM
Specifies the data set name of the PROTSYM file.
COPT
Overrides the compiler options.
You must specify several additional items in the JCL. Information that must be modified or supplied includes the following:
•COBOL compiler library
•COBOL copy library
•C... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
e8167d644d50-0 | InterTest™ and SymDump ® 11.0
ASMINT
ASMINT is a sample JCL stream showing an assemble procedure. This procedure updates the symbolic information in the
PROTSYM file.
You must supply the following parameters:
PROTSYM
Specifies the data set name of the PROTSYM file.
AOPT
Overrides the assembler options.
You must specify... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
e8167d644d50-1 | 3.Add the InterTest Batch CLIST library (CAVHCLS0) to the SYSPROC concatenation.
4.If the COBOL runtime library is different than the site default, add it to the ISPLLIB concatenation.
Refer to member CAMRTSOL in the InterTest Batch runtime source library (CAVHSAMP) for an example.
Customize Roscoe (Optional)
This ste... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
073e651edd44-0 | InterTest™ and SymDump ® 11.0
The CAVHSAMP library provides three sample members for customizing Roscoe for the application: CAMRETSO,
CAMREPL, and INTROS.
CAMRETSO
CAMRETSO is a sample JCL to add to your Roscoe JCL. It should be concatenated to your Roscoe ETSOLIB. Add the
COBOL runtime library if it is different f... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
073e651edd44-1 | default has been changed.
LINKSIZE( n)
Specifies the amount of memory to be getmained for each linkage parameter. The default is 4096. It is not
recommended to specify less than 1024 or more than 32768. The parameters are always on page boundaries.
NOSLOW
Turns off the SLOW command at the installation. You are notified... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
eb5f8645cdb6-0 | InterTest™ and SymDump ® 11.0
NOESTAI
This is a required startup parameter.
NOJSCB
This is a required startup parameter.
Other considerations for Roscoe users include:
•Concatenate the COBOL or PL/I runtime library if it is not in linklist and it is required to execute your application under
Roscoe .
•Increase the Ros... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
eb5f8645cdb6-1 | integer between 1 and 1000. Each linkage parameter requires a page of memory (4096 bytes) unless the default
has been changed.
LINKSIZE(n)
Specifies the amount of memory to be getmained for each linkage parameter. The default is 4096. It is not
recommended to specify less than 1024 or more than 32768. The parameters ar... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
a84630b8989a-0 | InterTest™ and SymDump ® 11.0
NOSTAX
This is a required startup parameter.
NOESTAE
This is a required startup parameter.
NOESTAI
This is a required startup parameter.
NOJSCB
This is a required startup parameter.
Screen Handling Solution for the Message BTS0067I
This product has a great deal of code that deals with scre... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
a84630b8989a-1 | environment, a failure occurs when BTS is run with another full-screen product such as this product.
Applications Using Message Switching and DISPLAY or Figure Verbs
Applications that perform message switching and use DISPLAY, Figure, or both verbs should use the BTSSYSO option.
Parameter BTSSYSO in member INTBTSX (see... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
ef3e94cd07fe-0 | InterTest™ and SymDump ® 11.0
Using Batch Link to Debug Your DB2 Stored Procedures
You can use batch link to debug your DB2 stored procedures. Manually convert the JCL used to start the WLM address
space in which the DB2 stored procedure executes. For more information about making the necessary changes to the
procedure... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
ef3e94cd07fe-1 | //INT1CLOG DD SYSOUT=*/
/INT1OPTS DD *
EXEC DSNX9WLM,DB2SP
/*
After modifying the JCL that WLM uses to run the stored procedure, invoke the stored procedure. Start the application,
select option 5 for batch link, and then option 2. Your stored procedure will be waiting to be debugged.
Using Batch Link to Debug Your O... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
ef3e94cd07fe-2 | //INT1PROF DD DISP=SHR,DSN=CAI.PROFLIB/
/INT1CLOG DD SYSOUT=*
//INT1REPT DD SYSOUT=*
//STEPLIB DD DSN=CAI.CAVHLOAD,DISP=SHR
240 | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
4d05184591fb-0 | InterTest™ and SymDump ® 11.0
// DD DSN=IMS.USER.LOAD,DISP=SHR
// DD DSN=IMS.IMSZ.PGMLIB,DISP=SHR
// DD DSN=IMS.IMSZ.RESLIB,DISP=SHR
//PROCLIB DD DSN=IMS.IMSZ.PROCLIB,DISP=SHR
//SYSUDUMP DD SYSOUT=A,
// DCB=(LRECL=121,BLKSIZE=3129,RECFM=VBA),
// SPACE=(125,(2500,100),RLSE,,ROUND)
3.Start the region by submitting the mo... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
4d05184591fb-1 | NOTE
If your site uses multiple DB2 subsystems, you must execute this job for each subsystem.
Abend Reporting with Language Environment (LE)
If your application is executing under IBM's Language Environment (LE), it is possible to receive abend reports even when
an ABEND and system dump do not occur.
Review Language En... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
0c97d2f95968-0 | InterTest™ and SymDump ® 11.0
NOTE
There are several ways in which an LE-enabled application can handle its own abend, such as using USRHDLR
or CEEHDLR. When an application defines a condition handler and a SymDump Batch abend report is also
needed, it is up to that program to percolate the abend.
CAOECEEX - Add Abnorm... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
0c97d2f95968-1 | concatenate with the rest of your CLIST libraries.
NOTE
This utility program can be used to convert any fixed CLIST library to a variable library. It does not check
whether the library you are converting is from Broadcom . This utility does not support selective conversion; it
converts the entire library.
The JCL to in... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
355f8047c1ac-0 | InterTest™ and SymDump ® 11.0
Concatenate ISPF File and Tailor the Master Panel
You must include the SymDump Batch ISPF libraries in your session ISPF files concatenation to access the SymDump
Batch panels. Use the following procedure to concatenate the ISPF file and tailor the Master panel.
Follow these steps:
1.Conc... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
355f8047c1ac-1 | To tailor the ISPF Master panel, do one of the following
•Copy the ISP@MSTR panel supplied with SymDump Batch (named CARXSBA0)
•Add new lines to your existing ISP@MSTR panel.
Use the following procedure to add new lines to your existing panel.
Follow these steps:
1.Add the first line after the last option selection di... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
0f3ae436bdbc-0 | InterTest™ and SymDump ® 11.0
WTL
Writes a description of every abend to the system log
LOGROS
Sends a description of every abend to the Roscoe IE user who submitted the job
LOGTSO
Sends a description of every abend to the TSO user who submitted the job
LOGNET
Writes a description of every abend to Netman
LOGUNI
Write... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
0f3ae436bdbc-1 | *....... STANDARD SMF RECORD HEADER
CSMFIND DS XL1
CSMFRECC DS XL1 SMF RECORD TYPE
CSMFTIME DS XL4
CSMFDATE DS XL4
CSMFSYSD DS XL4*....... END OF SMF RECORD HEADER
CSMFJOB DS CL8 JOBNAME
CSMFSTEP DS CL8 STEPNAME
CSMFJBID DS CL8 JO... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
0f21ff6e9b9c-0 | InterTest™ and SymDump ® 11.0
CSMFACCT DS CL25 JOB ACCOUNT NUMBER
CSMFPGID DS CL21 PROGRAMMER NAME
CSMFTSOD DS CL8 TSOID
CSMFPROG DS CL8 NAME OF ABENDING PROGRAM
CSMFCSEC DS CL8 NAME OF ABENDING CSECT
CSMFOFFS DS XL3 ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
0f21ff6e9b9c-1 | CSMFCTIM DS CL8 TIME PROGRAM COMPILED
CSMFCDAT DS CL11 DATE PROGRAM COMPILED
CSMFSEQ DS CL4 EDS SEQUENCE NUMBER
DS CL4 ** RESERVED **
CSMFCSLI DS CL133 CSL IMAGE- INCLUDED ONLY
* IF CS... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
0f21ff6e9b9c-2 | LMOD = MAINPROG PROGRAM = MAINPROG
REL INTERRUPT = 00000202 ABS INTERRUPT = 0000EA02
LANGUAGE = NOT COBOL
CSL NOT AVAILABLE
*******************************************************************************
245 | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
05116dbb392e-0 | InterTest™ and SymDump ® 11.0
SEQUENCE NUMBER = 0000007
JOBNAME = MIKEDC STEPNAME = TSOPROC
DATE = mm/dd/yy TIME = hh.mm.ss
ABEND = S0C7 SMFID = XE86
JOB NUMBER = TSU08983 ACCOUNT # ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
05116dbb392e-1 | available for SymDump Batch at abend time.
6.Ensure that the Netman started task NTMBRD is up and running if the problem records are to be transferred to the
problem tracking database (NTMPI file).
The Netman problem record layout is as follows:
NETMREC DSECT
NRECTO DC CL8'NETMAN' PRODUCT TO
NRECFR... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
40aac8352c2d-0 | InterTest™ and SymDump ® 11.0
NRECUPDY EQU C'Y' MGPT WILL UPDATE OR CLOSE
NRECUPDN EQU C'N' MGPT WILL ONLY OPEN
SPACE 1
NRECDEV DS CL1 (N) SPECIFIC DEVICE
NRECDEVY EQU C'Y' SPECIFIC DEVICE ASSOCIATED
NRECDEVN EQU C'N' ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
40aac8352c2d-1 | NRECLANG DS CL9 COMPILED LANGUAGE
*----------------------------------------------------------*
* EITHER 'NOT COBOL' *
* 'VS COBOL' *
* 'COBOL II' *
* 'CO... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
7167ad8b9005-0 | InterTest™ and SymDump ® 11.0
CICS Interfaces and Compatibility
This article contains interface and compatibility considerations for InterTest for CICS and SymDump for CICS.
InterTest for CICS and SymDump for CICS
The following interface and compatibility information pertains to both InterTest for CICS and SymDump f... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
7167ad8b9005-1 | 3.The DBA must grant bind and execute authority to the plan created in the previous step.
4.For DB2 subsystems running in new function mode (release 10.1 and above), ensure that the library that contains
the customized DSNHDECP (either SDSNEXIT or SDSNLOAD) is in the DFHRPL DD concatenation after the CICS
program libra... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
7167ad8b9005-2 | run concurrently with CICS. You can also directly add the data set names to the CEDA FILE definition, defined in the
CSDSYM member in CAI.CAVHJCL, and remove the DD statements for those files.
248 | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
00be9f3a3c04-0 | InterTest™ and SymDump ® 11.0
InterTest and SymDump Common DD Statements
Add the product load library to the DFHRPL in the CICS startup JCL.
// DD DSN=CAI.CAVHLOAD,DISP=SHR
NOTE
•If you modified the IN25OPTS options during installation, make sure the load library that contains the
modified IN25OPTS is in your DFHRPL... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
00be9f3a3c04-1 | to capture an SVC dump for your CICS region.
Add the Required CICS Resource Definitions
Member, CSDINT in CAI.CAVHJCL library adds the CICS resource definitions for the InterTest for CICS programs, files,
and transactions. The CSDSYM member in CAI.CAVHJCL adds the CICS resource definitions for the SymDump for CICS
pro... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
eb09600292aa-0 | InterTest™ and SymDump ® 11.0
For CICS regions that use DB2, you must install the DB2CONN group before the InterTest or SymDump for CICS RDO
entries.
Add Assembler DSECTs to the Symbolic File
InterTest and SymDump for CICS let you display the major CICS areas in Assembler DSECT format. You can also display
your own use... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
eb09600292aa-1 | //SYSLIB DD DSN=USER.SOURCE,DISP=SHR
//SYSUT1 DD DSN=&SYSUT1,SPACE=(1024,(120,120),,,ROUND),
UNIT=VIO,
// DCB=BUFNO=1
//SYSPUNCH DD SYSOUT=B
//SYSTERM DD SYSOUT=*
//SYSPRINT DD DSN=&&TEMP,DISP=(,PASS),UNIT=SYSDA,
SPACE=(... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
eb09600292aa-2 | //MESSAGE DD SYSOUT=*
//PROTSYM DD DSN=INTRTST.PROTSYM,DISP=SHR
//CARDS DD DSN=&&CARDS,DISP=(OLD,DELETE)
/*
250 | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
258db76a9b37-0 | InterTest™ and SymDump ® 11.0
For instructions on the STEPLIB DD, see the section Add COBOL File Structures to the Symbolic File.
For an explanation of the IN25PARM and IN25SYMA programs, see Adding Symbolic Information.
NOTE
This job does not require a link-edit step because it only updates the symbolic file. No load ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
258db76a9b37-1 | CEEROPT AMODE ANY
CEEROPT RMODE ANY
CEEXOPT TERMTHDACT=((UADUMP,CESE,96),OVR)
END
InterTest for CICS
Use the PROMMAC Macro
You can use PROMMAC macros in an assembly to create a load module defined in the CICS program definition that
contains a number of CNTL commands. These commands are executed consecutively in th... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
d597799c35c4-0 | InterTest™ and SymDump ® 11.0
If the table is to be used by the CNTL=START command, the first PROMMAC macro must contain this command:
CNTL=START,PROM=nn,PROX=nn'
Where nn sets the sizes of the internal InterTest for CICS tables.
The second positional parameter of the PROMMAC macro must contain END. THis parameter mus... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
d597799c35c4-1 | //SYSPRINT DD SYSOUT=A
//SYSIN DD *
PROMMAC 'CNTL=START,PROM=20,PROX=5'
PROMMAC 'CNTL=ABP,ON,T321'
PROMMAC 'CNTL=ON,PROG=(CFIL,TERMIO,FILEIO,ERRORS,SCAN,LLASRCH),
USR=.ANY'
PROMMAC 'CNTL=EXCL,PROG=(TERMIO,FILEIO)'
PROMMAC 'CNTL=ON,PROG=PBMASTER,FOL=ON,USR=.ANY'
PROMMAC 'CNTL=PURGE,I... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
d597799c35c4-2 | 1.Create a load module that contains the CNTL commands to be processed using the PROMMAC macro.
2.Add a PPT entry for the load module.
252 | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
6ba65dd59d69-0 | InterTest™ and SymDump ® 11.0
3.Set the following InterTest for CICS options:
RECNTMU=NO
RECNTNW=NO
4.Replace the CNTL commands in the sequential input with the following command:
CNTL=START,PROM=name
Where name is the name of the module that was created in Step 1.
NOTE
To assign the entries to a specific user ID, you ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
6ba65dd59d69-1 | the CALL. If it does not, the user-written routine is mandatory.
How Support Is Provided
To provide support, code a few lines of Assembler source code using the IN25UEX macros delivered in the
CAI.CAVHMAC library. (The next section explains how to code these macros.) Then run assembly and link-edit steps to
create the ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
6ba65dd59d69-2 | corresponding entry in the IN25UEXI module. Monitoring resumes only upon return from the called module to the CALL
statement.
253 | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
bceeec6619d8-0 | InterTest™ and SymDump ® 11.0
If there is a user-defined routine, the routine is performed first. The routine can check the CALL parameters and decide
whether a particular interface should be given control or an automatic breakpoint should occur (if the CALL is incorrect),
and whether monitoring should continue when th... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
bceeec6619d8-1 | length is 16. The default is usually sufficient.
DISP=xx
This optional parameter specifies the offset (in decimal) from the entry point of the code to be compared. The maximum
offset (displacement) is 512; the default offset is 0.
ID=xx
This optional parameter specifies the identification value for the InterTest for CI... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
b572cce1c3e8-0 | InterTest™ and SymDump ® 11.0
displacement, and field B contains the characters US followed by the two characters specified in this parameter. If the ID=
parameter is not specified, InterTest for CICS generates a value.
After IN25UEXI is link-edited, verify the total size of the result as shown in the link-edit listing... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
b572cce1c3e8-1 | CWAFLD3 DS CL100
************ CA INTERTEST SPECIFICATIONS *************
IN25UEX CWAD=label1,ROUT=routine,ID=xx
" " "
" " "
IN25UEX CWAD=labeln
IN25UEX TYPE=FINAL (REQUIRED)
place optional routines here
or
IN25UEX CWAD=(l... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
b7a9d8c7521c-0 | InterTest™ and SymDump ® 11.0
ID=xx
This optional parameter is used as in the CALL= form.
Code the ROUT= Routine
The ROUT= parameter coded in the IN25UEX macro specifies the name of a routine that is performed by InterTest for
CICS prior to the execution of the IN25UEXI-supported CWA routine or CALL. The routines are c... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
b7a9d8c7521c-1 | restored by the routine.
•The application program registers 0 to 15 (Before the branch instruction execution) are at 96 (X'60') bytes
past the address in register 3.
In addition to checking application-related parameters, the routine must determine if InterTest for CICS should continue
monitoring. Monitoring must not c... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
c31b1d8829fd-0 | InterTest™ and SymDump ® 11.0
X'D0' X'FF'
InterTest for CICS should issue an automatic breakpoint with this error code.
-1
The routine does not return control to the next byte after the BALR; therefore monitoring must be dropped.
Any other negative value
InterTest for CICS should monitor the called piece of code.
Sampl... | /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.