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 to establish dynamic cursor position on a map? How to get the cursor position when we receive a map?
If TDQs are selfdestructive then why they are used? AND Why TSQs are preferred over TDQs?
how do you intitiate another transaction?
list the sequence of steps used to achieve modiication in skip sequential mode?
Which type of TDQ is read destructive?
if we want to add new column in the db2 table.How can add in the copybook?
when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?
how do you handle errors in cics programs?
What is data only and map only in cics
How do you execute a background CICS transaction ?
How to establish dynamic cursor position on a map?
Why do we need integrated cics translator?