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 is the difference between reading data from an external file and reading data from an existing data set?
Hi Friends, Am Priya,new to your forum. am looking for Interview questions on SAS Platform Administration. I searched everywhere but I couldn't find them,please can anyone help me with complete interview questions normally everyone will face in the interviews on SAS Administration. am really facing problems in the interviews,am not able to answer any of their questions. I would really appreciate all your help if you can email the complete Interview Questions to priyafeb84@gmail.com Kindly awaiting for your reply with eager
Explain what Proc glm does?
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
How would you determine the number of missing or nonmissing values in computations?
describe the interaction table in sas di? : Sas-di
What does proc print, and proc contents are used for?
What is the difference between match merge and one to one merge?
How to create list output for cross-tabulations in proc freq?
name some data transformation used in sas di? : Sas-di
How to convert a numeric variable to a character variable?
What do you know about sas and what we do? : sas-grid-administration
Did you used proc test? when?
Give some examples where proc report’s defaults are different than proc print’s defaults?
Explain how you can debug and test your SAS program?