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
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
A table has two indexes defined. Which one will be used by the SEARCH?
Explain what you understand by passing by value.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
how do you reference the esds vsam file formats from cobol programs
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
how to access the file from prodution from changeman tool and to submit a file to production
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
How are the next sentence and continue different from each other?
What is an in line perform? When would you use it? Anything else you wish to say about it.
Write some characteristics of cobol as means of business language.
What is the problem of ordered sequential files access?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there