Hello!
I´m trying to monitore a proc.num like this:
/sas/v91/sasexe/sas -sysin share_ODBC.sas
How should look like the needed key for this?
I tried it with:
proc.num['/sas/v91/sasexe/sas -sysin share_ODBC.sas']
and
proc.num['"/sas/v91/sasexe/sas -sysin share_ODBC.sas"']
Maybe I´m wrong but how can I monitore such a process?
I´m trying to monitore a proc.num like this:
/sas/v91/sasexe/sas -sysin share_ODBC.sas
How should look like the needed key for this?
I tried it with:
proc.num['/sas/v91/sasexe/sas -sysin share_ODBC.sas']
and
proc.num['"/sas/v91/sasexe/sas -sysin share_ODBC.sas"']
Maybe I´m wrong but how can I monitore such a process?

Comment