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 Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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