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
) How do u handle errors in BMS macro
How do you differentiate between cobol and cobol-ii?
How many sections are there in data division in COBOL?
Explain the configuration section of a cobol program with examples of syntax.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Write a cobol program making use of the redefine clause.
Write the code to count the sum of n natural numbers.
What is the difference between a binary search and a sequential search what are the pertinent cobol?
how do you reference the variable unblock file formats from cobol programs
What type of SDLC u followed? Why?
Write some characteristics of cobol as means of business language.
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
How do u write test cases?