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
What is the use of the eibaid field?
What is mainframe cics?
Can you define transid?
What is the comaera?
Explain how do you intitiate another transaction?
Can you define commarea?
What is task control?
Explain how do you access the records randomly in tsq?
Explain how do you handle errors in cics programs?
Why do we need integrated cics translator?
What is the main function of the sign-on table?
What is the pic clause for the data type of length option field type of data fields?
What is the meaning of the deq command?
kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?
Name the 3 common ways to create maps?