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
What is rmode(24)
What are the pertinent COBOL commands?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Mention the guidelines to write a structured cobol program?
How do define dynamic array in cobol.
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
what happens if parmparameter passes zero bytes to the program
How do you define a variable of comp-1 and comp-2?
What is the difference between PIC 9.99 and 9v99 in COBOL?
Name some of the examples of COBOl 11?
What is Pic 9v99 Indicates in COBOL?
HOw can I get the negative sign while deduct high value from low value
What the difference is between continue and next sentence?
Whats the difference between search & search ALL?
how can i see junk values in dclgen or in hostvariable of comp ?