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 an ASRA abend ?

3 Answers   IBM,


how i can enter into cics region in real time.

2 Answers   Cap Gemini,


can anyone tell me about paginglogic in CICS,Please?

2 Answers   TCS,


Explain how do you terminate an already issued delay command?

0 Answers  


What are the situations under which NEWCOPY is required ?

2 Answers   Cap Gemini, IBM,






How do you unload data from DB2 tables into a PS file.write the code and how do you do it? what will be the syntax?

3 Answers   DELL, HSBC,


The read of a record from an Intrapartition TDQ is not destructive(True or False).

1 Answers  


What are the naming conventions for the Temporary Storage Queues?

2 Answers   Sainsburys,


What is the command which will delete a program LOADed into the main storage using LOAD command?

2 Answers  


What is quasi rentrancy concept in CICS?

1 Answers   HCL,


What is the primary objective of CICS ?

1 Answers   IBM,


How do you define Task Work Area?

1 Answers   IBM,


Categories