Enterprise Developer provides a number of demonstration applications for HCOSS.
The demonstration files are located in the
$COBDIR/demo/sql/hcoss directory.
Each sample application comes with a
Readme file to explain how to use the application.
The HCOSS demonstration applications all produce a console log displaying their progress. They all terminate on receipt of
an error, after displaying an error message.
- HCOSS - Array Insert
- Demonstrates how array inserts work with SQL Server when using mainframe DB2 syntax.
- HCOSS - Function Emulation
- Demonstrates how to add math functions to SQL Server that emulate standard math functions in DB2.
- HCOSS - Labeled Durations
- Demonstrates how HCOSS manages DB2 date formats and labeled duration calculations. SQL Server does not support labeled calculations
directly. HCOSS handles the conversion to T-SQL to emulate DB2 labelled duration syntax.