Answer Posted / ananta bajpai
we can open a file in 4 modes
1. input mode
2. output mode
3. extend mode
4. I-O mode
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Differentiate between structured cobol programming and object-oriented cobol programming.
Write the code to count the sum of n natural numbers.
Can we change the password using ALTER? anyone tried and changed?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What are the rules of the move verb?
What are the different rules to perform a Search?
What is the difference between Global and External Variables?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
What the difference is between continue and next sentence?
Difference between cobol and cobol-ii?
What are different data types in cobol?
What is a SSRANGE and NOSSRANGE?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Why occurs cannot be used in 01 level in COBOL?
What is the difference between perform … with test after and perform … with test before?