IBM COBOL400 Question:
WHAT ALL THE CONDITIONES REQUIRED FOR USING OPEN OPCODE ON A FILE?
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.
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 Question | Next Question |
What is the difference between SEARCH and SEARCHALL? | Can we open close file in COBOL any number of times? |