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?
I agree with Ian. If this is part of a simulation study, look at these articles:
http://blogs.sas.com/content/iml/2012/07/18/simulation-in-sas-the-slow-way-or-the-by-way.html
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.
I agree with Ian. If this is part of a simulation study, look at these articles:
http://blogs.sas.com/content/iml/2012/07/18/simulation-in-sas-the-slow-way-or-the-by-way.html
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.