Parameters | Predictive Modeling | PROC PHREG Statement Options

PROC PHREG Statement Options
Enter SAS PROC PHREG statement options in this field to override default parameters.
You can specify any PROC PHREG option using the following syntax:
Option
where:
Option is the PROC PHREG option, and
a space is used to delimit individual conditions.
Examples of commonly used PROC PHREG options are listed in the following table:
Specifies the length of effect names in tables and output data sets to be n characters, where n is a value between 20 and 200. The default length is 20 characters.
displays simple descriptive statistics ( mean, standard deviation, minimum, and maximum) for each explanatory variable in the MODEL statement.
To Specify One or More PROC PHREG Options:
*
Type specific PROC PHREG options in the PROC PHREG Statement Options field.
For example, to specify that names be restricted to 10 characters, type NAMELEN=10 in the text field, as shown below:
For Additional Information
Refer to the SAS PROC PHREG documentation more information.