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
Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?
Define cebr?
mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?
Can you explain communication area?
what is the most common way of building queue-id of a tsq?
Explain the function of the load command?
What is the use of the eibaid field?
Can you define cemt?
what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
Explain the difference between tsq and tdq
What is ENQ?
Explain the difference between dfhcommarea and tsq?
Can you use occurs in bms map?
Explain how do you handle errors in cics programs?
Why do we need integrated cics translator?