What does it mean when EIBCALEN is equal to 1 and other
values?
Answer Posted / basha
If EIBCALEN=0 is used to check wheather the program is
executing for the first time r not.
If EIBCALEN=1 means that the program has executed for the
first time and the code look like
EXEC CICS RETURN
TRANSID (EIBTRNID)
COMMAREA (WS-COMMAREA)
LENGTH (1)
END-EXEC.
here from the above code u r passing length with commarea
this time ur EIBCALEN changes to 1.
| Is This Answer Correct ? | 19 Yes | 7 No |
Post New Answer View All Answers
List out all the tables that are a part of cics ?
Explain what is a cursor in cics sql processing?
When would you use abend command?
Can you use occurs in bms map?
What is the difference between a return with transid and xctl?
Receive consists of buffer option in it. What is the significance of this option?
What does the 'ceci:cics' transactions do?
when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?
What is the meaning of the eibaid field?
How errors are handled in CICS programs?
which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?
What is the comaera (communication area)?
Mention the content that is present inside a PPT ?
Why do we need integrated cics translator?
Can you explain enq and deq used in cics?