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)

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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