If i initialize the 01 level variable in array, will it
initialize all the array elements (occurs)?
Answer Posted / snehatechm
All ryt.Answer is no.array elements will not be initialised
automatically.
you can initialise the table with INITIALIZE verb.
INITIALIZE XXX-YYY
this will initialize your alphanumeric with space and
numeric with '0'.
apart from this by moving also u can initialise.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What is the difference between goback, stop run and exit program in cobol?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is rmode(24)
Describe the cobol database components?
What is the difference between PIC 9.99 and PIC9v99?
What is the Purpose of Pointer in the string?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
Give some examples of command terminators?
Can we change the password using ALTER? anyone tried and changed?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What guidelines should be followed to write a structured cobol prgm?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?