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



Yes - as long as it was defined as a MODS in the called routine.

I’m assuming you also know that you must set the occurrence to 1 before you do the call. This is one of the reasons I hate MODS as parms. DS Array is much safer.


Jon Paris

www.partner400.com
www.SystemiDeveloper.com

On Jun 24, 2015, at 1:33 PM, Jeff Young <jyoung0950@xxxxxxxxx> wrote:

Jon,
Thank you,
So in the prototype, I would define the entry using LikeDs(MODS) and in the
receiving pgm it would be able to access all occurrences?
D My_Pgm extpgm('xxxx')
D Parm_Ds likeds(MODS)

D MODS Ds Occurs(90)


Jeff Young
Sr. Programmer Analyst

On Wed, Jun 24, 2015 at 11:46 AM, Jon Paris <jon.paris@xxxxxxxxxxxxxx>
wrote:

Define the parm as LIKEDS(xxxxxxxx)

Easy.

There is zero need to play with pointers these days for this kind of parm.

A DS array would be better of course and could actually be passed as a
MODS since internally they are the same. But it would also use LikeDS so no
difference there.


Jon Paris

www.partner400.com
www.SystemiDeveloper.com

On Jun 24, 2015, at 11:04 AM, Jeff Young <jyoung0950@xxxxxxxxx> wrote:

All,
From an RPGLE Free Format program, I need to call another RPGLE program
that accepts a MODS as one of its parms. Since this program is in Fixed
Format as are all other programs calling it, they just pass the MODS as a
parm with no problem.
In Free format, I need to define the call via a prototype, and can not
determine how to prototype the MODS.
Is there a way to do this or do I need to use the Fixed Format CALL
op-code?

TIA,

Jeff Young
Sr. Programmer Analyst
--
This is the RPG programming on the IBM i (AS/400 and iSeries) (RPG400-L)
mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.


--
This is the RPG programming on the IBM i (AS/400 and iSeries) (RPG400-L)
mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.


--
This is the RPG programming on the IBM i (AS/400 and iSeries) (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

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.