in ods is there any lib's

Answers were Sorted based on User's Feedback



in ods is there any lib's..

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

in ods is there any lib's..

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

Post New Answer

More SAS Interview Questions

What is the purpose of using the N=PS option?

2 Answers   Oracle,


Which is the Best SAS training Institute in Delhi NCR for SAS certification preparation

1 Answers   SAS,


Can you suggest us materials for sdtm mapping?

1 Answers   TCS,


Have you used macros? For what purpose you have used? : sas-macro

1 Answers  


what is the diff. b/w proc means and proc summary?

12 Answers   CitiGroup,


data data1; input dt account; format dt date9.; cards; 1745 1230 1756 1120 1788 1130 1767 1240 ; data data2; input startdt enddt total; format startdt date9. enddt date9.; cards; 1657 1834 12300 1557 1758 16800 1789 1789 12300 1788 1345 12383 1899 1899 13250 ; proc sql; create table data3 as select * from data1 as x left join data2 as y on x.dt>=y.startdt and x.dt<=y.enddt; quit; Here, we are getting cartision product. But,I want left join report consisting of this program. It should not get duplicate values. you can modify the program also.

1 Answers  


what is the need of INDEX in datasets?

6 Answers   CitiGroup,


What is the difference between nodupkey and nodup options?

1 Answers  


Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma

1 Answers  


name several ways to achieve efficiency in your program? : Sas programming

1 Answers  


where to use sas business intelligence? : Sas-bi

1 Answers  


What is the length assigned to the target variable by the scan function?

1 Answers  


Categories