Mention the option (along with argument type) used in a
CICS command to retrieve the response code
Answer Posted / 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 |
Post New Answer View All Answers
Explain the difference between and exec cics xctl and an exec cics link command?
How vsam files are read in cics pgms?
Can you define commarea?
what is the most common way of building queue-id of a tsq?
Can you explain enq and deq used in cics?
What is the pic clause for the data type of length option field type of data fields?
What is mainframe cics?
What will happen if some program tries to process a queue on which an ENQ command has been issued by some other program?
What is the eib?
mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?
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 does a cics translator do?
Add a field to screen when what's the flow of impact?
What is dynamic transaction backout?
What do you mean by the term fct?