Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

if we want to add new column in the db2 table.How can add in the copybook?

2 Answers  


What CICS command do you need to obtain the user logon-id?

1 Answers   IBM,


Explain how do you terminate an already issued delay command?

0 Answers  


How to make protected field in BMS invisible through application program?

1 Answers   HP,


Define TCT.

0 Answers  


List the sequence of steps used to achieve ?Modification in Skip Sequential Mode.?

1 Answers  


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

2 Answers  


I have done a start browse on a vsam dataset. Can I do another start browse without doing an end browse?

0 Answers   IBM,


how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.

0 Answers   HP,


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

2 Answers  


What is the eib parameter?

0 Answers  


Explain the different system tables used in cics?

0 Answers  


Categories