× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



The Biggest issue is an SQL error when the SQLCODE stops supressing errors. If 
the PTF you loaded doesn't do the trick try the following to system file 
QAQQINI:

1) CRTDUPOBJ of QSYS/QAQQINI original template into QUSRSYS library. This step 
can be skipped if the file already exists (or the command will fail and the 
error can be ignored):
> CRTDUPOBJ OBJ(QAQQINI) FROMLIB(QSYS)
OBJTYPE(*FILE) TOLIB(QUSRSYS) DATA)*YES)

>From a Interactive SQL session enter:
2)> DELETE FROM QUSRSYS/QAQQINI
WHERE QQPARM='SQL_SUPPRESS_WARNINGS' 

3)> INSERT INTO QUSRSYS/QAQQINI
VALUES('SQL_SUPPRESS_WARNINGS', '*YES', default)

Note, by default, all jobs on the system will load the
QAQQINI file from library QUSRSYS. Individual jobs can
change the library used to load this file by using the
CHGQRYA (Change Query Attributes) command and the QRYOPTLIB
parameter. 

Good Luck,
Dave Trevino

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.