Answer Posted / chavanbb33
EIBCALEN is executive interface block communication area length which is used to transfer data from one program to another through COMMAREA .
if EIBCALEN =0 then no data is passed , and if EOIBCALEN = value specified in working storage of commarea then the data is passed..
correct me if it is wrong
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What is amode(31)
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Explain about different table spaces.
Difference between cobol and cobol-ii?
Write the code to count the sum of n natural numbers.
How do you reference the following file formats from cobol programs?
how do you reference the esds vsam file formats from cobol programs
What is the use of intialize verb?
what is difference between cobol and cobol/400
Define cobol?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is a SSRANGE and NOSSRANGE?
What is length is cobol?