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 can you learn from the sas log when debugging? : Sas programming
what r the job openings SAS for fresher graduates !
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?
do you prefer proc report or proc tabulate? Why? : Sas programming
what is the difference between floor and ceil functions in sas? : Sas-administrator
what techniques and/or procs do you use for tables? : Sas programming
What are the default statistics that proc means produce?
explain what is factor analysis? : Sas-administrator
what is transformation in sas data integration? : Sas-di
Name few SAS functions?
What are the functions which are used for character handling functions?
Explain the purpose of retain statement.
Give some examples where proc report’s defaults are same as proc print’s defaults?
explain the difference between proc means and proc summary?
what is the basic structure sas administrator? : Sas-administrator