Specify Project Properties

Here, you specify the properties for the ACCTWEB 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 that Platform Target is set to x86.
    2. Set Character set to ASCII.
    3. Ensure that Source Format is set to Fixed.
    4. Ensure Compile for debugging is checked.
    5. Check EXEC CICS.
    6. Type .\loadlib into the Output path field.
  5. On the Debug tab, ensure that Active Settings is set to CICS.
  6. Click File > Save All.