These tutorials that walk you through the process of calling SQL Server SQL CLR stored procedures from native COBOL.
Demonstration Application
Describes the solutions, projects, and source code used in these tutorials.
Prerequisites
Describes the requirements that must be in place before running any of the SQL CLR Stored Procedures tutorials.
Tutorial: SQL CLR Stored Procedures - Call a Stored Procedure Defined in an SPD File Walks you through the process of invoking a native COBOL program using JCL, and calling a SQL Server SQL CLR stored procedure that returns the results back to the calling COBOL native program. The SQL CLR stored procedure used in this tutorial was generated using the Generate SPD File tool.