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 |
Which is the best training Institute for SAS Business Intelligence course?
How could i automate the code in the scenario:Every month one new data set will be created for that perticular month transaction list.Now i would like to update the data in the source table by appending every month data automatically. jan---set jan; feb---set jan feb; mar---set jan mar;
how could you generate test data with no input data? : Sas programming
List down the reasons for choosing sas over other data analytics tools.
Mention the difference between ceil and floor functions in sas?
What are the default statistics for means procedure?
how do u test a pros sql(works or not) without executing it?
what is the use of LRECL option.
How would you code a merge that will keep only the observations that have matches from both sets.
5 Answers Accenture, Bank Of America,
What statement do you code to tell SAS that it is to write to an external file?
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
What is the good sas programming practices for processing large data sets?