|
Marcin, At 7/10/01 12:00 PM +0200, you wrote: >why when I call ProcA (code below) without parameters it gives me >"MCH3601-Pointer not set for location referenced." (what I am expected) but >when first call is with parms and second without ProcA change values of >this (not passed!) parameters anyway? This is due to the fact that the first call created the pointers to the procedure. When you call it again, there just happens to be a valid pointer (from the previous call) available, which the called procedure can use. There is no guarantee that this pointer will exist, as a compiler change can modify this behavior. -mark +--- | 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.