CQLIM Procedure

DISPLAYOUT Statement

  • DISPLAYOUT table-spec-list </ options>;

The DISPLAYOUT statement enables you to create 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 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 output table name.

key

specifies key as the ODS table name and also as the output table name.

The ODS table names that you can specify are listed in the section ODS Table Names. You cannot specify the ODS table named OutputCasTables in the table-spec-list.

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 (/):

INCLUDEALL

creates output tables for all display tables. The name of the created output table is the same as the name of the corresponding display table. If you specify this option, the table-spec-list specification is ignored.

NOREPLACE

does not replace any existing output table of the same name.

REPEATED

replicates all output tables on all nodes.

Last updated: July 09, 2026