Previous Topic Next topic Print topic


Create a Visual Studio Solution

A service interface is a component of a Visual Studio project. For these tutorials, you'll create one Visual Studio Solution to contain your service interfaces projects -- one for each tutorial.

  1. From the Visual Studio IDE, click File > New > Project.
  2. Under Project types, expand COBOL Projects; then click Native.
  3. Under Templates, click Mainframe Subsystem Application.
  4. Complete the remaining fields as follows:
    Name SVITutorials
    Location Any location.
    Solution Name SVITutorials
  5. Check Create directory for solution.
  6. Click OK.

    Visual Studio opens the Solution Explorer for the SVITutorials solution, showing the SVITutorials project. Because each service interface created in a tutorial uses a different enterprise server, and enterprise servers are associated at the project level, each service interface must be in its own project. Therefore, we will not use the default SVITutorials project but instead will create a separate project within the SVITutorial Solution for each tutorial.

Previous Topic Next topic Print topic