Examples in this section
also work using the
sasrfc_serveru Unicode
server command.
To start the SAS RFC
Server with a debug level of
1 on port number
6991, use this command:
sasrfc_server
-d 1 -p 6991
To install the SAS RFC
Server as a service with automatic start up on port
6991 using the name
test and a description of
'Test SAS RFC Server', use this 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 this command:
sasrfc_server
-r -n "test"