Set COBOL and BMS specifications for the ACCT project.
- In Solution Explorer, double-click the
Properties folder.
- On the
Dependency Paths tab, ensure the path type is set to
COBOL Copybook Paths.
- Double-click in the top left corner of the entry box to add a text field; then single-click the field to select it.
- Type
.\cpy into the text field.
- Click
(Check Entries) to save the entry.
- On the
BMS tab:
- Ensure
DSECT and
MAP are set to
Yes.
- 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.
- From the
Source Format drop-down list, choose
Fixed.
- Ensure
Compile for debugging is checked.
- Check
EXEC CICS.
- Replace the contents of the
Output path field with
.\loadlib.
- On the
Debug tab, ensure that the
Active Settings field is set to
CICS.
- Click
File > Save All.