Hi everyone ,
I want to convert SAS log to pdf . I found a solution which works , have provided the link below .
Are there any other methods to convert SAS Log to PDF?
Thanks and Regards,
Mohammad Umair Kazi.
To be honest, I would refrain from doing this on a regular basis. Log files are much easier to handle and parse in their pure text form. And they are smaller.
And if I need to write nice documentation (like previous papers for SAS Global Forums), I copy/paste the log text into the word processor, and save the document as pdf later anyway.
You don't need to package the logs into pdf for that. Just redirect the logs with PROC PRINTTO (if interactive) or the -log commandline option (if the code is run in batch).
All our production logs are kept as pure text and accessible through the web server.
PDF is a publishing format. Unless you are publishing your SAS logs for some reason I see no benefit to converting them from text.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
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.