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 is ASRAABEND in CICS?

2 Answers   IBM,


What is the primary function of the Sign-on Table?

1 Answers  


What is the option specified in the read operation to gain multiple concurrent operations on the same dataset?

1 Answers   IBM,


What is mainframe cics?

0 Answers  


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

0 Answers  


Define an asra?

0 Answers  


what are the commands used to gain exclusive control over a resource?

0 Answers   IBM,


Name a few CICS programs which are generally used ?

0 Answers  


Explain the difference between the into and the set option in the exec cics receive map command?

0 Answers  


what are transient data sets defined to cics?

0 Answers   IBM,


how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.

0 Answers   HP,


Define task work area?

0 Answers  


Categories