how can u create zero observation dataset?
Answer Posted / pramod.c
data temp;
stop;
run;
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
for what purpose would you use the retain statement? : Sas programming
What is the basic syntax of a sas program?
What is the difference between match merge and one to one merge?
What does PROC print, and PROC contents do?
What is data _null_?
How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?
what do you mean by data staging area? : Sas-di
what are _numeric_ and _character_ and what do they do? : Sas programming
Can you execute macro within another macro? : sas-macro
what is data integration? : Sas-di
what is sas database server? : Sas-di
How to convert a numeric variable to a character variable?
what are several options for creating reports in web report studio? : Sas-bi
How do you connect the desktop application to metadata server? : sas-grid-administration
How does proc sql work?