HCOSS mimics z/OS functions and other z/OS functionality by storing SQL Server stored procedures and tables in your SQL Server database(s).
To successfully use HCOSS, it is important that you update this information stored in your database(s) each time you upgrade your version of Enterprise Developer, including new releases, updates, or hotfixes. Doing so ensures that HCOSS always executes optimally.
We provide three HCOSS scripts you can use to update your SQL Server database(s) after each upgrade. By default, all are located in your $COBDIR/etc/hcoss directory:
We suggest that you choose from the following methods of script execution:
sqlcmd -S myServer\instanceName -i "scriptDir/HCOSSscript.sql"
Where:
myServer | Name of a SQL Server database |
instanceName | SQL Server instance name |
scriptDir | Full path to the directory that contains the scripts |
HCOSSscript | Name of an HCOSS script |