INITSTMT System Option: Windows
Specifies a SAS statement to be executed after any
statements in the autoexec file and before any statements from the
SYSIN= file.
Valid in: |
configuration file, SAS invocation |
Category: |
Environment control: Initialization and operation |
PROC OPTIONS GROUP= |
EXECMODES |
Alias: |
IS |
Default: |
none |
Windows specifics: |
statement must end a DATA or PROC step if you use the Enhanced Editor
|
See: |
INITSTMT= System Option in SAS System Options: Reference |
Syntax
Required Argument
- 'statement'
-
specifies any SAS statement
or statements. The value of statement must end a DATA or PROC step if you use the Enhanced Editor.