What are the CICS tables? How to traverse from one screen
(program) to another on CICS?
Answer Posted / venkat
In cics have different tables such that
FCT(file control table)
PPT(program processing table)
PCT(program control table)
RCT(resource control table)
JCT(journel control table)
DCT(destination control table)
TCT(Terminal control table)
TST(temporary storage table)
Program to program transactions are diff types.
XCTL,LINK,AND COBOL CALL STATEMENT.
Hi frends let me know your comments about this answer.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Define task work area?
when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?
Name the command which is used to release a record on which exclusive control is gained?
What is the tcp in the cisc?
What are fset, frset?
What will happen if some program tries to process a queue on which an ENQ command has been issued by some other program?
Explain difference between call and link?
How many ways are there for initiating a transaction?
Can ESDS files be accessed from CICS?
Explain how can you accomplish breakpoint in intertest?
What is task control?
What are the ways fot initiating a transaction?
Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?
Define RCT.
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?