Specify Project Properties

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