Adding the Data File

The sample program, book.cbl, reads an indexed file to satisfy its I/O requests. You need to add this file to the project. It is located in the archive file that you downloaded previously.

Procedure

  1. Right-click the project in COBOL Explorer, and click Import > Import.

    The Import dialog box is displayed.

  2. Expand General, and click File System. Click Next.
  3. Click Browse against the From directory field to locate the folder containing the bookfile.dat file (for example, /home/myfiles/). Click OK.
  4. Ensure that the entry for bookfile.dat is the only checked item. Click Finish.

    The file is added to the project.

This section completes the creation of the COBOL project.