If i initialize the 01 level variable in array, will it
initialize all the array elements (occurs)?
Answer Posted / sharath
Assuming we have to initialize the array variables with
zeroes.
MOVE ALL '0' to the '01' group variable will initialize the
whole array.
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What is the utilization of copybook in cobol?
what is the difference between COBOL2 AND COBOL390?
What is the usage of comp fields in cobol?
How to print 10 to 1 if the input have only 10 digit number?
What is cobol?
What kind of error is trapped by on size error option?
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?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
what is difference between cobol and cobol/400
Can we change the password using ALTER? anyone tried and changed?
What is the LINKAGE SECTION used in COBOL?
What are the rules of the move verb?
What is a SSRANGE and NOSSRANGE?
In which area will you utilize 88 level items in cobol?