SQL Properties

The HCOSS templates preset the following OpenESQL SQL compiler directive options:
  • SQL(DBMAN=ODBC)
  • SQL(TARGETDB=MSSQLSERVER)
  • SQL(BEHAVIOR=CICS) for CICS/MSS applications
  • SQL(BEHAVIOR=MAINFRAME) for migrated mainframe applications
  • SQL(DIALECT=MAINFRAME)
  • SQL(DBRMLIB)
  • SQL(DB=HCODB)
  • SQL(INIT) for CICS/MSS applications

Before building your application, you must change the value of the DB directive from the default value of HCODB to the name of your SQL Server data source name. Other changes are optional depending on the requirements of your application.

For complete information on HCOSS-specific OpenESQL SQL compiler directive options see the Compiler Directives reference.