proc format; value num 1-6 = 'High' 6-10= 'Low'; run;

  1. Format is not created

  2. Format is created with the name of num

  3. ERROR: These two ranges overlap: 1-6 and 6-10 (fuzz=1E-12).

  4. Syntax Error


Correct Option: B

Find more quizzes: