Saving the data to an ASCII file
Syntax!PRINT n
causes ASReml to
print the transformed data file to
basename.asp.
If n is negative,
data fields
1...-n
are written to the file,
n is zero, nothing is written,
n is 1, all data fields are written to the file if it does not
exist,
n is 2, all data fields are written to the file overwriting any
previous contents,
n is greater than 2,
data fields n ... t are written to the file where
t is the last defined column.
Back to general qualifiers
Return to index