Tutorial: Developing a Simple COBOL Application
This tutorial introduces the Visual Studio IDE, and shows how to create, build and debug a simple console application using supplied COBOL programs that use ACCEPT/DISPLAY statements.
Starting Visual Studio
Creating a Solution and a Project
Add Files to the Project
Build and Run the Project
Project Properties
Debug the COBOL Project
Parent topic:
Getting Started