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

hi,what is the module? how many modules in mainframe based banking projects

0 Answers  


What is the cics command level?

0 Answers  


What is a transid?

0 Answers  


We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??

0 Answers   BirlaSoft,


How do you define Task Work Area?

1 Answers   IBM,






What is the significance of RDO?

1 Answers   IBM,


What is the process of converting the CICS commands into the equivalent host language statements called?

3 Answers  


Explain how do you delete item 3 in a five-item tsq?

0 Answers  


Explain the primary significance of intra-partition and extra-partition tdqs ?

0 Answers  


pf7 and pf8 logic. first wnen i press pf7 first five records has to be displayed .second time when i press pf7 next five records to be displayed. what was the logic. give clear explination.

8 Answers   HSBC, Thomson,


How to differenciate the given coding is pseudo conversational? (except EIBCALEN condition)

4 Answers   HSBC,


<CICSFault xmlns="http://www.ibm.com/software/htp/cics/WSFault">DFHPI10 08 05/13/2009 05:47:14 FSCIBM SOAP message generation failed because of incorrect input (INPUT_STRUCTURE_TOO_SMALL ).</CICSFault> Can anyone suggest how to handle this type of error?

1 Answers  


Categories