how can u create zero observation dataset?
Answer Posted / vishnu
for example
data vishnu;
length name $ age ;
run;
proc print data=vishnu;
run;
| Is This Answer Correct ? | 7 Yes | 11 No |
Post New Answer View All Answers
What are the features of base sas system?
Mention the validation tools used in SAS?
Give some ways by which you can define the variables to produce the summary report (using proc report)?
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
What do you understand by the term Normal Distribution?
What is the difference between reading data from an external file and reading data from an existing data set?
How do you control the number of observations and/or variables read or written?
Given an unsorted data set, how to read the last observation to a new data set?
What is the difference between using drop = data set option in data statement and set statement?
What are the differences between proc means and proc summary?
If you could design your ideal job, what would it look like?
: and & modifiers.
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
What is a macro routine?