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

What are the three BMS options ?

3 Answers  


Add a field to screen when what's the flow of impact?

0 Answers   Keane India Ltd,


What is the syncpoint command?

0 Answers  


What is the purpose of the Program List Table?

2 Answers   IBM,


What is the command used to request notification when the specified time has expired?

1 Answers  






Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?

0 Answers  


Can you explain dfhmdf bms macro?

0 Answers  


first when i try to write a record into the file, wresp=duprec, but follwed with that if i try to read the record it say record not fnd.. actually the record is not written in the file, but it says that duprec when trying to write... why this happens, pls help me asap..!

1 Answers   CGI, Love, TechRel,


What does the 'ceci:cics' transactions do?

0 Answers  


Explain the means of supporting pseudo conversation programming. (E.g. Storing and restoring of states)

2 Answers  


Into which table is the terminal id registered?

2 Answers  


If we wish to create bms executable, what are the basic steps that the user has to go through?

0 Answers  


Categories