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.

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!

Multiple Linear Regression in SAS

Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.

Find more tutorials on the SAS Users YouTube channel.

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