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?
Answer Posted / 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 |
Post New Answer View All Answers
Explain how can you accomplish breakpoint in intertest?
Explain how do you dynamically set the cursor position to a specific field?
What are the terms cics generally means?
how do you intitiate another transaction?
Explain how do you access storage outside your cics program?
Define the term function request shipping?
Explain 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?
What is eib?
Can you define ppt and what are its uses?
What do you mean by the term fct?
Define the term transaction routing?
How errors are handled in CICS programs?
when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?
What is meant by MDT? Furthermore, comment on FRSET and FSET ?
Give certain situations where NEWCOPY is obligatory?