Previous Topic Next topic Print topic


Import Files from the Demonstration Program

To import the files from the CICS demonstration program into your project:

  1. Navigate to your project directory, c:\tutorials\ACCTWEB.
  2. Browse to the location of the ACCTWEB sample in the install directory of the Samples %ProgramFiles(x86)%\Micro Focus\Studio Enterprise Edition x.x\Examples\Visual Studio Integration\Tutorials\Mainframe\CICS\ACCTWEB directory.
  3. Copy the bms, cbl, cpy, and html subfolders and their content from this folder and paste them into your project's directory, c:\tutorials\ACCTWEB.
  4. Create the following new subfolders in the project directory, c:\tutorials\ACCTWEB - system and data.
  5. In Visual Studi0, right-click your project in Solution Explorer and select Add > Existing Item.
  6. Browse to the project directory, click the cbl folder and then click Add.

    This opens the contents of the cbl folder.

  7. Set the file type filter on the Add Existing Item dialog to All files (*.*).
  8. Select all .cbl files and then click Add.
  9. Add the bms folder and the bms file in the same manner.
    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. However, if you did need to edit it, you would do this using the BMS Painter.
Previous Topic Next topic Print topic