Previous Page | Next Page

SAS System Options under Windows

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.
Default: none
Valid in: configuration file, SAS invocation
Alias: IS
Category: Environment control: Initialization and operation
PROC OPTIONS GROUP= EXECMODES
Windows specifics: statement must end a DATA or PROC step if you use the Enhanced Editor
See: INITSTMT= System Option in SAS Language Reference: Dictionary

Syntax

Syntax

INITSTMT 'statement'

'statement'

specifies any SAS statement or statements. The value of statement must end a DATA or PROC step if you use the Enhanced Editor.

Previous Page | Next Page | Top of Page