how can u create zero observation dataset?
Answer Posted / reshma
data _n_;
run;
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
how the sas basic syntax style described? : Sas-administrator
How to create a permanent sas data set?
Explain append procedure?
Intern stastical programmer written test
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
What can be the size of largest dataset in SAS?
Explain what Proc glm does?
How many data types are there in SAS?
why is sas considered self-documenting? : Sas programming
What is program data vector (pdv)?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
How are numeric and character missing values represented internally?
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
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;