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 / ram g
no i cant agree with ur ans..
for eg: ws-var occurs 1 to 5 times depending on ws-cnt
it means that u can store max of 5 entries..
if i wanna store 50 entries instead of 5 at run time...what
could be the code change u can do on this?
ur ans indirectly saying that occurs depending on is
dynamic array isn't ? never is the my ans...
if u hv any idea please explain with simple eg
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How arrays can be defined in COBOL?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
For rewrite, why is it mandatory that file needs to be opened?
i need a small 3d program using inline and outline.
How do you define a variable of comp-1 and comp-2?
what is search and searchall?what is the diffrence between them?give an best example?
What is the problem of ordered sequential files access?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
How do you get the data to code the BMS macro?
In which area will you utilize 88 level items in cobol?
What are the different open modes available in cobol?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
In COBOL, what is the different between index and subscript?
What are various search techniques in cobol? Explain.