Create a folder structure and project for the server-based CICS programs.
-
Create a working folder on your machine, such as
C:\CTG. We recommend that you use the same naming convention as is used in this demonstration - it will lead to fewer errors and you can always delete your project files when you have finished.
-
Start
Enterprise Developer.
-
Click
File > New > Project > COBOL > Native > Mainframe Subsystem Application.
-
Specify a name for your project such as
CTGDEMO.
-
Specify a working folder in the
Location field. This is the folder
C:\CTG you specified in step 1 above.
-
Uncheck
Create directory for solution.
-
Click
OK.
This creates a
CTGDEMO folder within your project working folder.
-
Create the following folders in your
CTGDEMO directory:
- cblsrv - CICS server programs
- cpy - copybooks
- loadlib - executables
- data - data files
- system - CICS resource files
-
Finally, copy the COBOL server programs from your sample folder
%PUBLIC%\Documents\Micro Focus\Enterprise Developer\Samples\Mainframe\CICS\Classic\CTGDEMO\cblsrv to your new
cblsrv directory above.