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



Robs earlier reference to the Open List of Objects (QGYOLOBJ) API
<https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_71/apis/qgyolobj.htm>
was quite good given what you want to do :)

This API (as do other Open List APIs) allows you to process a list through
a receiver variable and step through the list independent of the size of
the list (well, for the most part -- there is a limit but it's huge). This
API does return source library/file(member) information along with member
change timestamps. You may however want to verify that the source and
change information matches what QBNLPGMI would have returned. If not you
could use the object names returned by QGYOLOBJ to feed Retrieve Program
Information (QCLRPGMI)
<https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_71/apis/qclrpgmi.htm>.
The reason for this verification warning is that I don't have access to an
i and I can't recall how module information is handled when working with
QGYOLOBJ -- it's been a long, long time...

APIs related to open list APIs can be found here
<https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_71/apis/misc1b.htm>
along
with a discussion of the open list information format parameter
<https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_71/apiref/oli.htm>.

On Tue, Oct 9, 2018 at 3:37 PM Dan <dan27649@xxxxxxxxx> wrote:

We're looking for the source library/file(member) and change timestamps for
each program object (all ILE in our development libraries).

- Dan

On Tue, Oct 9, 2018 at 4:32 PM Bruce Vining <bruce.vining@xxxxxxxxx>
wrote:

Unfortunately QBNLPGMI doesn't support a continuation handle. You can
generally tell this by the presence (or in this case lack) of a parameter
referred to as a continuation handle. The List Save File (QSRLSAVF) API
<

https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_71/apis/qsrlsavf.htm

for instance has this parameter. You can find a general discussiong of
continuation handles here
<

https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_71/apiref/conContinuation.htm


What attributes of the ILE program(s) are you looking for?mzn.to/2dEadiD
<http://amzn.to/2dEadiD>

--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxx for any subscription related
questions.

Help support midrange.com by shopping at amazon.com with our affiliate
link: http://amzn.to/2dEadiD




As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.