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

Explain the primary function of the processing program table (ppt)?

0 Answers  


What is meant by a CICS task?

4 Answers  


What is a transid?

0 Answers  


What is the comaera (communication area)?

0 Answers  


Name the two types of transient data queues?

0 Answers  






What is bms map?

0 Answers  


Can you tell recent requirement(s) you handled with your project? Requirements based on Banking Application.

2 Answers   ITC Infotech,


Which is the program which determines whether a transaction should be restarted ?

1 Answers  


How does COBOL II and CICS release 1.7 provide for exceptional conditions and how does that differ from

1 Answers   IBM,


How to prevent user to access a screen directly from cics Native screen by using Trans Id?

2 Answers   IBM,


What is CEBR?

3 Answers   IBM,


How do you dynamically set the CURSOR position to a specific field?

3 Answers  


Categories