To import the files from the CICS demonstration program into your project:
- 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.
- Copy the
bms,
cbl, and
cpy subfolders from this folder and paste them into your project's directory,
c:\tutorials\ACCT.
- Create the following new subfolders in the project directory,
c:\tutorials\ACCT -
system and
data.
- In Visual Studio, right-click your project in Solution Explorer and select
Add >
Existing Item.
- Browse to the
c:\tutorials\ACCT\cbl folder and then click
Add.
- Select all
.cbl files and then click
Add.
- Browse to the
c:\tutorials\ACCT\bms folder.
- Set the file type filter
BMS Files (*.bms).
- 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.