There are several CICS internal tables that you must update in order for the interface to function. Some tables can be assembled through batch jobs. The CEDA transaction can define or alter some of the resources such as the TCT, PCT, and PPT interactively.
For additional information, the CICS/OS/VS Resource Definition Book (online) describes the CEDA transaction, and the CICS/OS/VS Resource Definition book (macro) describes how to code the tables you require.
Entries to this table should look like the following:
DFHPCT TYPE=ENTRY,
TRANSID=DSP1,
PROGRAM=CADSINTC,
DFHPCT TYPE=ENTRY,
TRANSID=DSP2,
PROGRAM=VCICICS,
TWASIZE=400
Note: The TRANSID fields can be changed as per your installation's transaction requirements. However, if you change DSP2, the new transaction ID must be the same as in DSUCFC3. For more information, see the Define the CICS Interface step.
Entries to this table should look like the following:
DFHPPT TYPE=ENTRY,PROGRAM=CADSINTC,RES=YES,RELOAD=NO,LANG=ASSEMBLER DFHPPT TYPE=ENTRY,PROGRAM=VCICICS,RES=NO,RELOAD=NO,LANG=ASSEMBLER
Be aware of the following:
You can prevent this situation by using the CADSQID parameter as follows:
CADSINTC IDMSINTC XA=YES,CWADISP=0,OPSYS=MVS,SYSCTL=CAICTL END
Note: If symbolic CADSQID=xxxx is specified, a queue name of CADSxxxx is used. Symbolic CADSQID cannot specify blanks and it must be 4 characters long. The following example defines a temporary storage queue named CADSOLVO:
CADSINTC IDMSINTC XA=YES,CWADISP=0,OPSYS=MVS,SYSCTL=CAICTL,CADSQID=OLV
END
Entries to this table should look like the following:
DFHPLT TYPE=ENTRY,PROGRAM=CADSINTC
Note: If transaction DSP1 is entered by an operator, terminal lockup will result since no terminal I/O processing occurs in the program. Simply press the RESET key to continue processing.
|
Copyright © 2011 CA.
All rights reserved.
|
|