|
Ooooh - that's it!!
Makes sense - I will give this a try.
Jeff.Nyco on Wednesday, May 30, 2012 3:51 PM wrote:
The technique requires the use of CPYF, using the record/field
selection, to copy the 1 record you need into a work-file you have
opened, then use a simple sequential RCVF.
As long as you don't hit EOF (CPF0864 I think) and close the file,
you can read any records, just like a CHAIN.
Stone, Joel on Wednesday, May 30, 2012 1:46 PM wrote:
I have a CL loop as follows:
Top:
Load keyValue
OVRDBF FILE(TestFile) POSITION(*KEYAE 1 *N &KeyValue)
rcvf
monmsg (cpf4137 cpf0864) exec(deal-with-it) /* <ed: addendum> */
goto Top
The OVRDBF positions the file ONLY the first time thru
(apparently it only positions for the NEXT file open).
How can I read the record that I need (using keys) several
times in on CL run?
As an Amazon Associate we earn from qualifying purchases.
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.