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 ASRAABEND in CICS?
What is the primary function of the Sign-on Table?
What is the option specified in the read operation to gain multiple concurrent operations on the same dataset?
What is mainframe cics?
If we wish to create bms executable, what are the basic steps that the user has to go through?
Define an asra?
what are the commands used to gain exclusive control over a resource?
Name a few CICS programs which are generally used ?
Explain the difference between the into and the set option in the exec cics receive map command?
what are transient data sets defined to cics?
how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.
Define task work area?