Configure the server side project

Complete the project settings and import the COBOL source files.
  1. In the COBOL Explorer, right-click on the name of your project - CTGDEMO - and select Properties. This reveals the properties page for your project.
  2. Expand Micro Focus > Project Settings and click on COBOL then set Character Set to ASCII.
  3. On the same page, enter the following additional directives in the Additional directives box: copyext(CBL, cbl, CPY, cpy) remove(namespace) hidemessage(624).
  4. Expand Micro Focus > Build Configurations, click on COBOL and enter .\loadlib in the Output path field.
  5. Click OK.
  6. Click File > Save All to save your work (if the menu option is greyed out, then it has already been automatically saved).
  7. Select Project > Build All and check that all programs build correctly without errors.