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 / thilak
yes as for as storage is considered, there is no difference.
Occurs & occurs depending on allocates the maximum memory
specified in the "integer TIMES" CLAUSE.
But there are options of allocating memory dynamically at
the cost of runtime overhead.
for more
http://coding.derkeiler.com/Archive/Cobol/comp.lang.cobol/20
05-05/msg00396.html
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the different rules to perform a Search?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is the difference between goback, stop run and exit program in cobol?
For rewrite, why is it mandatory that file needs to be opened?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What is the local-storage section?
Why did you choose to work with ibm mainframe cobol programming?
What is the difference between Global and External Variables?
Describe the cobol database components?
What is amode(24)?
Name the divisions, which are available in a cobol program?
What is rmode(24)
Write a program to enter and display the names of students in a class using the occurs clause.
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?