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 is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
What is run-group processing?
How would you define the end of a macro? : sas-macro
Describe 5 ways to do a “table lookup” in SAS?
Explain the difference between informat and format with an example.
Differentiate input and infile.
what is data governance? : Sas-di
What are the limitations for memory allocation for SAS variables
What are all the problems you faced while validating tables and reports?
What is maximum storage capability of SAS?
Explain the purpose of retain statement.
what is the function of catx syntax? : Sas-administrator
what are the categories that sas informats are used to the place the data? : Sas-administrator
explain about sas business intelligence? : Sas-bi
what is data access? : Sas-di