What is the difference between CICS Program Control Table
(PCT) and CICS Processing Program Table (PPT) ?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
What are the types of processes to create a map in cics?
plz give the syntax for receive map and receive text cmds in cics
<CICSFault xmlns="http://www.ibm.com/software/htp/cics/WSFault">DFHPI10 08 05/13/2009 05:47:14 FSCIBM SOAP message generation failed because of incorrect input (INPUT_STRUCTURE_TOO_SMALL ).</CICSFault> Can anyone suggest how to handle this type of error?
How is dynamic memory allocated within a CICS application program?
What are the cics transactions?
What is the common systems area?
NAME SOME TRANSLATOR AND COMPILE OPTION AND EXPLAINE THEIR MEANING
what is the deadlock?
what is the most common way of building queue-id of a tsq?
What does ?Pseudo Conversational? mean?
What is meant by an attribute byte?
Define the term transaction routing?