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 |
How to include or exclude specific variables in a data set?
What has been your most common programming mistake?
what is sas business intelligence? : Sas-bi
name the scheduler for scheduling job and explain the scheduler? : Sas-di
what is SAS/Access and SAS/Connect?what are the uses?
At compile time when a SAS data set is read, what items are created?
What is the difference between informat and format statement?
how do u identify a macro variable
What is slibref?
What are the difficulties u faced while doing vital signs table or dataset?
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
What is a method to debug and test your SAS program?