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 |
Explain the difference between and exec cics xctl and exec cics start command?
When you compile a CICS program, the (pre)compiler puts an extra chunk of code. Where does it get stored
What is the type of ppt in the cics?
Do you require a table entry for a TSQ?
How ENQ and DEQ used in CICS?
Can you explain exec cics handle condition command?
The read of a record from an Intrapartition TDQ is not destructive(True or False).
What are the advantage of Model Data Set Table: it will be help to which among this DCB; LRECL; DISP; SPACE?
What is program reentrance?
What is a logical message in CICS?
Define an aey9 abend?
Explain cebr transaction commands?