Create a folder structure and project for the client-side programs.
-
In Visual Studio, click
.
-
In the
Create a new project dialog box, select
COBOL from the
Language drop-down list.
-
Click
Console Application, and then click
Next.
-
Specify a name for your project such as
CTGCLI.
-
Specify a working folder in the
Location field. This is the folder
C:\CTG you specified in step 1 above.
-
Select
Add to solution in the
Solution list, and ensure that the
Place solution and project in the same directory checkbox is unchecked.
-
Click
OK.
This creates a
CTGCLI folder within your project working folder.
-
Create the following folders in your
CTGCLI directory:
-
Finally, copy the COBOL client programs from your sample folder:
%PUBLIC%\Documents\Micro Focus\Enterprise Developer\Samples\Mainframe\CICS\Classic\CTGDEMO\cblcli to your new
cbcli directory above.