Chapter Contents |
Previous |
Next |
SAS Companion for the Microsoft Windows Environment |
If you have SAS/SHARE installed, the VIEWTABLE window and the FSEDIT or FSVIEW windows allow mulitple users to edit the same SAS file. When you edit a data set using the VIEWTABLE window, you can set the editing mode to either Table Level Edit Access or Row Level Edit Access. When you select Table Level Edit Access, only you have access to the data set. Row Level Edit access allows multiple users to access the same SAS file, but only one user can access and make changes to a single record (observation) at a time.
To open a data set in the VIEWTABLE window, from the SAS Explorer window:
To edit the data set, select
Edit | Edit Mode |
When you edit a data set using FSEDIT or FSVIEW, you can set the update mode to either MEMBER or RECORD. When you select MEMBER mode, only you have access to the data set. When you select RECORD mode, multiple users can write to the same SAS file but only one user can update a single record (observation) at a time.
To open a data set using FSEDIT or FSVIEW:
To edit the data set, select
Edit | Update... |
The RSASUSER system option, described in RSASUSER allows you to share the SASUSER data library. If multiple users need update access to common SAS data sets, use SAS/SHARE software.
For details about rules for multiple user access to the same data set and its members, see the SAS System Help and SAS/SHARE User's Guide.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.