What is EIBCALEN? Why it is used?

Answer Posted / purushothr

its EXEC COMMUNICATION AREA LENGTH
it is used in pseudo conversational if EIBCALEN=0 no data
are moved to application program.
max size is 65k and s9(4)comp

Is This Answer Correct ?    7 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

State the various causes of s0c1, s0c5 and s0c7.

653


what are decleratives in cobol?

1817


INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?

404


Write a cobol program making use of the redefine clause.

719


Describe the cobol database components?

668






Difference between array and sub-script ?

1149


Can we change the password using ALTER? anyone tried and changed?

1535


Write some characteristics of cobol as means of business language.

609


If you are current on the owner of a set, what is the difference between obtain next and obtain first?

632


Explain how to differentiate call by context by comparing it to other calls?

678


What is the difference between perform … with test after and perform … with test before?

864


Which mode is used to operate the sequential file?

654


)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

1514


I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

1220


What the difference is between continue and next sentence?

650