IBM COBOL400 Question: Download IBM COBOL400 PDF

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

Tweet Share WhatsApp

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.

Download IBM COBOL400 PDF Read All 19 IBM COBOL400 Questions
Previous QuestionNext Question
What is the difference between SEARCH and SEARCHALL?Can we open close file in COBOL any number of times?