Specifies a SAS statement to execute after any statements in the
autoexec file and before any statements from the SYSIN= file.
Valid in: |
configuration file, SAS invocation
|
Alias: |
IS=
|
Category: |
Environment control: Initialization and operation
|
PROC OPTIONS GROUP= |
EXECMODES
|
See: |
INITSTMT= System Option under Windows
OpenVMS
|
-
'statement'
-
specifies any SAS statement or statements.
Requirements: |
statement
must be able to run on a step boundary. |
Operating Environment Information: On the command line or in a configuration file, the
syntax is specific to
your operating environment. The SYSIN= system option might not be supported
by your operating environment. For details, see the SAS documentation for
your operating environment.
INITSTMT= specifies the SAS statements
to be executed at SAS initialization, and the TERMSTMT= system option specifies
the SAS statements to be executed at SAS termination.
Here is an example of using this option on UNIX:
sas -initstmt '%put you have used the initstmt; data x; x=1;
run;'
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.