Import files from the demonstration program

To import the files from the CICS demonstration program into your project:

  1. At a command prompt or using Explorer, change to the location of the ACCT sample, which by default is %PUBLIC%\Documents\Micro Focus\Enterprise Developer\Samples\Mainframe\CICS\Classic\ACCT.
  2. Copy the bms, cbl, and cpy subdirectories and paste them into your project's directory, c:\tutorials\ACCT.
  3. In Visual Studio, right-click your project in Solution Explorer and select Add > Existing Item.
  4. Browse to the c:\tutorials\ACCT\cbl folder, select all items, then click Add.
  5. Again, right-click your project in Solution Explorer and select Add > Existing Item.
  6. Browse to the c:\tutorials\ACCT\bms folder.
  7. Select acctset.bms file; then click Add.
    Note: The BMS map needs to be included in your project, so that you can compile it easily. There is no need to edit the BMS file for the purposes of this tutorial.