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...


Generally we check EIBALEN = 0 to decide whether first call
or not.
If I do not pass any value in the COMMAREA then EIBCALEN
will be 0 even on second call. Now how can we say the
program is called for the first time or second time?

Answers were Sorted based on User's Feedback



Generally we check EIBALEN = 0 to decide whether first call or not. If I do not pass any value in..

Answer / praveen

for the first time eibcalen is zero with this we can
conclude this is first call and for the second time if u
dont pass the value for commarea the by default dfhcommarea
has one byte of memory with this we can say this is second call.

Is This Answer Correct ?    6 Yes 5 No

Generally we check EIBALEN = 0 to decide whether first call or not. If I do not pass any value in..

Answer / kingmanish

@Praveen

I don't agree with you here.
Are you sure by default the DFHCOMMAREA length is 1 on
second call?

Please check I don't think it is the case.

Is This Answer Correct ?    1 Yes 2 No

Generally we check EIBALEN = 0 to decide whether first call or not. If I do not pass any value in..

Answer / sandeep

dfhcommarea length is 1 by default.if you are returning a
trans-id by passing some data in commarea then the length
will be calculated depending on the data which we passed.
if you are not passing any data then i think eibcalen value
will be 1 so it enters into the next para

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More CICS Interview Questions

Can you explain communication area?

0 Answers  


Can you issue SQL COMMIT from a CICS program?

2 Answers   IBM,


What is the drawback of using HANDLE CONDITION?

1 Answers   IBM,


Explain the difference between physical map and symbolic map?

0 Answers  


What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?

0 Answers  


Explain the different system tables used in cics?

0 Answers  


How do you fire a batch job from a CICS transaction ?

2 Answers   TCS,


What is the command that is used to add a new record to the file?

1 Answers  


How many conditions can you include in a single HANDLE CONDITION command?

5 Answers   IBM,


Define cics interface block?

0 Answers  


Explain how do you control cursor positioning?

0 Answers  


how to make the entire screen protected. i.e., for example when we design a delete screen before deleting the details we need to popup a screen saying do u wish to delete(Y/N). When this screen appears i want to make the previous screen fields as protected.Please help me with the anser. i need the entire screen to be protected. Thanks in advance

3 Answers   Accenture,


Categories