The HPSAMPLE Procedure

VAR statement

VAR variable <variable ... variable> ;

The VAR statement specifies one or more numeric variables to be included in the sample. At least one variable is required; all variables must be numeric. You can use this statement to include only the variables of interests in your sample. The CLASS and VAR statements are mutually exclusive.