By admin | October 13, 2009

SAS Certified Base Programmer 123 Questions (121)

The contents of the raw data file NAMENUM are listed below:

----|----10---|----20---|----30
Joe xx

The following SAS program is submitted:

data test;
    infile'namenum';
    input name $ number;
run;

Which one of the following is the value of the NUMBER variable?

A. xx
B. Joe
C. . (missing numeric value)
D. The value can not be determined as the program fails to execute due to errors.

2 comments | Add One

  1. admin - 10/13/2009 at 2:02 pm

    C

  2. monimoy - 06/7/2012 at 1:10 pm

    why cis the answer .what is meant by .(missing numeric value)

Leave a Comment

Leave a Reply

Your email address will not be published.