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 |
What is the type of ppt in the cics?
What is the kcp in the cics?
What is the cics command level?
What is DFHAID? what is its use?
Can you have CICS code in a copybook? If yes, what happens during compilation?
In the CICS command level all the re-entrancy issues are handled by the System(True or False).
mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?
I have the transaction name for cics screen.. With the transaction name, how will I find the cics program written for the transaction and BMS map program also...
what is psuedo conversation?
What is the access method used by DB2?
explain abt types of maps? and explain
How do you use altindxs in batch, cics programs?