Usage Note 22982: I have more than one CLASS variable with missing values. Can I include the
missing values from only one class variable?
Beginning with Version 7 of SAS, you can have multiple CLASS statements. You can now
specify the MISSING option in the CLASS statement. Therefore, you would have a
CLASS statement with the MISSING option for the CLASS variable in which you want to include missing
values. The other variables would be in a separate CLASS statement
without the MISSING option. For example,
CLASS A B C;
CLASS D / MISSING;
Operating System and Release Information
| SAS System | Base SAS | Windows | n/a | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
| Type: | Usage Note |
| Priority: | low |
| Date Modified: | 2002-12-16 10:56:55 |
| Date Created: | 2002-12-16 10:56:55 |