BookmarkSubscribeRSS Feed
ertweety
Obsidian | Level 7

I have a sas program that exports data to an a tab in an excel workbook.  It is basically a data dump with no formatting.  The sas job is set to run daily when it replaces the data in the tab often the cells in the workbook will be randomnly filled in with colours.  It's almost like the sheet takes colours from other tabs in the workbook but I don't know why.  No formatting required.  Here's my export code.

PROC EXPORT DATA=adl

OUTFILE= "X:\Customer Service\2015_data.xlsx"

DBMS=EXCEL97 REPLACE;

SHEET = "data";

RUN;

2 REPLIES 2
Reeza
Super User

Your DBMS should be something like EXCEL, EXCELCS or XLSX but probably not EXCEL97

ertweety
Obsidian | Level 7

Ok thanks I will try that

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 753 views
  • 0 likes
  • 2 in conversation