Cynthia,
I changed the service timeout parameter settings and is working fine. As you said it taking longtime but my output opens up in excel with no excel tagset options ( styles, frozen headers etc.. ) I ended up with a normal excel file which really looks bad. Here is my code.
%let RV=%sysfunc(appsrv_header(Content-type, application/vnd.ms-excel));
%let RV=%sysfunc(appsrv_header(Content-disposition,
%str(attachment; filename=Validate.xls)));
%include 'C:\Addy\excelxp.sas';
OPTIONS orientation=landscape ;
ods listing close;
ODS tagsets.ExcelXP body=_webout style=XLsansPrinter;
footnote h=10pt f=TimesRoman j=l "%sysfunc(today(),mmddyy10.)";
ods tagsets.ExcelXP options(embedded_titles='yes' embedded_footnotes='yes'
sheet_name='Visit 2' absolute_column_width='9' Frozen_rowheaders='4' FROZEN_HEADERS='4' autofilter='2 7');
Title ' Validate Particiapants in OC for Visit 2';
footnote;
proc print data=OC_Twooo;
var STUDY_ID VISIT FULLNAME substatus IN_SM In_OC Total_CRFs Entered_CRFs;
var CBC COMP_CHEMISTRY CONSENT VITALS_EKG HEPATITIS
MEDICATIONS PHYS_EXAM INCLU_EXCLU HARBOR_LABS MEDICAL_HX SYS_REVIEW URINALYSIS
PROGRESS_NOTES PT_DISCHARGE / style(data)=data_bullet ;
Run;
Quit;
ods tagsets.ExcelXP close;
If I use validate.xml in the %str function(line 3 on my code) I see a weired output in my browser I pasted part of it below
/***********************?
-
-
SYSTEM
SYSTEM
2010-01-27T16:20:50
2010-01-27T16:20:50
SAS Institute Inc. http://www.sas.com
9.01.01M3P11032004
-
-