Question:
I have following questions about logging, one for SAS EG and one for SPDS
1. Is there any possibility to save the EG log and display it in the Enterprise Guide log tab? Is this something that can be set via an autoexec or do I need to do it as part of coding. I have already tried using below procedure
proc printto log="";
run;
This works quite nicely but I don't get the log in the EG-Log tab anymore.
2. Is there any option to activate logging facility on only one specific SPDS or SAS library?
We would like to setup our environment to see which metadata user is accessing which table. Also, we would like to see which specific columns were accessed (however this feature is not much important).
I'm using SAS 9.4M2 and SPDS 5.1
Answer:
For #1, the logging you are looking for can be achieved by modifying the logconfig.xml of the workspace server. Please check SAS document for logconifg.xml.
For #2 and SPDS: You can explore the default logging on SPD Server.
I have following questions about logging, one for SAS EG and one for SPDS
1. Is there any possibility to save the EG log and display it in the Enterprise Guide log tab? Is this something that can be set via an autoexec or do I need to do it as part of coding. I have already tried using below procedure
proc printto log="";
run;
This works quite nicely but I don't get the log in the EG-Log tab anymore.
2. Is there any option to activate logging facility on only one specific SPDS or SAS library?
We would like to setup our environment to see which metadata user is accessing which table. Also, we would like to see which specific columns were accessed (however this feature is not much important).
I'm using SAS 9.4M2 and SPDS 5.1
Answer:
For #1, the logging you are looking for can be achieved by modifying the logconfig.xml of the workspace server. Please check SAS document for logconifg.xml.
For #2 and SPDS: You can explore the default logging on SPD Server.
Comments
Post a Comment