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 the path type is set to COBOL Copybook Paths.
  3. Click in the entry box; then press Ctrl+Insert to enable a text field.
  4. Type c:\tutorials\ACCT\cpy into the text field.
  5. On the BMS tab:
    1. Ensure DSECT and MAP are set to Yes.
    2. In the Copybook Output Path text box, type .\cpy.
    3. In the Load Module Output Path text box, type .\loadlib.
  6. 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.
  7. On the Debug tab, ensure that the Active Settings field is set to CICS.
  8. Click File > Save All.