Question 38:

 Given the AIRPLANES data set

 AlRPLANES

 TYPE MPG

 -------- ------

 F-18 105

 C-130 25

 Harrier 75

 A-6 110

 The following SAS program is submitted:

 data gt100;

 set airplanes(keep = type mpg load);

 load = mpg * 150;

 run;

 The program fails to execute due to syntax errors.

 What is the cause of the syntax error?

  1. MPG is not a numeric variable.
  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 : 3

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