If i initialize the 01 level variable in array, will it
initialize all the array elements (occurs)?
Answer Posted / chandrababu naidu
we can't use array or table in 01 level item.
(or)
01 name.
02 name2 pic x(5) occurs 10 times.
INITIALIZE NAME.----> means the variable name contains 'spaces'.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
In which area will you utilize 88 level items in cobol?
how do you reference the esds vsam file formats from cobol programs
i need a small 3d program using inline and outline.
how do you define single dimensional array and multidimensional array in your cobol?
Define cobol?
State the various causes of s0c1, s0c5 and s0c7.
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
i want a program using by if, evaluate , string, unstring, perform, occurs?
How do you differentiate between cobol and cobol-ii?
What is inspect in cobol ?
What is the difference between Call and a Link?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What are the various section in data division and briefly explain them.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?