Answer Posted / ms. stanley
FILE ORGANIZATION is used to declare, if the File is
SEQUENTIAL or INDEXED (VSAM or Non-VSAM Dataset)
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is the difference between external and global variables in COBOL?
What is a report item?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
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.
What is difference between static and dynamic call in cobol?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is an in line perform? When would you use it? Anything else you wish to say about it.
How arrays can be defined in COBOL?
How to remove 2 duplicate records and copy only one using job control language?
how to move the records from file to array table. give with code example
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
How you can read the file from bottom?
how to refer the data field?