List all the CICS tables and explain their contents.
Answers were Sorted based on User's Feedback
Answer / pop
Processing Program Table (PPT)--Program and Cics Maps are
registered here.
Program Control Table (PCT)- Transaction Id are registered
here.
Terminal Control Table (TCT)- Terminals are registered here.
RCT- DB2 plans are registered here.
DCT- TDQ are registered here.
TST- TSQ are registered here.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / anji
Processing Program Table (PPT)--Program and Cics Maps are
registered here.
Program Control Table (PCT)- Transaction Id are registered
here.
Terminal Control Table (TCT)- Terminals are registered here.
RCT- DB2 plans are registered here.
DCT- TDQ are registered here.
TST- TSQ are registered here.
FCT-File control Table: all VSAM file names are registed
here
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rohith
ppt-Processing program table
pct-Program control table
fct-file control table
dct-data control table
rct-resource control table
jct-journal control table
srt-sachin ramesh tendulkar
sit-sinhagad institutes of technology
tct-terminal control table
| Is This Answer Correct ? | 1 Yes | 10 No |
What is the meaning and use of the EIBAID field?
TSQs can be written in the Main storage or Auxiliary storage (True or False).
What are extra partition & intra partition TDQs?
is it possible to create TDQ's and TSQ's dynamically,How
What is cics load command?
How many maps are create in a single mapset?
What is non-conventional programs?
Which option of the PCT entry is used to specify the PF key to be pressed for initiating a transaction?
What is task control and what are the CICS commands associated with it?
how do you fire a batch job from a cics txn ?
What are the CICS commands associated with temporary storage queue processing?
Hai I have a VSAM file and there are two CICS pgms A and B both intends to update the file. How to code the program so that it does not under go a dead lock situation.