


Perform the following steps on the UNIX server machine (the client and server may be located on the same machine):
Step One: Install Sybase
The Sybase server, version 11.0 or later, must be installed and configured on your server machine. Follow the Sybase installation instructions in your Sybase documentation.
Step Two: Move the ACUCOBOL-GT stored procedures
Move syb_inst.sql to your server machine (the one hosting the Sybase RDBMS). This file was created in step 2 of the client installation.
Step Three: Install the ACUCOBOL-GT stored procedures
You must have database administrator privileges to install the ACUCOBOL-GT stored procedures on the server. (You need to enter the password for the database administrator.) Type:
isql -Usa -Ppassword < syb_inst.sql (syb_inst.sql is created during the installation of the client)
and then press <Enter>
This completes the installation steps on the UNIX server machine.