Assign values to three macro variables. The %LET statements assign values to the macro variables LOW, MEDIUM, and HIGH.
%let low=10000; %let medium=50000; %let high=100000;