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 |
whenever we using the merging through data set merging ,we can get note in log like this "MERGE STATEMENT HAS MORE THAN ONE ONE DATASET BY REPEATED BY VAIABLES" but the output has come in good manner,whenever in in sql(full join) we can get cartion product.so How do overcome this problem in sql?
What are the difference between the sas data step and sas procs?
Explain bmdp procedure?
what are the benefits of data integration? : Sas-di
Mention some common errors that are usually committed in sas programming.
What are the different versions of sas that you have used until now? : sas-grid-administration
What is a put statement?
Of all your work, where have you been the most successful?
What is run-group processing?
We have a string like this "kannafromsalembut" ,from this i want to get only "fromsal" (but one condition with out using substring function)here we can not use scan because in the given string there is no delimeter? so give ans without out using substring ?
which domain is better in sas? clinical trails or banking
How do I CREATE an external dataset with sas code? I would like to create within a sascode a non-exsistent textfile on the host. So I am not forced to create the file befor filling it.