The filename extension for generated bind script files is .sql. For example, if you specify BIND=myprog, the generated bind script file name is myprog.sql.
To update the SQL Server database, run the generated bind script file using sqlcmd or from SQL Server Management Studio.
The generated bind script file contains commands to create a separate stored procedure in the schema specified by your SQL Server connection for each static SQL statement in the program.
If stored procedures from a previous compilation are present in the schema, HCOSS drops them before creating new stored procedures.