Answer Posted / velppuula shathish
data Sd;
set ds nobs=x;
if _N_>=20;
RUN;
proc print data=sd;
run;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Differentiate between ceil and floor functions.
How do you add a number to a macro variable? : sas-macro
What is factor analysis?
Name and describe few sas character functions that are used for data cleaning in brief.
is data integration and etl programming is same? : Sas-di
why is a stop statement needed for the point=option on a set statement? : Sas programming
explain about sas business intelligence? : Sas-bi
How do you control the number of observations and/or variables read or written?
What is SAS?
How can I remove header from output data set?
Explain the difference between using drop = data set option in set and data statement?
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
Mention the validation tools used in SAS?
Given an unsorted data set, how to read the last observation to a new data set?
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5