The EIB field which gives the last CICS command executed is
Answers were Sorted based on User's Feedback
Answer / gaurav
EIBRCODE - Gives return code of last executed CICS command
EIBFN - Gives last executed CICS command
| Is This Answer Correct ? | 14 Yes | 0 No |
What is task control and what are the CICS commands associated with it?
How to prevent user to access a screen directly from cics Native screen by using Trans Id?
I have to run a select query on DB2 table and show its data on CICS map. Please tell me.
What is the use of the DELIGHT in Mainframes and whats is use of scope?
What is the meaning of the eibaid field?
List all the CICS tables and explain their contents.
Explain how many conditions can you include in a single handle condition command?
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
HOW WE CAN CONEECT THE MAPSET/MAP TO ONLINE?
Specify CICS transaction initiation process. (From the perspective of CICS control programs and control tables.)
what is the difference between task and transaction in cics?
what is an mdt (modified data tag)? Its menaing and use?