Answer Posted / 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 |
Post New Answer View All Answers
How do we pass parameters into a CICS –DB2 program
What is the type of ppt in the cics?
Explain the difference between using the read command with into option and set option?
What does the 'cebr:cics' transactions do?
Explain the difference between temporary storage queue (tsq) and transient data quene (tdq)?
what is the cics command used to access current date and time?
Differentiate between PCT and FCT.
Explain the maps in cics?
what are the differences between and exec cics xctl and an exec cics link command?
What do you mean by CEMT?
Explain how would you resolve an asra abend?
Define ceci?
what are the six different type of argument values in cobol that can be placed in various options of a cics command?
Explain the difference between link and xctl?
How vsam files are read in cics pgms?