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

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!

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
  • 2630 views
  • 0 likes
  • 3 in conversation