why occurs clause not mentioned in 01 level
Answer Posted / m
we have 2 types of redefines
1. Explicit redefines -- we generally use in our cobol
logic using redefine keyword.
2. Implicit redefines -- system redefines its spaces
accordingly .. eg: the variable/record defined with 01
level are usually redefined by the system.
this is th ereason why we wont define occurs clause @ 01
level
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Explain the configuration section of a cobol program with examples of syntax.
How to remove 2 duplicate records and copy only one using job control language?
Define static linking and dynamic linking.
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?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What are the pertinent COBOL
What is a scope terminator give example?
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?
how do you reference the printer file formats from cobol programs
What are the various section in data division and briefly explain them.
) what is the difference between AID and HANDLE AID?
Why occurs cannot be used in 01 level in COBOL?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
State the various causes of s0c1, s0c5 and s0c7.