By admin | September 17, 2009

SAS Certified Base Programmer 123 Questions (58)

The following SAS program is submitted:

data work.one;
    x = 3;
    y = 2;
    z = x ** y;
run;

Which one of the following is the value of the variable Z in the output data set?

A. 6
B. 9
C. . (missing numeric value)
D. The program fails to execute due to errors.

2 comments | Add One

  1. admin - 09/17/2009 at 9:52 am

    B

  2. rob roy - 09/3/2012 at 4:18 am

    please explain

Leave a Comment

Leave a Reply

Your email address will not be published.