To start an interactive
line mode session, invoke SAS with the NODMS or NODMSEXP system option:
sas -nodms
sas -nodmsexp
By default, SAS log
and procedure output (if any) appear on your display as each step
executes.
You can also invoke
SAS in interactive line mode and pass parameters to it:
sas -sysparm 'A B C'
The value
A
B C
is assigned to the SYSPARM macro variable. You can
include a program name, such as
progparm.sas
in
the program editor or from the SAS command prompt if you invoked SAS
in line mode by using the –nodms option.
After you invoke SAS,
the
1?
prompt appears, and you can begin
entering SAS statements. After you enter each statement, a line number
prompt appears.