SAS A00-215 Exam - Topic 4 Question 5 Discussion
Which PROC PRINT step correctly displays only the first 10 observations in the data set?
B) proc print data=sashelp.class;
obs=10;
run;
A) proc print data=sashelp.class(obs=l10);
run;
C) proc print data=sashelp.class obs=10;
run;
D) proc print data=sashelp.class (oba'10' )
; run;
Rosendo
10 months agoCarla
10 months agoKayleigh
11 months agoGwenn
11 months agoRodolfo
11 months agoCortney
11 months agoElfriede
11 months agoMaurine
11 months agoEdda
11 months agoKing
11 months agoAnnette
12 months agoStefania
12 months ago