what is the difference between occurs and occurs depending
on? i dont think so there is the difference in
storage..then why we should use occurs depending on?
Answer Posted / anna.
For hard-coded table we define cobol table with OCCURS,
becouse it is fixed numbers of occurances.
For input-loaded table (varb/l) with OCCURS DEPENDING ON
counter.Loading with perform vayring.
In this case we have exac numbers of entry and table can
easily access.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the pertinent COBOL
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
For rewrite, why is it mandatory that file needs to be opened?
Explain the configuration section of a cobol program with examples of syntax.
What is link edit in cobol?
how do you reference the printer file formats from cobol programs
Write some characteristics of cobol as means of business language.
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is cobol?
What is the problem of ordered sequential files access?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
) how do u code after getting data?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is the difference between external and global variables in COBOL?
How many bytes S(8) comp field occupy and its maximum value?