Ah ... this reminds me of the /* card at the end of a deck of 80 column
cards. Took me down a memory lane here for a few moments.
Rich
--------------------------------------------------------------------------
On 2/9/2015 5:33 PM, John McKee wrote:
Another variation I used was to write a record to the end of the file that
contained something no other record would contain. When that record is
read, you are not at end of file, so you can reposition.
John McKee
On Mon, Feb 9, 2015 at 3:39 PM, Mark S Waterbury <
[1]mark.s.waterbury@xxxxxxxxxxxxx> wrote:
Rich:
OVRDBF with a position, and POSDBF only works if you have not yet reached
the *end-of-file* condition.
At V6R1 and above,there is a new CLOSE command in OS/400 that does exactly
what you want, for use with RCVF.
If you need this to work at V5R4 or earlier, create two CL programs, one
for the first pass over the file, then CALL the second program to process
the second pass.
All the best,
Mark S. Waterbury
On 2/9/2015 4:09 PM, Rich Loeber wrote:
I have a program that reads a short source physical file during
processing. Over the course of processing, it may need to go back and
re-read the file again and I've hit a brain cramp on how to get it to
start over without ending the program.
Is there a secret here?
Rich
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: [2]MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: [3]
http://lists.midrange.com/mailman/listinfo/midrange-l
or email: [4]MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at [5]
http://archive.midrange.com/midrange-l.
References
Visible links
1. mailto:mark.s.waterbury@xxxxxxxxxxxxx
2. mailto:MIDRANGE-L@xxxxxxxxxxxx
3.
http://lists.midrange.com/mailman/listinfo/midrange-l
4. mailto:MIDRANGE-L-request@xxxxxxxxxxxx
5.
http://archive.midrange.com/midrange-l
As an Amazon Associate we earn from qualifying purchases.