To compile the cobol_Tutorial1.cbl program, start the isCOBOL compiler as follows:
iscc.exe -efc cobol_Tutorial1.cbl
The -efc option instructs the isCOBOL compiler to generate an XFD file which defines the data used by cobol_Tutorial1. This XFD file will be used in the tutorial below to demonstrate the SQL capabilities of the FairCom RTG COBOL Edition solution.
This section is specific to ACUCOBOL. If you are using a different COBOL compiler, you will need to change the commands accordingly.