Highlight the points of differences between XCTL and START?
Why do we need integrated cics translator?
What is the function of the Terminal Control Table(TCT)?
I have written a CICS program. What tables should I setup to run this program?
Can you issue SQL COMMIT from a CICS program?
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?
Highlight the points of differences between XCTL and START?
Generally we check EIBALEN = 0 to decide whether first call or not. If I do not pass any value in the COMMAREA then EIBCALEN will be 0 even on second call. Now how can we say the program is called for the first time or second time?
What is DFHEIBLK?
What are some of the cics commands associated with interval control?
What is the most common way of building queue-id of a TSQ? (Name the constituents of the Queue ID).
What is MDT? What are FSET, FRSET ?
What are the main uses of the transaction in the cics?