ASReml is usually run from with an Editor shell such as
ASReml-W
or
Context.
The typical command to run ASReml from a command prompt is
C:\Program Files\ASReml4\bin\ASReml.exe -O basename A
where
O
is an
options
string,
basename
is the name of the
command file
and
A
is a list of
arguments
ASReml may be run from Windows Explorer by clicking on a job (.as) file.
Unix
The typical command to run ASReml is
ASReml -O basename A
where
O
is an
options
string,
basename
is the name of the
command file
and
A
is a list of
arguments
Example
ASReml -w500r myjob 1 2 3
runs the ASReml job coded in the file
myjob.as
with commandline
options
w500r
and
arguments
1 2 3.