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 |
why is the use of Retrive statement and give me with example?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
what is the main difference between rename and label? (don't say that they both perform the same function).
Suppose there is a SAS dataset with following values - Parent Child A B B C D E F G G H H I and so on….. This goes onto 1000s of observations/rows. Now how do we identify from this dataset Grandparents and Grandchildrens ?
5 Answers American Express, Barclays,
Difference between sum function and using “+” operator?
How would you compile all macros from a folder in a study, within the autoexec program?
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
Explain what is data step?
how to rearrange the data as our wish by using dataset block?
Explain substr function?
Name statements that are execution only.
WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?