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
What is the kcp in the cics?
What is the common work area?
name the command that is used to dump the main storage areas related to a task?
How can you use dynamic calls in cics?
when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?
how do you fire a batch job from a cics txn ?
What is the tcp in the cisc?
Define TCT.
Define exec cics retrieve?
How to dsect parameter is used in bms?
Give the definition of COMMAREA ?
what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
What is a transid?
Explain how do you dynamically set the cursor position to a specific field?
Name the two types of transient data queues?