Hello,
Could someone please help me with the following logged error:
DPR_UPLD: Y_KEY = '';CUST_NBR = '';SQLCODE = '-0911';SQLLINE =
'INSERT
INTO PWBPRP.XYZ (MNP_CD,X_KEY,Y_KEY,Z_KEY) VALUES
(22050,33,23959601,1)';
I don't know if this is the right group..
Any help will be greatly appreciated.
Thanks in advance.
Jan M. Nelken - 04 Apr 2007 20:33 GMT
> Could someone please help me with the following logged error:
>
> DPR_UPLD: Y_KEY = '';CUST_NBR = '';SQLCODE = '-0911';SQLLINE =
> 'INSERT
> INTO PWBPRP.XYZ (MNP_CD,X_KEY,Y_KEY,Z_KEY) VALUES
> (22050,33,23959601,1)';
DB2 is your friend:
issue this from command window:
db2 ? SQL0911
to learn meaning of this error and possible responses.
Jan M. Nelken