BookmarkSubscribeRSS Feed
Hema_12
Fluorite | Level 6

Hi All,

 

i need the list of .sas job list which are running on SAS server.

how i can find out with query or any linux  cmd.

please help..

 

Thanks in advance.

 

 

3 REPLIES 3
Hema_12
Fluorite | Level 6

Hi Krut

 

Thanks for replying but not getting proper output.

is there any other way to list out all .sas file which are running or not running currently. 

please let me know.

 

Thanks in advance.

 

Kurt_Bremser
Super User

To get information of a prior job, it has to leave something behind that you can use, eg a SAS log. Or you wrap your SAS batch jobs in a script that keeps track of all jobs that were run with it.