For example,
if you want to start the SAS RFC Server with a debug level of
1
on port number
6991
, use
the command below. Note that the following examples also work using
the Unicode server command
sasrfc_serveru
.
sasrfc_server -d 1 -p 6991
To install
the SAS RFC Server as a service with automatic startup on port
6991
using the name
test
and
a description of
'Test SAS RFC server'
, use
the following command:
sasrfc_server -i 2 -n "test,Test SAS RFC server" -p 6991
To uninstall
the server that was started in the previous example, use the following
command:
sasrfc_server -r -n "test"