Here is an example excerpt
from a SERVICES file.
# The form for each entry is:
# <official service name> <port number/protocol name> <alias name>
# <comments>
#
# Port Services
telnet 23/tcp # Telnet service
spawnport 4016/tcp # UNIX spawner port
mktserve 4017/tcp # Server for Marketing & Sales
server1 5011/tcp # SAS/SHARE server 1
sassrv2 5012/tcp # SAS/SHARE server 2
firewall 5010/tcp # Firewall machine port
pipe1 5020/tcp # MP Connect pipe
sea 5021/tcp biscuit # SAS/SHARE server 3
# A blank line goes here.
Note: You must enter a blank line
(press the ENTER key) at the end of the SERVICES file. If a blank
line is not at the end of the file, the final line in the file is
not detected. For example, if you run a SAS script that contains the
name of the configured
SAS/SHAREsea
, this error message is displayed:
Cannot find TCP service 'sea'