BookmarkSubscribeRSS Feed
SamT
Calcite | Level 5
Hello.

Is it at all possible to write a script that outputs your log? I'm running large scripts overnight and unfortunately the computer is turned off late, so I get the output but can't check it for errors.... well very easily.

Thanks Sam.
4 REPLIES 4
RickM
Fluorite | Level 6
Try looking into proc printto. The documentation should be easy enough to follow.

Good luck!
SamT
Calcite | Level 5
Champion.

Thanks Rick!
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
Also recommend the particular SAS companion guide for your OS. And, with a batch-initiated SAS script, you have options for directly outputting the primary SASLOG (and also using ALTLOG= option as well).

Scott Barry
SBBWorks, Inc.

Suggested Google advanced search arguments, this topic / post:

batch script capture saslog site:sas.com

altlog site:sas.com

batch script commands site:sas.com

batch program log archive site:sas.com
Peter_C
Rhodochrosite | Level 12
run those scripts in batch mode
and add the start-sas option
-logparm "WRITE= IMMEDIATE"
( for SAS9)
or
-unbuflog
(for SAS8)

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 4 replies
  • 1606 views
  • 0 likes
  • 4 in conversation