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 |
How can we initiate a transaction from batch?
Define an aica abend?
How does COBOL11 and CICS release 1.7 provide for exceptional and how does that differ from VS COBOL and earlier CICS release?
Can you explain enq and deq used in cics?
Explain the different ways of initiating transaction in cics?
what is eib, how is can be used?
Different types of BMS Macros
What does it mean when EIBCALEN is equal to 1 and other values?
Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?
If we say that bms length of field = 0, then what does that mean?
What is the use of DCT?
The error code AEIV?