If i initialize the 01 level variable in array, will it
initialize all the array elements (occurs)?
Answer Posted / rakesh
I know we cant use occurs in 01 level. My question was, if
we initialize 01 level variable, in ur example, xxx-yyy,
will all the elements be initialized as well (xx-yyy-array,
xx-yyy-mem1 and xx-yyy-mem2)?
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
how to access the file from prodution from changeman tool and to submit a file to production
Write the code to count the sum of n natural numbers.
What is the difference between binary search and sequential search?
What is the difference between external and global variables in COBOL?
What are different data types in cobol?
Write a program to explain size error.
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is the difference between PIC 9.99 and 9v99 in COBOL?
HOw can I get the negative sign while deduct high value from low value
Why did you choose to work with ibm mainframe cobol programming?
What type of SDLC u followed? Why?
Whats the difference between search & search ALL?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?