Specify Project Properties

Here, you specify the properties for the ACCTCLNT project, which include path specifications, preprocessor selection, and debug configuration.
Note: Enterprise Developer stores your project directory as the current directory. You can enter property path specifications as relative to the project directory. For example, .\cpy represents the cpy subdirectory of the project directory.

To specify properties for your project:

  1. In Solution Explorer, double-click the Properties folder.
  2. On the Dependency Paths tab:
    1. Ensure Type is set to COBOL Copybook Paths.
    2. Click inside the text box in the center pane; then press Ctrl + Insert.
    3. Type .\cpy; then press Enter.
  3. On the BMS tab:
    1. In the Copybook Output Path field, type .\cpy.
    2. In the Load Module Output Path field, type .\loadlib.
  4. On the COBOL tab:
    1. Ensure Platform Target is set to x86.
    2. Set Character set to ASCII.
    3. Ensure that the Source Format field is set to Fixed.
    4. Ensure Compile for debugging is checked.
    5. Check EXEC CICS.
    6. Replace the contents of the Output path field to .\loadlib.
  5. On the Debug tab, ensure that the Active Settings field is set to CICS.
  6. Click File > Save All.