Tutorial: Application Migration - Converting Labeled Duration Calculations

Provides step-by-step instructions to migrate DB2 labeled duration calculations and date formats to SQL Server.

SQL Server does not support labeled duration calculations directly. HCOSS handles the conversion to T-SQL to implement the DB2 syntax of an EXEC SQL statement using labeled durations.

This tutorial also demonstrates binding the application using a post-build event in Eclipse.

Prerequisites

  • If you have not already done so, review the Assumptions and Before you begin a tutorial section in the Tutorials: HCO for SQL Server (HCOSS) topic to ensure your environment is set up properly.
  • Before attempting this tutorial, you must first work through the steps in Tutorial: Prepare for Application Migration.

Eclipse project - LBLDURATION

The Eclipse project we provide for this tutorial contains the LBLDURATION project, which is a native COBOL project.

The project also contains the program, which is a COBOL SQL program that converts calculations.

The demonstration Eclipse project and its components are located in the %PUBLIC%\Documents\Micro Focus\Enterprise Developer\Samples\Mainframe\SQL\hcoss\LBLDURATION directory by default.

Sequence

To complete this tutorial, progress through these topics in the order presented here. The bottom of each topic provides Next topic and Previous topic navigational links to help you proceed in the proper sequence: