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. In Eclipse, select your project in the Application Explorer view.
  2. From the main menu, click File > Import.
  3. In the Import dialog box, expand General, click File System and then click Next.
  4. Click the Browse button that corresponds to the From directory field, and then navigate to the ACCTWEB sample files, located by default in the %PUBLIC%\Documents\Micro Focus\Enterprise Developer\Samples\Mainframe\CICS\Classic\ACCTWEB directory.
  5. Click OK.
  6. In the left panel, expand the ACCTWEB folder.
  7. Check the boxes next to all of the listed folders, which include:
    • bms
    • cbl
    • cpy
    • data
    • html
    • repos
    • system
  8. Click Finish.

    This imports all required files into your project, creates the .dll, .idy and .mod files in the loadlib directory, generates a .cpy file from the BMS, and builds the project.

    Note: The project build fails at this point because you have not set any project properties. You do this in the next phase of this tutorial.