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 partial serch analysys in cics?
Explain the difference between tsq and tdq
Explain how to build up lu 6.2 communication?
What are the terms cics generally means?
How do you establish a starting position in a browse operation?
Which of the following are recoverable CICS resources?
when will be use the tdq and tsq??
What is the common systems area (CSA)?
What is the different ways to initiate a task?
In an on-line environment, how can you prevent more than one user from accessing the same Transient Data Queue at the same time?
In a string " SEMINAR" .Replace "A" by 123. will this replacement will happen ot will it give error? If not , den what will be the output?
how do you execute a background cics txn ?