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
7 months agoCarla
7 months agoKayleigh
8 months agoGwenn
8 months agoRodolfo
8 months agoCortney
8 months agoElfriede
8 months agoMaurine
8 months agoEdda
8 months agoKing
8 months agoAnnette
9 months agoStefania
9 months ago