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 the difference between AID and HANDLE AID?
Write some characteristics of cobol as means of business language.
What is the default value(s) for an initialize and what keyword allows for an override of the default?
How do define dynamic array in cobol.
What are the rules of the move verb?
What is the utilization of copybook in cobol?
HOw can I get the negative sign while deduct high value from low value
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
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.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
Write a cobol program making use of the redefine clause.
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
how to access the file from prodution from changeman tool and to submit a file to production
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?