BookmarkSubscribeRSS Feed
sjewels
Calcite | Level 5

Hi All

I am using the following software: sas base/access 9.4

 

 

I am trying to access the session history , specifically trying to see the log files from yesterday . Is there a path/folder where this informationis stored. 

 

Thanks

 

2 REPLIES 2
Reeza
Super User

If you started a new session the logs are typically erased unless you've set it up otherwise in your installation.

ballardw
Super User

Unless you have code in the programs to redirect log output or write copies then almost certainly there are no logs from previous sessions.

 

If you were running batch jobs there might be logs in folder that was considered active by SAS when the program was executed.

If you had used the File Save dialog from the Log window I would think you would know where the log was saved or if you used a FILe command from the command box.

 

Proc Printo can be used to direct a copy of log output to a specified file. The file name would be in the code or an associated FILENAME statement.

 

The option ALTLOG, which would be in the either the configuration file or on the command line can direct log output.

 

If none of these were done then I suspect that your logs are unrecoverable.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

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.

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
  • 2 replies
  • 2656 views
  • 0 likes
  • 3 in conversation