What is written to the output raw data file?

Given the SAS data set PEPM.STUDENTS:

PERM.STUDENTS

NAME AGE

Alfred 14

Alice13

Barbara13

Carol14

The following SAS program is submitted:

libname perm ‘SAS data library’;

data students;

set perm. Students;

file ‘file specification’;

put name $15. @5 age 2.;

run;

What is written to the output raw data file?
A . —-I—-10—I—-20—I—- 30
Alfred 14
Alice 13
Barbara 13
Carol 14
B. —- I—-10—I—-20—I—-30
Alfr14
Alic13
Barb13a
Carol 4
C. —-I—-10—I—-20—I—-30
Alfr14ed
Alic130
Barb13ara
Caro141
D. —-I—-10—I—-20—I—-30
Alfred14
Alice13
Barbara13
Carol14

Answer: B

Latest A00-231 Dumps Valid Version with 262 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments