Question 44: You have been given below data

 With the following SAS statements

 If course_name=SAS AND DURATION=30

 Then FEE=10000;

 If LOCATION=PUNE or COURSE_ID=100

 Then MESSAGE=LOW;

 What would the correct values of the variable?

  1. FEE=5000 MESSAGE=LOW
  2. Get all Questions and Answer from here
  3. You need to have paid subscription to access all questions
  4. Thanks for considering SAS Certification Material

 Correct Answer : 2 Exp : As you can see in the given condition

 AND : If both the conditions are true than final value will be true. In the given dataset COURSE_NAME='SAS' and DURATION=30

 both are true. Hence

You can access to full explanation to question and answer from this page.