Resuming from previous run

!RENAME and !ONERUN

O ( !ONERUN) is used with the R option to make ASReml perform a single analysis when the R option would otherwise attempt multiple analyses. The R option then builds some arguments into the output file name while other arguments are not. For example
     ASReml -nor2 mabphen 2 TWT out(621) out(929)
results in one run with output files mabphen2_TWT.*.

R[r] ( !RENAME [r]) is used in conjunction with at least r argument(s) and does two things: it modifies the output filename to include the first r arguments so the output is identified by these arguments, and, if there are more than r arguments, the job is rerun moving the extra arguments up to position r (unless !ONERUN ( O) is also set). If r is not specified, it is taken as 1.

For example
     ASReml -r2 job wwt gfw fd fat      is equivalent to running three jobs:

     ASReml -r2 job wwt gfw      writes jobwwt_gfw.asr

     ASReml -r2 job wwt fd      writes jobwwt_fd.asr

     ASReml -r2 job wwt fat      writes jobwwt_fat.asr

Return to start