
268 CS for z/OS V1R9 TCP/IP Implementation Volume 2: Standard Applications
Example 9-28 NETRC record syntax
machine remotehost login userid password userpswd
The keywords machine, login, and password must be specified in lowercase, exactly as they
are spelled in the example. The remotehost specification can be its DNS name or its IP
address. The user ID and password might be case sensitive at the remote host, and if
supplied in the incorrect case, failure might occur when connecting to a REXEC server. The
NETRC data set used in our scenarios is shown in Example 9-29.It is a RECFM=FB,
LRECL=80 sequential data set.
Example 9-29 Sample NETRC data ...