Import the ACCTWEB Sample Application

Import the CICS Web-enabled version of the ACCT transaction source files into your ACCTWEB project.

To import the ACCTWEB sample application files into your project:

  1. Using Windows Explorer, browse to the ACCTWEB sample files, located by default in the %PUBLIC%\Documents\Micro Focus\Enterprise Developer\Samples\Mainframe\CICS\Classic\ACCTWEB folder.
  2. Copy all subfolders of ACCTWEB and their content, and paste all into your project folder, c:\tutorials\ACCTWEB. The names of these subfolders are:
    • bms
    • cbl
    • cpy
    • data
    • html
    • repos
    • system
  3. In Visual Studio, right-click your project in Solution Explorer and select Add > Existing Item.
  4. Browse to the c:\tutorials\ACCTWEB\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\ACCTWEB\bms folder.
  7. Select the .bms file; then click Add.
    Note: The BMS map needs to be included in your project to ensure that the project builds properly. There is no need to edit the BMS file for the purposes of this tutorial.