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. In Eclipse, select your project in the Application Explorer view.
  2. Click File > Import on the main menu.
  3. In the Import dialog box, expand General, click File System and then click Next.
  4. Click Browse, and then navigate to the ACCTCLNT sample files, located by default in the %PUBLIC%\Documents\Micro Focus\Enterprise Developer\Samples\Mainframe\CICS\Classic\ACCTCLNT directory.
  5. Click OK.
  6. In the left panel, expand the ACCTCLNT 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.