× 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.



For the benefit of the archives - you would have had the same problem if calling OPM from OPM - or ILE from ILE or ...

You cannot substitute a DS for a PLIST - they are completely different animals.

You can use a PLIST in an RPG IV program, just not in /Free.

The "correct" solution would be to create a prototype to replace the PLIST and then simply string out all 25 parms on the CALL - that way the call can be done in /Free. Otherwise just go into fixed form and use a conventional CALL/PLIST arrangement.


Jon Paris

www.Partner400.com
www.SystemiDeveloper.com



On Mar 31, 2010, at 2:41 PM, rpg400-l-request@xxxxxxxxxxxx wrote:

I am attempting to call an OPM program from an ILE program but when I do I
get an MCH0801 - Argument associated with external or internal parameter not passed and multiple (looks like almost as many as individual parameters) Pointer not set for location referenced.

Basically I'm calling a prompt program which when called from another OPM program uses a PLIST containing 25 fields.
I created as datastructure to replace the PLIST
* JBA GL account prompt program parameters
d GL317Ds ds
d Glco00 2a Inz('KF')


As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.