how can u create zero observation dataset?
Answer Posted / veerendra
data check;
set _null_;
run;
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What is the order of application for output data set options, input data set options and SAS statements?
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
How do you convert basic cube to transaction cube and transaction cube to basic cube?
How to specify variables to be processed by the freq procedure?
How necessary is it to be creative in your work?
If money were no object, what would you like to do?
What are the different versions of sas that you have used until now? : sas-grid-administration
AE datasets names? how many types?
what is slowly changing dimension? : Sas-di
Do you need to know if there are any missing values?
What areas of SAS are you most interested in?
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
Explain the difference between using drop = data set option in set and data statement?
How would you define the end of a macro?
Give some examples where proc report’s defaults are different than proc print’s defaults?