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 are programs reinitiated under CICS ?

1 Answers   ITC Infotech,


Can ESDS files be accessed from CICS?

0 Answers  


Which of the following commands, when issued by 2 different programs running at the same time, will prevent simultaneous use of resource 'SINGLE'?

1 Answers  


What CICS command do you need to obtain the user logon-id?

1 Answers   IBM,


What is the command used to send a map to a terminal?

1 Answers  






Define transient data?

0 Answers  


Explain the difference between the xctl and link commands?

0 Answers  


Do you require a table entry for a TSQ?

2 Answers   IBM,


Which CICS system program is responsible for handling automatic task initialization?

2 Answers   IBM,


What are the two types of transient data queues?

1 Answers   IBM,


What does the BUFFER option in RECEIVE mean ?

1 Answers   IBM,


when will be use the tdq and tsq??

0 Answers  


Categories