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 to establish dynamic cursor position on a map? How to get the cursor position when we receive a map?

2 Answers   IBM,


If TDQs are selfdestructive then why they are used? AND Why TSQs are preferred over TDQs?

5 Answers   IBM,


how do you intitiate another transaction?

0 Answers   IBM,


list the sequence of steps used to achieve modiication in skip sequential mode?

0 Answers   IBM,


Which type of TDQ is read destructive?

1 Answers   IBM,






if we want to add new column in the db2 table.How can add in the copybook?

2 Answers  


when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?

0 Answers   IBM,


how do you handle errors in cics programs?

1 Answers   IBM,


What is data only and map only in cics

4 Answers   TCS, Virtusa,


How do you execute a background CICS transaction ?

1 Answers  


How to establish dynamic cursor position on a map?

0 Answers  


Why do we need integrated cics translator?

0 Answers  


Categories