|
Maybe I'm just not getting it, but I haven't been able to figure out how to define an externally described data structure as an input parameter in a prototype. With a *ENTRY PLIST, I could specify the data structure in my D specs, then simply specify the name of the EDS in my PLIST. Now, though, I can't seem to figure out how to do that. The closest I've been able to get is to define the structure as LIKEDS and use qualified on the original EDS (because otherwise the subfields would collide). The downside to that is having to use qualified names throughout the procedure, which isn't necessarily a bad thing. Another option is to make the EDS based, and then the first statement in the procedure is to set the basing pointer to the address of the parameter. Both work, but neither is quite as clean as I would like it. Any suggestions? Joe
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.