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 does COBOL11 and CICS release 1.7 provide for exceptional and how does that differ from VS COBOL and earlier CICS release?
What is task control?
which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?
How many ways to share information between different CICS programs?
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??
What is DFHEIBLK?
What is the difference between EXEC CICS HANDLE CONDTION and an EXEC CICS IGNORE command?
Explain how many conditions can you include in a single handle condition command?
Explain the use of DCT ?
What are the CICS commands associated with transient data queue processing?
What are some of the cics commands associated with interval control?
What are the common tables in cics and their usage?