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. Browse to the location of the ACCT sample in the install directory of the Samples %ProgramFiles(x86)%\Micro Focus\Studio Enterprise Edition x.x\Examples\Visual Studio Integration\Visual Studio Integration\Tutorials\Mainframe\CICS\ACCT directory.
  2. Copy the bms, cbl, and cpy subfolders from this folder and paste them into your project's directory, c:\tutorials\ACCT.
  3. Create the following new subfolders in the project directory, c:\tutorials\ACCT - system and data.
  4. In Visual Studio, right-click your project in Solution Explorer and select Add > Existing Item.
  5. Browse to the c:\tutorials\ACCT\cbl folder and then click Add.
  6. Select all .cbl files and then click Add.
  7. Browse to the c:\tutorials\ACCT\bms folder.
  8. Set the file type filter BMS Files (*.bms).
  9. Select the .bms file and then click Add.
    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