Add Operation Logic to reverse.cbl

Guides you through the process of adding logic to the Reverse application that performs the task of reversing input, and then building the project in Visual Studio.

The generated skeleton program, reverse.cbl, contains some basic functionality that is common to any CICS Web service that uses the Channel interface, such as:

Add operation logic

To provide the required operation logic, we have provided a fully implemented version of the program for you to use.

  1. Using Windows File Explorer or at a command prompt, change to the Reverse project directory.
  2. Copy the reverse.cbl file from the cbl directory to the wsdl\reverse directory, overwriting the generated COBOL skeleton program.

Build the Reverse project

  • From the Solution Explorer, right-click the Reverse project; then select Build.