|
I have a job that has crashed with this message. Looks like a bug
to me but maybe someone will spot something. Thanks.
A CLP is called that issues a STRREXPRC with an SQL statement
'DELETE FROM MYFILE'
CHGVAR VAR(&SQL) VALUE('DELETE FROM ' *CAT &myfile)
EXECSQL CMD(&SQL)
MONMSG MSGID(SQL0000)
This command calls the rexx procedure below :
PARSE ARG iSql
RC=0
ADDRESS EXECSQL,
EXECSQL 'SET OPTION COMMIT = *NONE'
ADDRESS EXECSQL,
EXECSQL iSql
IF RC<> 0 THEN DO
MSGID = "SQL"RIGHT(STRIP(ABS(SQLCODE)),4,'0')
'SNDPGMMSG MSGID(&MSGID) MSGF(QSQLMSG) MSGDTA(&SQLERRMC)',
'MSGTYPE(*ESCAPE)'
END
The same CLP has been called over 5000 times for 5 different
multimember files. An override on the member is issued by the CLP
calling program. Mostly, the rexx procedure is returning SQL100
that is ignored on returning to the CLP.
In the log, I've got this :
Erreur. MCH1210 non intercepté par QSQREXX à la spécif *N, inst
X'0617'
6 *-* Address EXECSQL EXECSQL iSql;
+++ RC(CPF9999)
10 +++ MSGID = 'SQL'RIGHT(STRIP(ABS(SQLCODE)), 4, '0');
Error in line 10: Bad arithmetic conversion.
Error occurred running REXX procedure EXECSQL.
And in the dump :
<<SNIP & replace with symptom kwd string:
msgMCH1210 f/cblabranch x/0040 t/QSQREXX x/0617 >>
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.