PROC PRINQUAL assigns a name to each table it creates. You can use these names to reference the table when using the Output Delivery System (ODS) to select tables and create output data sets. These names are listed in Table 80.4 along with the PROC PRINQUAL statement options needed to produce the table. For more information about ODS, see ChapterĀ 20: Using the Output Delivery System.
Table 80.4: ODS Tables Produced by PROC PRINQUAL
ODS Table Name |
Description |
Option |
---|---|---|
ConvergenceStatus |
Convergence Status |
default |
Footnotes |
Iteration History Footnotes |
default |
MAC |
MAC Iteration History |
METHOD=MAC |
MGV |
MGV Iteration History |
METHOD=MGV |
MTV |
MTV Iteration History |
METHOD=MTV |
PctVar |
Percentage of Variance |
nonprinting |
The nonprinting PctVar table is not displayed and does not appear in the ODS trace output unless you specify it in an ODS OUTPUT statement, as in the following example:
ods output pctvar=pvardataset;