BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
ShufeGuoding
Obsidian | Level 7

When i use create statement to create a data set in a  do iteration in IML, the message"note: a data set xxx has one varialbe and xx " pops up repeatedly in log window , which slows down the computaion. How to prevent that happens?

1 ACCEPTED SOLUTION
2 REPLIES 2
IanWakeling
Barite | Level 11

You can add "options nonotes;" before you start IML and this will suppress all such notes.  However I would not have thought that printing notes to the log would slow down your program by much.  If you are trying to create lots of small data sets, then perhaps think about collecting results together into a few larger matrices, as there should be less I/O overhead writing out the larger data sets.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

From The DO Loop
Want more? Visit our blog for more articles like these.
Discussion stats
  • 2 replies
  • 3545 views
  • 0 likes
  • 3 in conversation