SAS System Options under Windows |
Default: | none |
Valid in: | configuration file, SAS invocation |
Category: | Environment control: Display |
PROC OPTIONS GROUP= | ENVDISPLAY |
Windows specifics: | all |
Syntax | |
Details | |
Example |
Syntax |
-USERICON icon-resource-filename number-of-icons |
specifies the fully qualified Windows pathname of the resource file associated with your user-defined icons. If the pathname contains spaces, it must be enclosed in quotation marks.
specifies the maximum number of icons stored in the resource file that you specified.
Details |
The USERICON system option specifies the fully qualified Windows pathname of the resource file associated with your icons, along with the maximum number of icons stored in the resource file that you specified.
The icon resource file must be compiled using the Win32 Software Development Kit (SDK). For more information, refer to the SDK documentation. User-defined icons can be incorporated into applications developed with SAS/AF or SAS/EIS software.
Example |
The following USERICON system option specifies 10 icons that are stored in C:\MYSTUFF\MYICONS.DLL:
-usericon c:\mystuff\myicons.dll 10
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.