Shared Concepts
DISPLAYOUT Statement
DISPLAYOUT table-spec-list </ options>;
This section applies to the following procedures: CORRELATION, GAMMOD, GAMSELECT, GENSELECT, ICA, KCLUS, LMIXED, LOGSELECT, MBC, NLMOD, NMF, PARTITION, PCA, PHSELECT, PLSMOD, QTRSELECT, REGSELECT, SANDWICH, and VARREDUCE.
The DISPLAYOUT statement enables you to create CAS output tables from your displayed output. This statement is similar to the ODS OUTPUT statement. For more information about ODS, see SAS Output Delivery System: Procedures Guide.
The table-spec-list specifies a list of CAS output tables to create. Each entry in the list has either a key=value format or a key format:
- key=value
specifies key as the ODS table name, path, or partial pathname, and specifies value as the CAS output table name.
- key
specifies key as the ODS table name and also as the CAS output table name.
The table names that you can specify are listed in the specific procedure chapters.
Table names and partial pathnames are discussed under the DISPLAY statement. The DISPLAYOUT statement does not support regular expressions.
You can specify the following options after a slash (/):