What is EXEC CICS RETRIEVE ?
Answer / vinod
RETRIEVE retrieves data stored by expired START commands.
It is the only method available for accessing such data.
A task that is not associated with a terminal can access
only the single data record associated with the original
START command; it does so by issuing a RETRIEVE command.
The following example shows how to retrieve data stored by
a START command for the task, and store it in the user-
supplied data area called DATAFLD.
EXEC CICS RETRIEVE
INTO(DATAFLD)
LENGTH(LENG)
END-EXEC
| Is This Answer Correct ? | 19 Yes | 2 No |
What tables must be updated when adding a new transaction and program?
Explain how do you dynamically set the cursor position to a specific field?
Explain the difference between the xctl and link commands?
If -1 is moved to length for more than one field on a map, where will the cursor be positioned?
What is the tcp in the cisc?
What will happen if some program tries to process a queue on which an ENQ command has been issued by some other program?
what are the differences between and exec cics xctl and exec cics start command?
Which type of TDQ is read destructive?
What is the abend command?
Name the cics command used to access current date and time?
Explain how DSECT parameter is used in BMS ?
What is the command which will delete a program LOADed into the main storage using LOAD command?