SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Formatting Variable Values
Creating User-Defined Formats


Question: Complete the PROC FORMAT step shown below by adding the label Soccer to the value SK.
proc format lib=library;
   value $Sports
      'FB'='Football'
      'BK'='Basketball'
      'BS'='Baseball'
      
run;

           

  back||next

 

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

Terms of Use & Legal Information | Privacy Statement