Walks you through the process of opening the existing CICS solution in Visual Studio, and reviewing its configuration.
Open the CICS Solution
- In Visual Studio, click
File >
Open >
Project/Solution.
- Browse to the
%PUBLIC%\Documents\Micro Focus\Enterprise Developer\Samples\PLI-VS\CICSDEMO\CICS folder, select the
CICS.sln file, and then click
Open.
This loads the CICS solution into the
Solution Explorer.
Configure the CICS solution
- In the
Solution Explorer, right-click the
CICS solution, and then select
Configuration Manager from the context menu.
- In the
Configuration Manager dialog box, set the
Active solution platform to
x86 and then click
Close.
Review CICS project properties
- Right-click the
CICS project in the
Solution Explorer, and select
Properties from the context menu.
- Click the tabs in the left side of the
Properties window to view all of the configuration details:
Review Subroutines project properties
- Right-click the
Subroutines project in the
Solution Explorer, and select
Properties.
- Click the tabs in the left side of the
Properties window to view all of the configuration details:
Compile and link the programs
- Click
Build >
Build Solution.