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 |
name few built in sas transformation in DI studio ?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
how to delete the duplicates by using proc sql?
What does P-value signify about the statistical data?
where will go the observations that were deleted by delete statement?
Do you know the features of sas?
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?
What is the difference between SAS functions and procedures?
Describe the ways in which you can create macro variables? : sas-macro
How to Rename Library?
what are the differences between proc report and proc tabulate?
what is incremental update ? is this possible in SAS OLAP CUBE STUDIO.