What is the function of the Terminal Control table?
Answers were Sorted based on User's Feedback
Answer / mahesh n
When we log in to CICS terminal an entry is made in the TCT
table.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mahesh
It gives the terminal ID's that are connected to current
CICS region
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / rameshkumar.hk
Terminal Control Program along with terminal control table
recognizes the incoming data from the terminal.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / naga
TCT table contains the transaction id and Main program.
| Is This Answer Correct ? | 0 Yes | 1 No |
Transaction TRN1 has associated program PROG1 (pseudo- conversational). Under certain condition, PROG1 transfer control (XCTL) to PROG2, which should have his own pseudo- conversation with the terminal. When PROG2 send the map and execute a RETURN TRANSID('TRN1'), after receiving the control from the terminal, which program will be initiated?
which is the cics control program that provides communication services between user written application programs and terminals?
How can you start a CICS transaction other than by keying the Transaction ID at the terminal?
What is the command used to send a map to a terminal?
What are fset, frset?
What is some of the information available in the EIB area?
Can you use OCCURS in a BMS map? If you do, what are the issues related with its use?
How does COBOL II and CICS release 1.7 provide for exceptional conditions and how does that differ from
Explain the purpose of the program list table?
What is the difference between START and XCTL ?
I have the transaction name for cics screen.. With the transaction name, how will I find the cics program written for the transaction and BMS map program also...
What is DEQ?