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



Mention the option (along with argument type) used in a CICS command to retrieve the response code..

Answer / mahesh

EIBRESP

ex..IF EIBRESP = DFHRESP(MAPFAIL)

<...>

Is This Answer Correct ?    6 Yes 0 No

Mention the option (along with argument type) used in a CICS command to retrieve the response code..

Answer / ananta bajpai

eibresp

Is This Answer Correct ?    3 Yes 1 No

Mention the option (along with argument type) used in a CICS command to retrieve the response code..

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

Post New Answer

More CICS Interview Questions

how do you fire a batch job from a cics txn ?

0 Answers   IBM,


What is the term bms in cics?

0 Answers  


What is the difference between link xctl?

8 Answers   IBM, MBNA,


Which option of the PCT entry is used to specify the PF key to be pressed for initiating a transaction?

2 Answers   IBM,


Name some of the common tables in CICS and their usage.

1 Answers   IBM,






Why must all CICS programs have a Linkage Section ?

4 Answers  


What are the terms cics generally means?

0 Answers  


Can a program change protected field ?

2 Answers   IBM,


In case you modify the attribute field of map do you need to recompile the map?

5 Answers   RBS,


What is the pcp in the cics?

0 Answers  


Explain what is a cursor in cics sql processing?

0 Answers  


How does COBOL11 and CICS release 1.7 provide for exceptional and how does that differ from VS COBOL and earlier CICS release?

1 Answers   IBM,


Categories