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 |
How do you dynamically set the CURSOR position to a specific field?
Name and explain some common CICS abend codes?
Different types of BMS Macros
Name the command used for terminating a browse operation?
NMDS is both device dependent and format dependent (True or False)
How vsam files are read in cics pgms?
Kindly specify the pic clause for the any bll cell type of data fields?
How do you establish a starting position in a browse operation?
What is the difference between the XCTL and LINK commands?
Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?
What are the common cics service programs and explain their usage?
What is interval control?