Esteemed Advisers;
I tried to run a code today that ran successfully about a month ago but now is throwing several errors and warnings that I don't understand. The code and the log are both about 2000 lines long so I'll refrain from posting it for now. From the LOG File:
Error: Unable to load module 'html5' from template store!
Error: No body file. HTML5(WEB) out put will not be created.
Error: Unable to restore 'OR.OPTMODEL.ProblemSummary' from template store! (I get this message twice)
Error: Uable to restore 'Base.Freq.OneWayFreqs; from template store! (I get this one 3 times)
The log also generates several "WARNINGS: No output destinations active"
Would appreciate any insights as to what might have changed in the past month and possible solutions.
Thanks,
Gene
I'm replying to my post. I received the same errors when running another code that had run successfully just yesterday. I logged off of SAS OnDemand for Academics and then logged back in. I re-ran the same two codes and they both ran successfully. So while I don't know what the problem was, the solution was to log off and log back in.
Maybe this will help someone in the future.
Gene
I'm replying to my post. I received the same errors when running another code that had run successfully just yesterday. I logged off of SAS OnDemand for Academics and then logged back in. I re-ran the same two codes and they both ran successfully. So while I don't know what the problem was, the solution was to log off and log back in.
Maybe this will help someone in the future.
Gene
The "No output destinations warning" usually means that your code has some closed all the ODS destinations.
If you ran something with the ODS _ALL_ Close; then is suggest replacing that with closing only a specific ODS destination.
Unfortunately there are way too many examples of code that use this syntax without any reminder that you need to reopen at least one destination before creating any output.
No open destinations means that no output can be created.
The other errors are hard to diagnose without an entire session but if you have any code using Proc Template look to make sure where you are writing or that there aren't any errors. You can with syntax logic errors replace templates used by procedures.
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 use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.