Set Project Properties

Here, you specify the properties for the ACCTCLNT project, which include creation of a build configuration, preprocessor selection, and path specifications.
Open the Project Properties page
  • In the Application Explorer view, right-click the ACCTCLNT project; then select Properties.
Create a build configuration
  1. In the left pane, expand Micro Focus.
  2. Click Build Configurations.
  3. In the right pane, click Manage Configurations.
  4. Click the pencil icon to rename the current build configuration.
  5. Replace New Configuration with ACCTCLNT Build.
  6. Click Finish.
Specify build paths and targets
  1. In the left pane, expand Build Configurations.
  2. Click the COBOL entry under Build Configurations.
  3. In the right pane, replace the New Configuration.bin value in the Output Path with loadlib.
  4. Ensure Target Type is set to All Native Library Files.
  5. Click Apply.
  6. In the left pane, click Build Path.
  7. In the right pane, click the Dependency Paths tab.
  8. Check ACCTCLNT and ACCTCLNT/cpy.
Specify Project Settings
  1. In the left pane, expand Project Settings > COBOL.
  2. Click the CICS Preprocessor entry under COBOL.
  3. In the right pane, check Use CICS Preprocessor.
  4. Click Apply.
  5. In the left pane, click the BMS entry under Project Settings.
  6. Scroll down to the Outputs section.
  7. Type cpy into the DSECT Output text field.
  8. Type loadlib into the Binary Output text field.
  9. Click Apply and Close.

At this point, Eclipse automatically rebuilds the project, this time without errors.