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