Answer Posted / shashank naresh
This is an independent variable (not record) in the cobol.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do we get current date from system with century in COBOL?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is difference between static and dynamic call in cobol?
Have you used comp and comp-3 in your project? And how?
what is the difference between COBOL2 AND COBOL390?
What is the use of intialize verb?
What is the difference between binary search and sequential search?
What is the problem of ordered sequential files access?
How do define dynamic array in cobol.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
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.
Write some characteristics of cobol as means of business language.
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Mention the guidelines to write a structured cobol program?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps