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
A table has two indexes defined. Which one will be used by the SEARCH?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is the difference between Call and a Link?
What rules are followed by the search verb.
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
) what is the difference between AID and HANDLE AID?
how to access the file from prodution from changeman tool and to submit a file to production
For rewrite, why is it mandatory that file needs to be opened?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
How you can characterize tables in cobol?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What is the problem of ordered sequential files access?
What are literals?
What is the LINKAGE SECTION used in COBOL?