Before attempting this tutorial, you must complete Tutorial: Import 32-bit JCL Enterprise Server Regions.
| Tutorial | Region Name |
|---|---|
| Call a SQL CLR Stored Procedure Single-project by Literal | JCLSPSL |
| Call a SQL CLR Stored Procedure Single-project by Data Name | JCLSPSDN |
| Call a SQL CLR Stored Procedure Multi-project by Literal | JCLSPML |
| Call a SQL CLR Stored Procedure Multi-project by Data Name | JCLSPMDN |
By default, this takes you to the Server > Properties > General page.
Where projLocDir is one of the following project location directory names:
| Tutorial | Project Location Directory |
|---|---|
| Call a SQL CLR Stored Procedure Single-project by Literal | SingleProjLiteral |
| Call a SQL CLR Stored Procedure Single-project by Data Name | SingleProjDataName |
| Call a SQL CLR Stored Procedure Multi-project by Literal | MultiProjLiteral |
| Call a SQL CLR Stored Procedure Multi-project by Data Name | MultiProjDataName |
For example:
[ES-Environment] JCLPROJ=C:\Users\Public\Documents\Micro Focus\Enterprise Developer\Samples\Mainframe\SQL\hcoss\JCLCallingSP\SPDDemo\SPCallIf your SPCall project directory is in a different location, edit the path to point to it.
DSN=SQLCLRTutorial, USRPASS=userid.password
Where userid.password is the user ID and password used to log onto SQL Server.
If you are using Windows authentication, skip this step.