The LABEL statement associates a label with each variable for the duration of the PROC step.
label age = 'Age of subject' weight = 'Wt in kg' runtime = '1.5 mi in minutes' oxygen = 'O2 use';