BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
samanvi
Obsidian | Level 7

HI All,

Need your help. We are connecting to  Snowflake from SAS ( Linux) and we are exporting the log to .txt file in log we are getting a lot of data 

like below 

Snowflake_3:Prepared on connection 0.

But we see the above for every record insertion. 

 

Could you help how to restrict this kind of messages in log.

 

Thanks & Regards   

 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
Quentin
Super User

If you set:

options sastrace=off ;

do the messages go away?  I think that is what the sastrace option is for.  

 

https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/acreldb/n0732u1mr57ycrn1urf24gzo38sc.htm

View solution in original post

5 REPLIES 5
ballardw
Super User

It may help to show your current connection code so we we can see the options you have used.

samanvi
Obsidian | Level 7

samanvi_0-1679679812905.png

 This is the connection 

SASKiwi
PROC Star

Can you post a portion of your SAS log including your source code and some of the notes please?

 

Does adding this option to your LIBNAME statement help: UPDATE_MULT_ROWS=YES

samanvi
Obsidian | Level 7

This even helped me Thank you

Quentin
Super User

If you set:

options sastrace=off ;

do the messages go away?  I think that is what the sastrace option is for.  

 

https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/acreldb/n0732u1mr57ycrn1urf24gzo38sc.htm

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 5 replies
  • 1646 views
  • 0 likes
  • 4 in conversation