Hi Everyone,
I have to write a code to check which code has called teradata query and also copy that query if possible..
Want to write a macro and evry code will have that macro at the top.. kind of an audit macro.
will have to chase the log while the code is running.
Please help..
Thanks in advance.
DeepakPara
It might be easier to search the query logs in your Teradata server.
Otherwise you might want to tell all of your SAS programmers to add options that will insure that messages from Teradata appear in the log. Then there will be more things to search for in the log.
options sastrace=',,,ds' sastraceloc=saslog ;
Look at the log of a job that you know uses the Teradata connection.
Find a characteristic string that is typical for that (say, a schema name or similar).
Use grep with that string on all your logs.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.