BookmarkSubscribeRSS Feed
deepakpara
Calcite | Level 5

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

3 REPLIES 3
deepakpara
Calcite | Level 5
basically I wana search 'Teradata' or maybe anyother string at run time.
Tom
Super User Tom
Super User

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 ;
Kurt_Bremser
Super User

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.

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 937 views
  • 0 likes
  • 3 in conversation