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 10.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).
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.
IMPORTANT
You are now ready to use the sql.acu program .
After you learn about and use this utility, you will next find out about preparing and compiling your COBOL program, followed by learning to use the demonstration program.