39 proc iml symsize=805304320;
NOTE: Assuming that the number is given in bytes and not kilobytes.
NOTE: Worksize = 262128
NOTE: Symbol size = 805304320
NOTE: IML Ready
40 quit;
NOTE: Exiting IML.
NOTE: PROCEDURE IML used (Total process time):
real time 0.01 seconds
cpu time 0.00 seconds
以下是部分SAS帮助文档的内容
Overview of SAS System Options under Windows
SAS systemoptions control many aspects of your SAS session, including outputdestinations, the efficiency of program execution, and the attributesof SAS files and data libraries. System options can be specified variousways: in the SAS command, in a SAS configuration file, using PROCOPTLOAD or the DMOPTLOAD command (PROC OPTLOAD and the DMOPTLOAD commandload options settings that were previously saved in a SAS data set),in an OPTIONS statement (either in a SAS program or in a SAS autoexecfile), in the System Options window, or inSCL programs.
If you save data inthe configuration file, the default location is C:\ProgramFiles\SASHome2\SASFoundation\9.4\nls\language\sasv9.cfg wherelanguage is the language of your locale, for example en for English.