Chapter Contents |
Previous |
Next |
Doing More with SAS/ASSIST Software |
This section discusses the use of Logon/logoff exits, including using Alternate main menu. As an alternative to using these windows, you can set the SAS/ASSIST start program, Type of start program, SAS/ASSIST stop program, and Type of stop program User Profile options. See Setting User Profile Options.
Specifying a Logon Application |
Tasks | Setup | Logon/logoff exits | Logon Exit |
Set Logon Application Window
The next time you invoke SAS/ASSIST software, your logon exit application is initiated first. When you exit the logon exit application, the WorkPlace menu appears.
You also can invoke a logon exit with the LOGON= command-line option. The syntax of this command is
ASSIST LOGON='libref.applds.applname.appltype' |
The libref.applds.applname.appltype argument specifies a four-level name for the application. The default application database is SASUSER.SASAPPL. The LOGON= command-line option overrides Logon exit.
To disable the Do not enter SAS/ASSIST selection, bypass your logon exit application, and access SAS/ASSIST software, type ASSIST LOGON=NO on a command line or command window and press ENTER.
Specifying a Logoff Application |
Tasks | Setup | Environment | Logon/Logoff Exits | Logoff Exit |
When you exit SAS/ASSIST software, your logoff exit application is initiated. When you exit the logoff exit application, you return to the point from which you invoked SAS/ASSIST software, or exit the SAS system, depending on your selection for the Exit the SAS System option.
You can also initiate a logoff exit with the LOGOFF= command-line option. The syntax for this command is
ASSIST LOGOFF='libref.applds.applname.appltype' |
The libref.applds.applname.appltype argument specifies a four-level name of the application. The default application database is SASUSER.SASAPPL.
To disable the Exit the SAS System selection and bypass your logoff exit application, type ASSIST LOGON=NO on a command line or command window and press ENTER.
The LOGOFF= command line option overrides Logoff exit.
Specifying an Alternate Main Menu |
Tasks | Setup | Environment | Logon/logoff exits | Alternate main menu |
The next time you access SAS/ASSIST software or return to the WorkPlace menu from a task window, your alternate menu appears instead. When you exit the alternate main menu, the SAS/ASSIST WorkPlace menu appears (if you have deselected Do not enter SAS/ASSIST).
If you have specified an alternate main menu application, and you want to disable the alternate main menu feature, access SAS/ASSIST software by typing ASSIST PRIMARY=NO on a command line or command window. This bypasses the specified alternate main menu application and displays the WorkPlace menu.
You can also invoke an alternate main menu with the PRIMARY= command line option. The syntax for this command is
ASSIST PRIMARY='libref.applds.applname.appltype' |
The libref.applds.applname.appltype argument specifies a four-level name for the application. The default application database is SASUSER.SASAPPL.
The PRIMARY= command-line option overrides Alternate main menu.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.