|
Many people use list API's incorrectly. Instead of using the general header area, and header entries, which contain offsets to where other data elements are stored. Often they calculate the offset manually. This way they'll be defeated when new offsets occur. Might this be what you've done? Rob Berendt ================== A smart person learns from their mistakes, but a wise person learns from OTHER peoples mistakes. David Gibbs <dgibbs@mks.com> To: "'RPG400 Mailing List'" <RPG400-L@midrange.com> Sent by: cc: owner-rpg400-l@mi Subject: Resolution to my MCH3601 problem drange.com 05/30/01 02:12 PM Please respond to RPG400-L Folks: Just an update ... I've solved my MCH3601 problem! The issue was: in OS400 release V4R5 & below, the QBNLPGMI API was returning entries of only 508 bytes long. This is what my program expected. In V5R1, however, the API is returning entries that are 3995 bytes long. I took it on faith that the entry size in the user space header was correct and used that value to tell the QUSRTVUS api how much data I wanted put into my data structure (which was only 508 bytes long). Obviously, when I got 3995 bytes back, it over-wrote working storage and screwed things up that happened to be situated after my data structure. I've adjusted my API calls to only ask for the number of bytes in my data structure (508) and everything is happiness again. Of course, that begs the question, why is the API all of a sudden returning entries of 3995 bytes long? Is this a V5R1 change? Where is it documented? The data returned by the API appears to be blank after the initial 508 bytes. Thanks to all those who gave advice. david -- David Gibbs Sr. Software Engineer Mortice Kern Systems US, Inc. 2500 S. Highland Ave., Suite 200 Lombard, IL 60148 phone: (630) 495-2108 x5004 http://www.mks.com mailto:dgibbs@mks.com Need a laugh: http://www.userfriendly.org/static +--- | This is the RPG/400 Mailing List! | To submit a new message, send your mail to RPG400-L@midrange.com. | To subscribe to this list send email to RPG400-L-SUB@midrange.com. | To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +--- +--- | This is the RPG/400 Mailing List! | To submit a new message, send your mail to RPG400-L@midrange.com. | To subscribe to this list send email to RPG400-L-SUB@midrange.com. | To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
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.