The LABEL statement associates a label with the analysis variable for the duration of the PROC step. The TITLE statement specifies a title.
   label scorechange='Change in Test Scores';
   title 'Test Scores for a College Course';
run;