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 CICS command that is used to receive the un- formatted data from the terminal?
What is an AICA abend?
how do u see the output of cics program?
Mention the content that is present inside a PPT ?
What is DEQ?
What are fset, frset?
In case you modify the attribute field of map do you need to recompile the map?
Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?
What is the difference between link xctl?
pf7 and pf8 logic. first wnen i press pf7 first five records has to be displayed .second time when i press pf7 next five records to be displayed. what was the logic. give clear explination.
Given below code, find the value of 'x'. Perform s001-x thru s001-y. s001-x. add 1 to x . s001-1x. ------- . s001-y. perform s001-1y 10 times . s001-1y. perform s001-2y 10 times . s001-2y. perform s001-x 10 times .
which cics command must be issued by the application program in order to gain access to the common work area (cwa)?