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 all the reports you generated in your recent project?
Explain proc univariate?
Mention sas system options to debug sas macros.
What is the good sas programming practices for processing large data sets?
How do dates work in sas?
What is the difference between %put and symbolgen? : sas-macro
Explain the difference between nodup and nodupkey options?
How to limit decimal places for the variable using proc means?
What would you change about your job?
what is hierarchy flattening? : Sas-di
What is the general format of function in sas? : sas-grid-administration
What is the difference between using drop = data set option in data statement and set statement?
What does P-value signify about the statistical data?
What is the order of application for output data set options, input data set options and SAS statements?
In sas admin differentiate between roles and capabilities? : sas-grid-administration