I am developing a lot of Java, PHP and Python. All of them offer large logging packages (Log4J, Log or logging respectively). This helps a lot when debugging applications. Especially if the application works without heads.
Now I have a SAS script that should run as a stored process. But for some reason, execution seems to be very slow once it starts as a stored process. I would like to make some notes to find out what the application does. And when he does it. Therefore, I can pinpoint the code that causes slow execution.
I was looking for some solution to register with SAS, but haven’t found anything yet. Can i use something? Adding to a text file would be a good start. But logging into the Windows event log or the remote syslog service would be even better.
source
share