InterviewSolution
Saved Bookmarks
| 1. |
What Is Flat File? |
|
Answer» When a FILE is declared in program as a flat file no need to USE READ commands the program will read the flat file from STARTING to EOF. only one flat file can be declared in a program. When a file is declared in program as a flat file no need to use READ commands the program will read the flat file from starting to EOF. only one flat file can be declared in a program. |
|