Specify Project Properties

To specify properties for your project:

  1. In Solution Explorer, double-click the Properties folder.
  2. On the Dependency Paths tab, ensure Type is set to COBOL Copybook Paths and type .\cpy in the text box.
  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 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. Type .\loadlib in the Output path field.
    6. In the Additional Directives box, type CICSECM.
  5. On the Debug tab, choose CICS from the Active Settings drop-down list.
  6. Click File > Save All.