🔒 This topic is solved and locked.
Need further help from the community? Please
sign in and ask a new question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 09-17-2020 04:56 AM
(1658 views)
When scheduled SAS jobs run, which SAS logs are updated.
The requirement is we want to scan and understand the CPU time and real time, and tables written by SAS code. and hence would need the SAS logs. my jobs are scheduled.
Which logs would be updated from where i can get above info.
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Scheduled jobs are run by the Batch Server whose log files are found in <SAS-Configuration-Directory>/Levn/<context>/BatchServer/Logs.
--
Greg Wootton | Principal Systems Technical Support Engineer
Greg Wootton | Principal Systems Technical Support Engineer
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Scheduled jobs are run by the Batch Server whose log files are found in <SAS-Configuration-Directory>/Levn/<context>/BatchServer/Logs.
--
Greg Wootton | Principal Systems Technical Support Engineer
Greg Wootton | Principal Systems Technical Support Engineer
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Normally a SAS log is created for each SAS job.
What release are you on?
Are you using DI Studio?.
If you have Environment Manager in your deployment you can configure your jobs to collect statistics which then can be presented in EM.
Data never sleeps
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
I am using SAS 9.4 M5 version.
There is a variety of SAS artifacts scheduled- E-miner projects, DI jobs, SAS files etc.