Assign the variables' labels as column headings. The LABEL
statement associates a label with each variable for the duration of the PROC
PRINT step.
label sale_type='Sale Type'
price='Total Retail Price* in USD'
country='Country' order_date='Date' quantity='Quantity';