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 the difference between order and group variable in proc report?
What are the data types that sas contain?
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
For clinical entire study how many tables will create approx?
What is the function of Stop statement in a SAS Program?
what is transformation in sas data integration? : Sas-di
What are the applications primarily used by business analyst? : Sas-bi
What is the difference between input and infile statement?
What are the difference between sas functions and procedures?
I have a dataset concat having variable a b & c. How to rename a b to e & f?
What do the PUT and INPUT functions do?
What are the five ways to do a table lookup in sas? : sas-grid-administration
Which command is used to perform sorting in sas program?
What is the SAS data set?
Explain how merging helps to combine data sets.