IBM COBOL400 Question:

WHAT ALL THE CONDITIONES REQUIRED FOR USING OPEN OPCODE ON A FILE?

IBM COBOL400 Interview Question
IBM COBOL400 Interview Question

Answer:

There are some conditions,
1. File should be decare in FILE-CONTROL, FILE SECTION.
2. file should be closed before opening it other wise ut
will gives error.


Previous QuestionNext Question
What is the difference between SEARCH and SEARCHALL?Can we open close file in COBOL any number of times?