What does it mean when EIBCALEN is equal to 1 and other
values?

Answers were Sorted based on User's Feedback



What does it mean when EIBCALEN is equal to 1 and other values?..

Answer / bikash singhal

Eibcalen is the exec interface bloc command that is used to
indicate whether a particular program has been invoked for
the first time.
I.E EIBCALEN = 0 indicates that the program has been
invoked for the first time. For e.g. if EIBCALEN = 0 send
the menu map.

Is This Answer Correct ?    20 Yes 3 No

What does it mean when EIBCALEN is equal to 1 and other values?..

Answer / 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

What does it mean when EIBCALEN is equal to 1 and other values?..

Answer / jijith

EIBCALEN gives the lenght of the commarea
content.EIBCALEN=1 , have data with one byte.

Is This Answer Correct ?    11 Yes 9 No

What does it mean when EIBCALEN is equal to 1 and other values?..

Answer / raju g

EIBCALEN stands Executable Interface Block Communication
Area Length

so it counts no.of characters passing from 1 program to
another (i.e how much data we r sending...)


if EIBCALEN = 0, -->user has not enterd any data on the Map
EIBCALEN > 0 -->indicates user has enterd the data on map

Is This Answer Correct ?    2 Yes 5 No

What does it mean when EIBCALEN is equal to 1 and other values?..

Answer / ganesh

the length of the DFHCOMMAREA should be equal to 1,


usally when we r using psudo-conversatiton code will be
like this


if eibcallen=o then

send the map
return the tranid

else
recieve the map

Is This Answer Correct ?    7 Yes 15 No

Post New Answer

More CICS Interview Questions

What is the function of the Terminal Control table?

4 Answers  


What is the function of the LOAD command?

1 Answers   IBM,


Explain the difference between getting the system time with eibtime and asktime command?

0 Answers  


plz give the syntax for receive map and receive text cmds in cics

1 Answers  


Can multiple CICS regions exist under one O/S?

2 Answers  






What are the types of performs in COBOL? How does perform thru work, give example.

2 Answers  


What are the two ways of breaking a CPU bound process to allow other tasks to gain access to CPU.

3 Answers   Patni,


what we will give in the ATI after reaching the trigger level eaither transation or program. EXEC CICS TRANSID() TERMID() TRIGGERLVL() what we have to code eaither TRANSATION OR PROGRAM

2 Answers   TCS,


A mapset consists of three maps and 10 fields on each map . How many of the following will be needed ?

3 Answers  


specify the requirements for automatic task initiation. (Mention the control table, it is entries and the corresponding procedure division cics command).?

0 Answers   IBM,


when will be use the tdq and tsq??

0 Answers  


when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?

0 Answers   IBM,


Categories