what is best way (any monitoring tool like grid manager or cli at linux side) to know which sas job executed by which application.
Thank you!!!
Try this cli command on the grid environment to get a listing of the sas jobs (depending on the privileges set) being executed currently in your environment.
bjobs
Output Will be similar to :
JOBID USER STAT QUEUE FROM_HOST EXEC_HOST JOB_NAME SUBMIT_TIME
Thanks but i am looking from application perspective. I used to use "bjobs -u all" commands to get details but it doesn't tell from which application job is running (example, SAS EG or Studio or SAS EM)
It does for the Workspace sessions created by SAS EG. Not sure about other sas applications though.
JOB_NAME
SAS Enterprise Guide_SASApp - Workspace Server
Thanks Anand.
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.
SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.
Find more tutorials on the SAS Users YouTube channel.