The contents of the raw data file NAMENUM are listed below:
--------10-------20-------30
Joe xx
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 cannot be determined as the program fails to execute due to errors.
B. Joe
C. . (missing numeric value)
D. The value cannot be determined as the program fails to execute due to errors.
5 comments:
Answer: C
According to the input statement xx (character) value was trying to be assigned to a numeric variable.
The answer is (missing numeric value).
I want a better guidance related to Clinical SAS training
he answer is (missing numeric value).
I want a better guidance
ApplY Online for DSE Nagaland Recruitment
HPPSC Recruitment Notification 2017 Download Here
Click Here PGCIL Executive Trainee Recruitment Notification
c
Post a Comment