ContentsIndexPreviousNext

E.3.3 Installation Steps on the UNIX or Windows NT Server

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.


Important: The next steps are to:

Set up one or more user accounts in the database.
(Section E.4.1 - Go there now.)

Set up the user's environment. (Section E.4.2)

Designate the host file system. (Section E.4.3)

Use the sql.acu program. (Chapter 2)

Prepare and compile your COBOL program. (Chapter 2)

Use the demonstration program. (Chapter 2)