How to change the CA InterTest for CICS 9.1 options?
search cancel

How to change the CA InterTest for CICS 9.1 options?

book

Article ID: 29518

calendar_today

Updated On:

Products

InterTest - CICS InterTest - Batch InterTest VSE - CICS

Issue/Introduction

Starting with release 9.1 the CA InterTest for CICS installation libraries have different names. This requires the user to make changes to their IN25OPTS assemble and link JCL.

 

 

The instructions for changing  the options are in chapter 7 of the Install guide. Below is sample  JCL that can be used to turn off the DB2 capture XRMIO=NO

 

 

//JOBCARD

//IN25OPTS EXEC PGM=ASMA90,

//             REGION=1024K,

//             PARM='XREF(SHORT),DECK,OBJECT,TERM'

//         DD  DSN=HLQ.CABAMAC,DISP=SHR

//         DD  DSN=SYS1.MACLIB,DISP=SHR

//         DD  DSN=SYS1.AMODGEN,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  SYSOUT=*

//SYSLIN   DD  DSN=&OBJ,SPACE=(3040,(40,40),,,ROUND),UNIT=VIO,

//             DISP=(MOD,PASS),

//             DCB=(BLKSIZE=3040,LRECL=80,RECFM=FBS,BUFNO=1)

//SYSIN    DD  *

         IN25OPTS TYPE=CSECT,                                          X

               XRMIO=NO

         IN25OPTS TYPE=FINAL

         END

/*

//LINKED  EXEC PGM=IEWL,

//             PARM='LIST,LET,XREF,MAP'

//SYSPRINT DD  SYSOUT=*

//SYSLIN   DD  DSN=&OBJ,DISP=(OLD,PASS)

//         DD  DDNAME=SYSIN

//SYSLMOD  DD  DSN=HLQ.CABALOAD,DISP=SHR

//SYSUT1   DD  DSN=&SYSUT1,SPACE=(1024,(120,120),,,ROUND),UNIT=VIO,

//             DCB=BUFNO=1

//SYSIN   DD  *

      ENTRY IN25OPTS

      NAME  IN25OPTS(R)

//

 

Environment

Release: OSINBV00200-9.1-InterTest-Batch
Component: