Import Sample Application Files

Import the components of the ACCT sample application into your new 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 all subdirectories from this location, and paste them into your project 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. If the Preview Changes - Directive Determination dialog box appears, check Don't ask again; then click Apply.
  6. Again, right-click your project in Solution Explorer and select Add > Existing Item.
  7. Browse to the c:\tutorials\ACCT\bms folder.
  8. Select the 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.