Answer Posted / rihaan
77 Level number is an Independent DATA ITEM . It can't be
associated with any other level numbers. It has to be
independent in the declaration.
Please correct me if am wrong
| Is This Answer Correct ? | 68 Yes | 3 No |
Post New Answer View All Answers
What are various search techniques in cobol? Explain.
how do you reference the variable block file formats from cobol programs
Discuss about changing dataset name in proc.
How do define dynamic array in cobol.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
How you can read the file from bottom?
How do you differentiate between cobol and cobol-ii?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
how do you reference the fixed unblock file formats from cobol programs
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is the difference between external and global variables in COBOL?
What is the use of intialize verb?
Why would you use find and get rather than to obtain?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.