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