in ods is there any lib's
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / raja
with ods we can create all types of output like
HTML,RTF,PDF,PS,PCL. Ods does not contain a library.
| Is This Answer Correct ? | 12 Yes | 0 No |
what is sas database server? : Sas-di
What are pdv and it functions?
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
what is cummaltive frequency,and varience in proc unviarte
what is the use of catalog?
what are input dataset and output dataset options? : Sas programming
how to delete the duplicate columns permanently in SQL
What is the function of Stop statement in a SAS Program?
What is data _null_?
What is the Program Data Vector (PDV)? What are its functions?
how do the in= variables improve the capability of a merge? : Sas programming
We want to merge file A and B. File A has variable age, file B provide birthdate. How to merge the data according to age in file B