PROC CATMOD Statement
- PROC CATMOD < options > ;
The PROC CATMOD statement invokes the procedure. You can
specify the following options.
- DATA=SAS-data-set
-
names the SAS data set containing the data to be analyzed.
By default, the CATMOD procedure uses the most recently
created SAS data set. For details, see the section "Input Data Sets".
- NAMELEN=n
-
specifies the length of effect names in tables and output
data sets to be n characters long, where n is a value
between 24 and 200 characters. The default length is 24
characters.
-
NOPRINT
-
suppresses the normal display of results.
The NOPRINT option is useful when you only want to create
output data sets with the OUT= or OUTEST= option in the
RESPONSE statement. A NOPRINT
option is also available in the MODEL statement.
Note that this option
temporarily disables the Output Delivery
System (ODS); see Chapter 15, "Using the Output Delivery System," for
more information.
- ORDER=DATA
-
orders variable levels according to the sequence in which they
appear in the input stream. This affects the ordering of
the populations, responses, and parameters, as well as
the definitions of the parameters. By default, the variable
levels are ordered according to their internal sorting
sequence (for example, numeric order or alphabetical order).
See the section "Ordering of Populations and Responses" for more information and examples.
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.