The port number you supply should be the port number of a running PREDATOR  
server. If no host name is provided, the server is presumed to be running on the 
same host as the client. If the connection to the server is made, you will see 
the "Q>" prompt at the client, while there will be some diagnostic messages at the
server window to indicate the connection establishment. Type "list rels;" at the 
client. If there were the appropriate environment variables provided to the server, 
you should see the names of the catalog files in that device. Multiple clients can 
connect at the same time to the same server. They must all connect to the same 
server port. All commands typed into the Text Client Program must be terminated 
with a semi-colon ";". You can terminate the client connection by typing "_quit;".

Troubleshooting

Here are some possible causes of problems, and their symptoms:

Command-Line Options

The command-line options are listed by typing "txtclient -x".
    -s [server port]
        The server port number to connect to.
    -h [server host]
        By default, the server is on the same host as the client.
    -p [prompt]
        What prompt do you want? 
        Default : "Q>"
    -t [0/1] timing off/on
        This is useful for performance measurements.
        Default : 1.
    -r [0/1] schema printing off/on
        Should schemas be printed before answers?
        Default : 1.
    -l [top language]
        Multiple languages will be supported in later releases.
        Default: SQL
    -b [0/1] binary printing off/on
        Should data be printed in binary (vs ascii) form?
        Default : 0.
    -u [user name]
        This is for future use.

Commands Supported

Any input typed at the txtclient prompt is sent to the server. However, the following special commands are exceptions that are interpreted at the client. Note that all of them begin with an underscore "_" and that they do not need to be terminated by a semi-colon. The use of _label is particularly useful in batch processing of timed experiments.