×
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.
On 7/25/2013 7:33 PM, Jon Paris wrote:
Not too much trouble but it is only intended to be used as a scratchpad - not for permanent storage as I understand it.
But they are here:
http://code.midrange.com/52981de443.html
Hi Jon, nice! But you're missing some recent-ish ones.
// 00351 XML parser error
D errXmlParse C 00351
// 00352 Bad option for XML opcode
D errXmlBadOption...
D C 00352
// 00353 XML document mismatch RPG variable
D errXmlIntoMismatch...
D C 00353
// 00354 Problem preparing to parse XML document
D errXmlProblem...
D C 00354
// 01061 File parameter error
D errFileParm...
D C 01061
And a new one added as part of the 7.1 PTF enhancement that added H spec
keyword CCSIDCVT.
// 00452 CCSID conversion could not convert all characters
D errCcsidCvtDataLoss...
D C 00452
With CCSIDCVT(*EXCP), you get error status 452 instead of non-error
status 50, if the CCSID conversion can't convert all the characters. You
won't find these messages in your QRNXMSG message file unless you have
followed the instructions in the PTF cover letter to add them.
(PTF SI50535 is the most recent supersede of the PTF that added the
runtime part of this enhancement.)
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.