|
On Thu, 30 May 2002 MWalter@hanoverwire.com wrote: > > I thought I had a handle on pointers. I have a service program. In the > service program I have a module that contains two subprocedures. Each > returns a pointer to a MODS. The program calls the first subproc and gets > the pointer. Now I have a valid mods with which to work. Okay. > Next, I write a subfile record based on the data from the first > occurrence of that MODS. When you say "based on" do you mean the BASED() keyword in the D-specs, i.e. a "basing-pointer"? > Now I call the second subproc and the pointer address value returned is the > same as the previous one overwriting my data. At least this is what the > interactive debugger tells me. (which negates my previous post about > debugging based structures). From this message, can anyone tell me what's > going on. If need be, I'll post the code. I assume that it's not supposed to return the same address, and that you've written code that's intended to change the value of the pointer to some new address? What does this 2nd subproc do? Clearly, if it's the one that's returning the value you didn't expect, that it's the one we need info about... Posting your code would certainly describe the situation better than words can...
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.