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 fire a batch job from a cics txn ?
What is the term bms in cics?
What is the difference between link xctl?
Which option of the PCT entry is used to specify the PF key to be pressed for initiating a transaction?
Name some of the common tables in CICS and their usage.
Why must all CICS programs have a Linkage Section ?
What are the terms cics generally means?
Can a program change protected field ?
In case you modify the attribute field of map do you need to recompile the map?
What is the pcp in the cics?
Explain what is a cursor in cics sql processing?
How does COBOL11 and CICS release 1.7 provide for exceptional and how does that differ from VS COBOL and earlier CICS release?