Files Management
Managing files is an important task for most COBOL applications. This section discusses the implementation of the three types of files: sequential, relative, and indexed.
You can find a sample of each type of file in these directories of the isCOBOL SDK:
• sample/as/fs/data-access
• sample/data-access/files
• sample/io-performance