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

I just want to ask why does the variable I passed in a dclgen of sql that has a data type of varchar which has a maximum length is 250 is truncated,, Here is the code.. DCLGEN of rsauud01 table 01 dataarea 43 data-area-len pic s9(4). 43 data-area-text pic x(250). MYVARIABLE. 01 DATAAREA1 pic x(250). move 250 to data-area-len of dataarea of rsauud01 MOVE DATA-AREA1 TO data-area-text of dataarea of rsauud01 --- but it is always trucated everytime I insert it in the table by the way it is a cobol-cics program

2 Answers  


Explain the primary function of the processing program table (ppt)?

0 Answers  


What is the primary function of the Processing Program Table (PPT)?

5 Answers   IBM,


How will you access a VSAM file using an alternate index?

1 Answers   IBM,


What is a cics task?

0 Answers  


Can you define multiple maps in a BMS mapset?How,can anybody sent with syntax?

3 Answers  


What is the CICS command that gives the length of TWA area?

3 Answers   IBM, TCS,


What is the use of the program list table?

0 Answers  


What is a cursor in CICS sql processing?

1 Answers   IBM,


Define temporary storage?

0 Answers  


At which situation we need to use the push and pop conditions...pls tell me with exampls.

2 Answers   Xansa,


What are the differences between Temporary Storage Queue (TSQ) and Transient Data Queue (TDQ).?

0 Answers  


Categories