Chapter Contents |
Previous |
Next |
SAS/CONNECT User's Guide |
Purpose |
Program |
signon rempc; [1] libname reports REMOTE 'd:\prod\reports' server=rempc; data _null_; set reports.request; if (copy = "Y") then do; put "Report " report_name " has been requested"; end;
Define a remote library to a local session. The value for SERVER= is the same as the remote session id that is used in the SIGNON statement. |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.