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 |
In the EIB block of CICS, highlight the names of few of the important fields?
What is the CICS supplied transaction which performs syntax checking of a CICS command?
What is the different ways to initiate a task?
How many exceptional condition can be given in a HANDLE CONDITION?
CICS and DB2 can exist in the same region under the Operating system (True or False)
Explain the difference between start and xctl?
Different types of BMS Macros
Explain the difference between pseudo-conversational and conversational?
What is the function of the EXEC CICS HANDLE CONDITION command?
how do you execute a background cics txn ?
How do you unload data from DB2 tables into a PS file.write the code and how do you do it? what will be the syntax?
With the use of an alternate index, how is a VSAM file accessed?