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



Given your description, this should not present any problems - just define the file twice.

Personally, I avoid the cycle like the plague in part because most current RPGers don't understand it and I like to leave code behind me that any decent RPGer can handle. In your case, frankly, I don't see that it offers any benefits. Perhaps even more importantly the cycle can't be used in free-form RPG and that is all I code.

While the initial usage of the program may not give rise to any scatter-gather conflicts I would still program to avoid them for maintainability. Either by using a prefix on one of the files or by using DS I/O which would be my preferred approach in a case like this.


Jon P.

On Aug 1, 2023, at 4:52 PM, James H. H. Lampert via RPG400-L <rpg400-l@xxxxxxxxxxxxxxxxxx> wrote:

Suppose I want to have two cursors (one as a primary file, read only; the other as a full procedural file, read/write) on the same file.

And the situation is such that there's no problem with scatter-gather using the same field names.

The idea is that the program is going to ride The Cycle through the file. After every 1000 records, it's going to process those records, and then go back through the records it's just read, and plug values into several fields on those records.

I could of course use a logical for one of them, but I vaguely recall seeing something fairly recently, about a way to just open the same file twice.

Can anybody refer me to what I might have seen?

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

Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related questions.



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.