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
In sas, what are the areas that you are most interested in? : sas-grid-administration
In SAS explain which statement does not perform automatic conversions in comparisons?
how to debug and test the sas program? : Sas-administrator
What is the use of the %include statement?
what are the considerations when picking a SAS/STAT procedure?
do you need to know if there are any missing values? : Sas programming
where are dashboard components are created and maintained? : Sas-bi
What are the statements that are executed only?
What are the ways in which macro variables can be created in sas programming?
I need level 2 to 5 sas using companies in india
Which statement does not perform automatic conversions in comparisons?
explain the key concept of sas? : Sas-administrator
What are the five ways to do a table lookup in sas? : sas-grid-administration
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
How are numeric and character missing values represented internally?