I am having a stored process.it needs to route my report to
both hthml and Xls.By default SP routes to html.I used the
PRINTTO to route the html to Xls.BUt it createsthe file not
but no content was written to file(0KB)?how can i do it?
Answer / aravind9882
try this...
ods html file='C:\Documents and
Settings\Administrator\Desktop\a.xls';
proc print data=emp noobs;
run;
ods html close;
| Is This Answer Correct ? | 0 Yes | 0 No |
Describe what are the different levels of administrative users in sas? : sas-grid-administration
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
Please write codes to merge two datasets and keep every record in the first dataset.
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
What is the pound sign used for in the data_null_ ?
Do you use PROC REPORT or PROC TABULATE? Which do you prefer? Explain.
Explain what is the use of proc gplot?
In SAS how to read the variable values having different formats. eg:mar99,mar1999 (in a single variable)
8 Answers GSK GlaxoSmithKline,
Explain the message 'Merge has one or more datasets with repeats of by variables'.
explain about various caches available in data integrator? : Sas-di
what is proc Index? and what is proc document?