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 many ways to share information between different CICS programs?
How to import the cics code for updations? what are steps do we need follow for execution again after modification? plz any body help me to know
What is the name of the log which contains the information needed to restart the system, including the task
What option is specified in the SEND command to send only the unnamed fields on to the screen?
Explain how many conditions can you include in a single handle condition command?
What is the pic clause for the any bll cell type of data fields?
What does a cics translator do?
In a particular cics program, what is the procedure to allocate dynamic memory?
Hi Folks, In the Map, one field is having attribute FSET. I want to FSET OFF of that field through program. Can any body let me know the process? Thanks Praveen
What is the difference between Re-Entrant and Quasi re entrant program?? By looking at the program how can you tell if its re- entrant or not??
Can you access QSAM (seq ) files from CICS ?
How do find length of the cursor in cics map ?