how can u create zero observation dataset?
Answer Posted / sheetal
data a;
set b;
stop;
run;
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What is program data vector (pdv)?
Enlist the functions performed by sas.
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
Which are the statements whose placement in the data step is critical?
Difference between SAS STATA & SPSS?
What is the function of output statement in a SAS Program?
what is sas metadata server? : Sas-di
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
How to convert a numeric variable to a character variable?
What is the purpose of trailing @ and @@? How do you use them?
what are some differences between proc summary and proc means? : Sas programming
What do the SAS log messages "numeric values have been converted to character" mean?
What are the difference between ceil and floor functions in sas?
Name few SAS functions?
how many types of prompts are there? : Sas-bi