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 many versions came upto now in SAS?
what are several options for creating reports in web report studio? : Sas-bi
Do you know the features of sas?
How do you connect the desktop application to metadata server? : sas-grid-administration
What is the basic structure of a sas program?
What happens in the following code, if u type 8 instead of *? proc sql noprint; create table abc as select 8 from lib.abc; quit;
Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables?
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
what is the difference between proc report and proc format?
what is the usage for assigning error=1 in a dataset ?
what other sas products have you used and consider yourself proficient in using? : Sas programming
What is data _null_?