How does COBOL II and CICS release 1.7 provide for
exceptional conditions and how does that differ from
Answer / srinu
VS COBOL used the HANDLE CONDITION command to name routines
to pass program control when exceptional conditions were
encountered. COBOL II and CICS release 1.7 introduced the
RESP option on many CICS commands.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the name of the log which contains the information needed to restart the system, including the task
What is the difference between getting the system time with EIBTIME and ASKTIME command?
what is effect on receive map when
Which option of the PCT entry is used to specify the PF key to be pressed for initiating a transaction?
What do you do if you do not want characters entered by the user to be folded to uppercase ?
how to get 'time stamp' in cics prgms ,what is the syntax.
Can you explain communication area?
Highlight the points of differences between XCTL and START?
What is meant by program reentrance?
How can you access qsam (seq) files from cics?
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?
Kindly specify the pic clause for the data type of length option field type of data fields?