Answer Posted / gayathri
ods does not contain any library.
syntax would be
ods html file=html flile specification'<options>;
ods html close;
it creates an html report
Is This Answer Correct ? | 19 Yes | 0 No |
Post New Answer View All Answers
What is the function of output statement in a SAS Program?
explain the main difference between the nodup and nodupkey options? : Sas-administrator
what techniques and/or procs do you use for tables? : Sas programming
What is the maximum length of the macro variable?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
Have you used macros? For what purpose you have used? : sas-macro
Do you need to rearrange the order of the data for the report?
what are validation tools that are used in sas? : Sas-administrator
Briefly explain input and put function?
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?
Mention what are the data types does SAS contain?
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
Mention the category in which sas informats are placed?
What are the automatic variables for macro? : sas-macro