Be sure you have installed and configured all of the prerequisite software.
- In Studio Enterprise Edition, click File > New > Project > COBOL Projects > Native > Console Applications.
- Create a new project called db_acct in a directory of your choice.
- In the solution explorer window, right-click in the db_acct project name.
- Click Add > Existing Item.
- Browse to the Studio Enterprise Edition subdirectory Examples\Visual Studio Integration\Mainframe\CICS and add the copy book acctrec.cpy.
- In the solution explorer window, right-click in the db_acct project name.
- Click Add > New Item > Native > COBOL Program to create a new COBOL program.
- Name the COBOL program dbacct.cbl.
- Add this program to your project.