Hi SAS experts,
Is there a way to suppress this warning in the log when the data is bulk loaded from S3 to Redshift?
WARNING: During execute: [SAS][ODBC Redshift Wire Protocol driver][Redshift]INFO:Load into table 'xxxx' completed, 100 record(s) loaded successfully.
I agree that's not a justified warning.
I'd ask tech support, and I would not keep my hopes up.
You can always proc printto log='nul' or log='/dev/null' just for that step. but that is a poor workaround.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.