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 is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Are you comfortable in cobol or jcl?
Differentiate between structured cobol programming and object-oriented cobol programming.
What is inspect in cobol ?
Whats the difference between search & search ALL?
What is the difference between Call and a Link?
What rules are followed by the search verb.
What do you understand by psb and acb?
Explain how to differentiate call by context by comparing it to other calls?
Write a program to explain size error.
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
) How do u handle errors in BMS macro?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?