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
What are the implications?
What is proc sort?
where are dashboard components are created and maintained? : Sas-bi
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
What is the work of tranwrd function?
what are the best practices to process the large data sets in sas programming? : Sas-administrator
How to include or exclude specific variables in a data set?
Explain how you can debug and test your SAS program?
how the sas basic syntax style described? : Sas-administrator
How to sort in descending order?
how can you import .csv file in to sas? : Sas programming
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
What is the use of function Proc summary?
How necessary is it to be creative in your work?
What is the difference between one to one merge and match merge? Give an example.