What is the difference between CICS Program Control Table
(PCT) and CICS Processing Program Table (PPT) ?

Answers were Sorted based on User's Feedback



What is the difference between CICS Program Control Table (PCT) and CICS Processing Program Table ..

Answer / wanglun

PCT:
1. one entry per transaction code
2. All transaction available to CICS should be defined in
PCT
3. contains the transaction code, corresponding program and
activivation count.

PPT:
1. One entry per program , mapset and partition set.
2. ALL program to be execcuted in CICS should be defined in
PPT
3. contains EXEkey, storage location and status of program

Is This Answer Correct ?    14 Yes 1 No

What is the difference between CICS Program Control Table (PCT) and CICS Processing Program Table ..

Answer / sahil maini

PCT : Contains Transaction ID and associated program name,
language and TASKREQ key for initiating the Task through a
key.

PPT : Contains Program name and MAPSET name.

Is This Answer Correct ?    12 Yes 0 No

What is the difference between CICS Program Control Table (PCT) and CICS Processing Program Table ..

Answer / krishnakumar

PCT contains the trans-id and the name of the program
related to it
PPT contains the address of the program mentioned in PCT

Is This Answer Correct ?    16 Yes 7 No

What is the difference between CICS Program Control Table (PCT) and CICS Processing Program Table ..

Answer / virgopawanpal

Can we define 2 entries in PCT table for one transaction referring 2 programs?
Example
TRAN1--program1
TRAN1--Program2
is it possible since TRANSID should be unique?

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CICS Interview Questions

What is the attribute byte?

2 Answers   IBM,


how do you execute a background cics txn ?

0 Answers   IBM,


What is the difference between LINK and XCTL ?

1 Answers   IBM,


how do you handle errors in cics programs?

1 Answers   IBM,


What is the common work area (CWA)?

1 Answers   EDS, IBM,


Kindly specify the pic clause for the data type of length option field type of data fields?

0 Answers  


Define floating maps with illustration?

0 Answers  


What is the use of the program list table?

0 Answers  


Name at least one of the ways by which a transaction can be terminated?

0 Answers  


What is journal recovery?

0 Answers  


Name the command which is used to release a record on which exclusive control is gained?

0 Answers  


What are the DB2 steps required to migrate a CICS DB2 program from source code to load module?

3 Answers  


Categories