This section applies to actions in the following action sets: clustering, freqTab, gam, ica, mbc, mixed, nmf, nonlinear, pca, phreg, pls, quantreg, regression, sampling, sandwich, simSystem, spc, and varReduce.
The outputTables parameter enables you to create CAS output tables from your displayed output. This parameter is similar to the ODS OUTPUT statement which is available on the SAS client. For more information about ODS, see SAS Output Delivery System: Procedures Guide.
The subparameters that you can specify are described in the Syntax section of the specific action chapters.
The names subparameter specifies a list of CAS output tables to create. For each entry in the list, you can specify either a key and value pair or just a key:
specifies key as the CAS table name, path, or partial pathname, and specifies value as the CAS output table name.
specifies key as the CAS table name and also as the CAS output table name.
Table names and partial pathnames are discussed in the display Parameter section. The outputTables parameter does not support regular expressions.
The table names that you can specify are listed in the specific action chapters.
Note that you cannot specify the CAS table named "OutputCasTables" in the names subparameter because this table is not a typical ODS table that contains analytical results. The OutputCasTables table is a special table that has information about each CAS table that is created during a CAS action execution. The information for each CAS table consists of the CAS table name, the caslib in which the table resides, and the number of columns and rows in the CAS table.