[prev in list] [next in list] [prev in thread] [next in thread] 

List:       sas-l
Subject:    How to do multiple proc reports into single page using ods tagsets.excelxp
From:       Baba s <sairamhello0328 () GMAIL ! COM>
Date:       2023-01-23 1:33:45
Message-ID: 1352193449657817.WA.sairamhello0328gmail.com () listserv ! uga ! edu
[Download RAW message or body]

Hi,

I need to do multiple proc reports into single sheet and give one row gap. Please help on this.
ods listing close;
ods results off;
ods tagsets.excelxp file="/home/venku.analyst0/Testlib/char.xls" style=esgexcel ;

proc report data=sashelp.shoes missing nowindows spacing=1;
run;

proc report data=sashelp.class missing nowindows spacing=1;
run;

ods tagsets.excelxp close;
ods listing;
ods results;

Regards,
Baba.
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic