BookmarkSubscribeRSS Feed
sivastat08
Pyrite | Level 9

This example shows only  START_AT= option used only for one range  in one excel work sheet,

I want to use multiple tables horizontally in one single work sheets,please help me on getting this.

 

ods excel file="c:\temp.xlsx" options(start_at="3,3"frozen_headers="5"frozen_rowheaders="3"autofilter="1-5"sheet_name="Sales Report"row_repeat="2"embedded_titles="yes"); 

proc print data=sashelp.orsales;

title "Sales Report for the Year 1999";

run;

ods excel close;

 

Attached sample format.

 

2 REPLIES 2
Reeza
Super User
Unfortunately that's not possible within the same sheet at the moment :(. Hopefully soon!
sivastat08
Pyrite | Level 9
Thank you for your response,If you get the answer please let us know.

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 878 views
  • 1 like
  • 2 in conversation