Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The MIXED Procedure

MAKE Statement

MAKE 'table' OUT=SAS-data-set ;
The MAKE statement has been retained in Versions 7 and 8 only for backwards compatibility with Version 6. You are strongly encouraged to convert all of your MAKE statements to ODS statements, as MAKE will probably be discontinued in future releases. Also, the NOPRINT option is no longer available in the MAKE statement. Refer to Table 41.6 for examples of how to convert MAKE statements into ODS statements.

The MAKE statement converts any table produced in PROC MIXED to a SAS data set. You can specify SAS data set options in parentheses after the data set name.

The valid values for table are listed in Table 41.7. The table names are not case sensitive, but must be enclosed in single quotes. Table 41.8 lists the variable names in the created data sets.

See the "Changes in Output" section for further information.

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.