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 can we establish a link between two maps using a cobol application program....lets say how can u use 'back' in a map ..to come back on previous .
What Are Send Map Maponly & Send Map Dataonly ?
Let us say you have a collection of multiple maps in cics. So if you are asked to determine the exact storage space that is available in a symbolicmap, then how will you compute it?
What is the common systems area (CSA)?
explain abt types of maps? and explain
Explain the mdt in cics?
Name the command which is used to release a record on which exclusive control is gained?
Explain how many exceptional condition can be given in a handle condition?
Can we define an alternate index on VSAM/RRDS ?
Can you explain cics translator?
Explain the difference between temporary storage queue (tsq) and transient data quene (tdq)?
Specify CICS transaction initiation process. (From the perspective of CICS control programs and control tables.)