how to generate report for 0 observation dataset?
Answer Posted / sakthi
data Employ;
length Eid 4 des $15 salary 7;
delete;
run;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is slibref?
Explain proc sort?
How do you specify the number of iterations and specific condition within a single do loop?
Mention few capabilities of sas framework.
Explain data step in SAS
what are the scrubbing procedures in sas? : Sas programming
What is the difference between %put and symbolgen? : sas-macro
Enlist the functions performed by sas.
what do the pad and dim functions do? : Sas programming
How to read an input file in sas?
If money were no object, what would you like to do?
What are the scrubbing procedures in sas?
how does sas handle missing values in formats? : Sas programming
How can sas program be validated?
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?