To import the files from the CICS demonstration program into your project:
- At a command prompt or using Explorer, change to the location of the ACCT sample, which by default is
%PUBLIC%\Documents\Micro Focus\Enterprise Developer\Samples\Mainframe\CICS\Classic\ACCT.
- Copy the
bms,
cbl, and
cpy subdirectories and paste them into your project's directory,
c:\tutorials\ACCT.
- In Visual Studio, right-click your project in Solution Explorer and select
Add >
Existing Item.
- Browse to the
c:\tutorials\ACCT\cbl folder, select all items, then click
Add.
- Again, right-click your project in Solution Explorer and select
Add > Existing Item.
- Browse to the
c:\tutorials\ACCT\bms folder.
- Select
acctset.bms file; 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.