Chapter Contents |
Previous |
Next |
SAS/EIS Software: Administrator's Guide |
Customizing the Run-Time Environment |
In addition to controlling the data, applications, and application features that users can access, you can use access control to customize the run-time environment for applications at your site. You can perform some or all of the following tasks depending on your site and your users' requirements.
Controlling the Type of Messages That Are Presented to the User |
When users display reports that were defined by using columns that have been removed with access control, warning or error messages might be produced, indicating that columns are being removed from the report.
By default, a generic error message is displayed in a dialog box when a report cannot be displayed because columns that are essential for the report to display have been removed. Also, any messages about dropped columns are written to the log.
You can control the level of messages to display for individual users by completing the steps below.
Logging In without Displaying a Login Dialog Window |
Users already could have identified themselves to their computer systems as they logged in to networks or security software installed at your site. To avoid displaying another login screen as users start their SAS/EIS applications, specify the USER= and PASSWD= options on the EIS and RUNEIS commands. When these options are set to a valid value, a login window does not display.
Make sure that the Allow Automatic Login check box in the Access Control Setup window is checked. (It is active by default.)
If you start your SAS/EIS application in an AUTOEXEC.SAS file or by using the -INITCMD invocation option, you can pick up the current user's ID and password from the external access control system, assign it to an environment variable or SAS macro variable, and set your USER= option to that value.
Building Customized Login Windows |
The Access Control facility provides two default login windows. Use the arrow beside the Access Control Setup window's Login Window field to select either
You can also specify the four-level name of any SAS/AF FRAME or SCL entry, or a SAS/EIS Application Screen Builder application as the login window.
To build your own Login window using the SAS/EIS Application Screen Builder object, follow these steps:
To build your own Login window using a SAS/AF FRAME or SCL entry, follow these steps:
Enabling Access Auditing |
You can log the time and duration of a user's access application and data.
Before you begin
Then, follow these steps:
The access audit setup information is physically stored in the SASHELP.AC catalog. For all applications that use SAS/EIS access auditing, make sure that this catalog, or a copy of it, is being used.
Assigning Multiple Groups to a User |
You can assign multiple groups to a user. Users with multiple groups have the combined access rights of all groups to which they belong. Data, applications, or functions are removed for them only if they are dropped or hidden or not kept for all the groups to which the user belongs. To assign multiple users to a group, select multiple groups in the user's definition window.
Before you begin
Then, follow these steps:
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.