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 To Compile The COBOL-BD2-CI CS Programs In Real TIme? Please Give Me the Detailed Description?
Name the cics command used to access current date and time?
Name some translator and compile options and explain their meaning?
Explain the function of the load command?
Db2 what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cicsregions that share the same db2 subsystem?
Explain the difference between a symbolic map and physical map?
Explain how to build up lu 6.2 communication?
Explain the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
What is the use of tdq and tsq?
what is eib, how is can be used?
What do you mean by the term fct?
what is the cics command used to access current date and time?
Can you explain exec cics handle condition command?
Define the attribute byte?
Add a field to screen when what's the flow of impact?