Import the components of the ACCT sample application into your new 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 all subdirectories from this location, and paste them into your project 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.
- If the Preview Changes - Directive Determination dialog box appears, check
Don't ask again; then click
Apply.
- Again, right-click your project in Solution Explorer and select
Add > Existing Item.
- Browse to the
c:\tutorials\ACCT\bms folder.
- Select the
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.