Chapter Contents

Previous

Next
RSASUSER

RSASUSER



Controls whether members of the SASUSER data library can be opened for update or for read-only access

Default: NORSASUSER
Valid in: SAS invocation, SASV8_OPTIONS environment variable, configuration file
UNIX specifics: network considerations


Syntax
Details
See Also

Syntax

-RSASUSER | -NORSASUSER


Details

RSASUSER
limits access to the SASUSER data library to read-only access. (If the SASUSER data library is being shared by multiple users or the same user is running the SAS System multiple times simultaneously, the SASUSER data library is often shared.) By default, if one user has a member of the SASUSER data library open for update, all other users are denied access to that SAS data library member. For example, if one user is writing to the SASUSER.PROFILE catalog, no other user can even read data from the PROFILE catalog.

Specifying RSASUSER enables a group of users to share SASUSER data library members by allowing all users read-only access to members. In the PROFILE catalog example, if RSASUSER is in effect, each user can open the PROFILE catalog for read-only access, allowing other users to concurrently read from the PROFILE catalog. However, no user can write information out to the PROFILE catalog; you receive an error message if you try to do so.

Specifying RSASUSER from the command line affects only that session's access to files. To enable a group of users to share members in the SASUSER data library, the system manager should set RSASUSER in a common SAS configuration file, which is shared by all users who will be sharing the SASUSER data library.

If you specify RSASUSER but no PROFILE catalog exists in the SASUSER data library, the PROFILE catalog is created in the WORK data library.

Note:   While the RSASUSER option is extremely useful for sharing information (such as the PROFILE catalog) stored in the SASUSER data library, it is less practical when used in conjunction with SAS/ASSIST software or other SAS modules that require update access to the SASUSER data library.  [cautionend]

NORSASUSER
prevents users from sharing members of the SASUSER data library because it allows a user to open a file in the SASUSER library for update access. Update access requires exclusive rights to the data library member.


See Also


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.