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
What is task control?
How errors are handled in CICS programs?
What is the procedure to read a statement from tsq?
Can you define mdt?
What are the terms cics generally means?
Specify the requirements for automatic task initiation?
What is the pic clause for the data type of length option field type of data fields?
Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?
What is bms map?
Explain the difference between the into and the set option in the exec cics receive map command?
Explain the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?
Kindly specify the pic clause for the any bll cell type of data fields?
What is the abend command?
Explain the difference between link xctl?