Chapter Contents |
Previous |
Next |
SAS/CONNECT User's Guide |
Purpose |
Program |
signon rempc; [1] libname reports 'd:\prod\reports' server=rempc; [2] data _null_; set reports.request; where copy = "Y"; put "Report " report_name " has been requested"; end;
Define a remote library to a local session. | |
Use the WHERE statement to filter unneeded observations. |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.