why occurs clause not mentioned in 01 level
Answer Posted / jagveer singh
As you all might already know that an array is known
as 'Repeating Groups' because of there nature, it means
that it is a group of data-items, 01 level is used to
define group level variable only (not the groups directly),
so data-items of group needs to be defined under 01 level
(group level) variable only, we can not declare them on 01
level directly.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is the difference between structured cobol programming and object alternativelyiented cobol?
Discuss about changing dataset name in proc.
A table has two indexes defined. Which one will be used by the SEARCH?
i want a program using by if, evaluate , string, unstring, perform, occurs?
Can we redefine the field of x(200) to less than 200?
How are the next sentence and continue different from each other?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is inspect in cobol ?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What is the LINKAGE SECTION used in COBOL?
What is report-item in COBOL?
What are the access modes of START statement?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What is the usage of comp fields in cobol?