SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Formatting Variable Values
Associating User-Defined Formats with Variables


Question: Which label will be displayed for the variable value Zone5?
    Zone5
proc format lib=library;
   value $MailFmt
         'Zone1'='Northeast'
         'Zone2'='Southeast'
         'Zone3'='Midwest'
         'Zone4'='West';
run;
  nothing


  back||next

 

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

Terms of Use & Legal Information | Privacy Statement