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:
- 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
Platform Target is set to
x86.
- Set
Character set to
ASCII.
- Ensure that the
Source Format field is set to
Fixed.
- Ensure
Compile for debugging is checked.
- Check
EXEC CICS.
- Replace the contents of the
Output path field to
.\loadlib.
- On the
Debug tab, ensure that the
Active Settings field is set to
CICS.
- Click
File > Save All.