Answer Posted / sp
EIBCALEN i.e. Executive Interface Block Common Area Length.
Its used toknow that whether nprogram has been executed
before this or not. It takes the count of execution of
program. If its executing for the first time its value will
be zero and after each execution it will increase by one.
| Is This Answer Correct ? | 28 Yes | 16 No |
Post New Answer View All Answers
How do you reference the fixed block file formats from cobol programs
How do you get the data to code the BMS macro?
What is the difference between external and global variables in COBOL?
What is cobol?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
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 the utilization of copybook in cobol? Could we utilize a similar copybook?
) what is the difference between AID and HANDLE AID?
What are the different types of condition in cobol and write their forms.
What are the different data types in cobol?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What are the pertinent COBOL commands?
How are the next sentence and continue different from each other?
What is the difference between perform … with test after and perform … with test before?
How do define dynamic array in cobol.