Import the ACCTCLNT Sample Application

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

To import the ACCTCLIENT sample application files into your project:

  1. Using Windows Explorer, browse to the ACCTCLNT sample files, located by default in the %PUBLIC%\Documents\Micro Focus\Enterprise Developer\Samples\Mainframe\CICS\Classic\ACCTCLNT directory.
  2. Copy all subfolders of ACCTCLNT 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\ACCTCLNT\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\ACCTCLNT\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.