I've been developing a lot of Java, PHP and Python. All of which offer great logging packages (Log4J, Log or logging respectively). This is a great help when debugging applications. Especially if the app runs headless.
Now, I have a SAS script that is supposed to run as a stored process. But for some reason, the execution seems to run very slow as soon as it runs as stored process. I'd like to do some logging, to see what the app is doing. And when it is doing it. So I can pinpoint the code that causes the execution to be slow.
I've been searching for some logging solution in SAS, but haven't found anything so far. Is there anything I could use? Appending to a text-file would be a good start. But logging to the windows event-log or a remote syslog service would be even better.