NetBase for MPE Reference Guide

Chapter 8
8-4
For example, to setup HPMAIL to run on a remote machine:
1. Run NBDIR on the local machine. Enter a PROGRAM record for HPMAIL specifying the node
where the remote program resides (on SYSB):
PROGRAM HPMAIL.HPMAIL.SYS,SYSB;LIB=G;PARM=1
2. Enter a LOGON record for the users that will be running HPMAIL:
LOGON @.@:SYSB=REMOTEU,MGR.MAIL,PUB
3. Copy the stub program NBNULL.LIB.NETBASE to the same file name as the local program:
:FCOPY FROM=NBNULL.LIB.NETBASE;TO=HPMAIL.HPMAIL.SYS;NEW
Now, any user running HPMAIL on the local machine will be running HPMAIL on node SYSB
automatically.