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
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is the local-storage section?
What is the use of intialize verb?
Can you please let me know the centre name of INS certification in Kolkata.
What is the problem of ordered sequential files access?
how do you reference the fixed unblock file formats from cobol programs
Write down the divisions of cobol program?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is static and dynamic call in cobol?
What is the difference between binary search and sequential search?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What is report-item in COBOL?
Are you comfortable in cobol or jcl?
Can a Search can be done on a table with or without Index?