ODS Table Names

PROC QLIM assigns a name to each table it creates. You can use these names to denote the table when using the Output Delivery System (ODS) to select tables and create output data sets. These names are listed in the Table 22.2.

Table 22.2 ODS Tables Produced in PROC QLIM by the MODEL Statement and TEST Statement

ODS Table Name

Description

Option

ODS Tables Created by the MODEL Statement and TEST Statement

ResponseProfile

Response profile

default

ClassLevels

Class levels

default

FitSummary

Summary of nonlinear estimation

default

GoodnessOfFit

Pseudo-R-square measures

default

ConvergenceStatus

Convergence status

default

ParameterEstimates

Parameter estimates

default

SummaryContResponse

Summary of continuous response

default

CovB

Covariance of parameter estimates

COVB

CorrB

Correlation of parameter estimates

CORRB

LinCon

Linear constraints

ITPRINT

InputOptions

Input options

ITPRINT

ProblemDescription

Problem description

ITPRINT

IterStart

Optimization start summary

ITPRINT

IterHist

Iteration history

ITPRINT

IterStop

Optimization results

ITPRINT

ConvergenceStatus

Convergence status

ITPRINT

ParameterEstimatesStart

Optimization start

ITPRINT

ParameterEstimatesResults

Resulting parameters

ITPRINT

LinConSol

Linear constraints evaluated at solution

ITPRINT

ODS Tables Created by the TEST Statement

TestResults

Test results

default