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



Thanks, Simon.

-----Message d'origine-----
De : rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx] De la part de Simon Coulter

A program receives a MODS with 100 occurences as a parameter. There
may only be one occurence that is used. What is the
best/normal way to
exit a loop that reads this ds when no data is found? The
DS is based
on a record format.


If it truly is a MODS then you're probably only getting the
current occurrence. Make it an array DS instead. Pass the
number of populated elements as an additional parameter and
use that to condition your loop.


MyProcedure is calling an PGIII that returns a MODS.

MyProcedure reads through the MODS and adds the content to it's array DS that it returns as a parameter.
It then adds other elements of it's own.

I can easily put the parameter on the procedure for the number of elements used, but the RPGIII....


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.