how can u create zero observation dataset?
Answer Posted / chandra sekar
Use the following step
data test;
delete;
run;
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
Do you need to know if there are any missing values?
Difference between sum function and using “+” operator?
What sas features do you use to check errors and data validation?
Briefly explain input and put function?
Are you involved in writing the inferential analysis plan? Tables specifications?
What is the use of %include statement?
what is sas olap server? : Sas-di
What are the table names in oracle database...?
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
what is the effect of the options statement errors=1? : Sas programming
why is sas data integration studio important? : Sas-di
what is metadata? : Sas-bi
Can you suggest us materials for sdtm mapping?
For what purpose would you use the RETAIN statement?
Mention sas system options to debug sas macros.