I don't think you'll get the scheduled jobs from the metadata logs, only entries where people are logging in to the metadata server (and filtering on "APPNAME=SASManagementConsole" will give you the users who have done this with SMC). I see from a later reply that you're using Operating System Services as your scheduler so for scheduled tasks you'd maybe need to look at logs within <config>/Lev1/SchedulingServer. In Windows there's a directory structure here of <username>\<jobname> with logs created by the job's VB Script. I don't know if that helps? Or, the actual SAS programs run under the Batch Server, so there are SAS logs in <config>/Lev1/SASApp/BatchServer/Logs. Alternatively, I'm not knowledgeable enough about Unix to know if there are logs created by cron? Might be entries in syslog?
... View more