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?
Answers were Sorted based on User's Feedback
Answer / harsha
Since TRANID-TRN1 is mentioned here, control will go to
PROG1. If there were no TRANID, control will go to CICS
because PROG1 and PROG2 are on the same level.
| Is This Answer Correct ? | 3 Yes | 0 No |
Why is a TERM ID recommended in naming a TSQ?
What does EIB mean in CICS?
Which is the command that is used to dump the main storage areas related to a task?
What is the EIB parameter and the CICS command used to implement Pseudo-Conversational technique using single PCT ? Single PPT entry?
Is there any entry for TSQs in CICS tables?
What is program reentrance?
Can you access QSAM (seq ) files from CICS ?
Explain the mdt in cics?
What is multitasking and multithreading?
Can a program change protected field ?
Once a transient data queue is read, can it be reread?
What is a two Phase commit in CICS?