Mention the option (along with argument type) used in a
CICS command to retrieve the response code
Answers were Sorted based on User's Feedback
Answer / sahil
Exec Cics Send
Map(map)
Mapset(mapset)
resp(ws-resp)
End-Exec.
Ws-Resp is declared in working storage section
ex..IF WS-RESP = DFHRESP(MAPFAIL)
| Is This Answer Correct ? | 2 Yes | 0 No |
What is DEQ?
Why is it important not to execute a STOP RUN in CICS ?
Can you define multiple maps in a BMS mapset?
Is it possible to delete Symbolic Map? What is the impactness if we delete symbolic map?
What is the difference between a Symbolic map and Physical map ?
If TDQs are selfdestructive then why they are used? AND Why TSQs are preferred over TDQs?
Explain the difference between exec cics handle condtion and an exec cics ignore command?
Name the cics command that gives the length of twa area?
What are extra partition & intra partition TDQs?
what are the differences between and exec cics xctl and an exec cics link command?
What is the CICS supplied transaction which performs syntax checking of a CICS command?
CICS and DB2 can exist in the same region under the Operating system (True or False)