how to generate report for 0 observation dataset?
Answer Posted / suman pinnika
data _null_;
input name$ age sex$;
delete;
run;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the difficulties u faced while doing vital signs table or dataset?
What is the differnce between SDTM 3.1.2 to 3.1.1 version
Tell me more about the parameters in macro? : sas-macro
What are the different servers in sas? : sas-grid-administration
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
Explain proc univariate?
Explain translate function?
I have a dataset concat having variable a b & c. How to rename a b to e & f?
For what purpose would you use the RETAIN statement?
what are some good sas programming practices for processing very large data sets? : Sas programming
Differentiate between ceil and floor functions.
Differentiate input and infile.
What are the statements in proc sql?
How do you delete duplicate observations in sas?
what is the difference between floor and ceil functions in sas? : Sas-administrator