BookmarkSubscribeRSS Feed
Sudtej
Calcite | Level 5

Hi,

      I am updating an excel sheet using SAS DDE. The data is in following format,

datea.xlsb.xlsc.xls
1456546456546456546
2564356435643
3444444
4333
54656.123
6454542332454542332567

     Here, I am importing data daily from few XL sheets like a, b, c. So, each row represents data collected each day & cell, a particular value from the source XL sheet.

     The requirement is that if y'day's data is not updated (i.e. cell is having '.'), I need to update it along with today's value. I am storing today's and y'day's data in a macro variable at start.Then I update today's row, then I will go through y'day's row and if any of the cell (R5:b.xls) is with missing value, will update it from macro variable.

     I am seeing the value for y'day's missing value cell, being updated in some other cell. Smiley Sad

      Any suggestions?

2 REPLIES 2
art297
Opal | Level 21

You would have to show your code and attach a zipped example spreadsheet in order to know what you are doing.

Sure sounds like it would be easier to simply import the spreadsheet then, in a datastep, use update.

Sudtej
Calcite | Level 5

I have attached the part of the code, and have put the comments also. Code is running perfect for updating the Xl for today's date...only problem with if any missing data for Y'day date.

Thanks.

Sudtej

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!

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.

SAS Training: Just a Click Away

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

Browse our catalog!

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