SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Formatting Variable Values
Creating User-Defined Formats


Question: Which VALUE statement below specifies a valid range?

value $ItemFmt
   AR105='twill shorts'
   BT931='denim skirt'
   QE034='knit dress';
run;
value $ItemFmt
   'AR105'='twill shorts'
   'BT931'='denim skirt'
   'QE034'='knit dress';
run;


  back||next

 

Copyright © 2002 SAS Institute Inc., Cary, NC, USA. All rights reserved.

Terms of Use & Legal Information | Privacy Statement