BookmarkSubscribeRSS Feed
SABAT
Calcite | Level 5
Hi,

Some of my programs use SAS for insert/update into DB2 tabels in mainframe. While running a program, I got an error message "A DB2 error has occurred while processing this statement.The DB2 return code and error message are contained in the SQLXRC and SQLXMSG macro variables."
But I am not able to locate these variables. I do see that my code has the statements as
%put &sqlxrc;
%put &sqlxmsg;

Could someone help me find out these variables?

Thanks,
Sarmi
1 REPLY 1
LinusH
Tourmaline | Level 20
Well, these are the refered macro variables. You should have these %put's right after your SQL that updates your DB2 tables. The contents of these macro variables will be printed to the SAS LOG.

/Linus
Data never sleeps

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
  • 1 reply
  • 2671 views
  • 0 likes
  • 2 in conversation