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 the cics command used to access current date and time?
Kindly specify the pic clause for the hhmmss type of data fields?
Explain the difference between a symbolic map and physical map?
What is the use of tdq and tsq?
Define communication area?
What are the ways fot initiating a transaction?
Explain the uses that are associated to tsq and tdq ?
Explain cedf transaction commands?
Explain the difference between using the read command with into option and set option?
Explain the difference between tsq and tdq
How do you use altindxs in batch, cics programs?
Explain how DSECT parameter is used in BMS ?
Name the cics command used to access current date and time?
What is the common work area?
Db2 what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cicsregions that share the same db2 subsystem?