Tutorials on COBOL and PL/I in the Visual Studio IDE

There are a number of tutorials that guide you through creating COBOL applications of various sorts using the Visual Studio IDE. The source files for the tutorials are the samples installed in subfolders of the %PUBLIC%\Documents\Micro Focus\Enterprise Developer\Samples folder by default.

The following tutorials are available:

Mainframe Subsystem Tutorials

Tutorial Shows you how to
Getting started with Micro Focus Enterprise Developer for Visual Studio 2013 Develop and maintain both simple COBOL and mainframe subsystem applications using the IDE. Uses the Bankdemo sample.
Tutorial: Assembler AACT is a sample CICS 3270 transaction that comprises several Assembler programs and a single BMS map, and uses the resource definitions in the file dfhdrdat. This tutorial walks you through the steps required to implement and test the AACT transaction.
Tutorial: CICS Create a CICS project in Visual Studio. You associate the project with Enterprise Server, deploy the CICS application to the server and debug in Visual Studio.
Tutorial: Web-Enabled CICS Acting as a Web Server Create a Web-enabled version of a CICS project in Visual Studio.
Tutorial: Web-Enabled CICS Acting as a Web Client Create a CICS Web client project in Visual Studio.
Tutorial: JCL Create a JCL project in Visual Studio. You associate the project with Enterprise Server, deploy the JCL file to the server and debug in Visual Studio.
Tutorial: IMS Create an IMS project in Visual Studio. You associate the project with Enterprise Server, deploy the IMS files to the server and debug in Visual Studio.

Tutorials on Native COBOL

Tutorial Shows you how to
Tutorial: Interface Mapping Toolkit Define a Java/EJB service interface to access a COBOL application, deploy it to Enterprise Server, generate and run a client to access the application.

Tutorials on Managed COBOL

Tutorial Shows you how to
チュートリアル: .NET マネージCOBOLの開発 Create a simple Windows application in .NET managed COBOL. You create a Windows form that says "Hello World".
チュートリアル : COBOL での Windows フォームの作成 Create a Windows form that interacts with an existing COBOL program.
チュートリアル: COBOLで Webフォームを作成する Create a Web page that interacts with an existing COBOL program.
チュートリアル:クラウドへの Hello COBOL World のパブリッシング Create a COBOL cloud service and then deploy and run it under Windows Azure.
Tutorials: OpenESQL Assistant Create a COBOL program using OpenESQL Assistant to generate an SQL query.