The two major functions of SAS/CONNECT software are data transfer and remote processing. Data transfer enables a user to move data across hardware platforms as well as across releases of SAS software.
create view servlib.sales97 as select sum(amount) as amount from sales where year=1997; Processing this view (by using RLS from your local SAS session under Windows ...