proc format; value num 1-6 = 'High' 6-10= 'Low'; run;
Format is not created
Format is created with the name of num
ERROR: These two ranges overlap: 1-6 and 6-10 (fuzz=1E-12).
Syntax Error