|
\You can use "look ahead" without an I-Spec. The INFDS has the key ofthe
next record, if I remember correctly, somewhere around position 401. You
just need to add an INFDS to the primary file F-spec, and then add theDS,
specifying the fields.available?
e.g. Assuming the key is field1 (10A) and field2 (5A)
FPrimary IP K InfDS(PrimaryDS)
D PrimaryDS DS
D nextKeyFld1 401 410
D nextKeyFld2 411 415
D nextKey 401 415
then, check
if nextKeyField1 > field1 or nextKeyField2 > field2 ;
(you only have to check for >, not <>).
If you specify field1 and field 2 in a DS, you could also check
D currKey DS
D field1
D field2
if nextKey > currKey ;
In a message dated 4/23/2009 11:51:43 P.M. Jerusalem Daylight Time,
booth@xxxxxxxxxxxx writes:
Oh man, am I going to hate myself for this.
You want to use LOOKAHEAD in your i specs. The lookahead field gives
you the fields you are interested in before you actually read the
record. That way you can Look ahead" and see if the next record is in
this set or the next set.
I haven't used lookahead for 30+ years, but its probably still
Robert Nesiba wrote:
We have an old, large program (that we don't want to rewrite) which
processes a primary file and a secondary file using L1 M1 processing.
Both files are currently input only, and externally defined. At L1
total time an answer is calculated that we want to write back into the
theprimary file. When we change the primary to update capable, the L1
answer gets written into the subsequent record. We have tried both
UPDATE and EXCEPT, and get the same result: data updates the wrong
(subsequent) record. What's the best (or the easiest way) to update
------------------------------------------------------------------------correct primary file record? Thanks!
list04/23/09 06:30:00
No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 8.0.238 / Virus Database: 270.12.3/2076 - Release Date:
--
---------------------------------
Booth Martin
http://www.Martinvt.com
---------------------------------
--
This is the RPG programming on the IBM i / System i (RPG400-L) mailing
To post a message email: RPG400-L@xxxxxxxxxxxxthe
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.
**************Access 350+ FREE radio stations anytime from anywhere on
web. Get the Radio Toolbar!)
(http://toolbar.aol.com/aolradio/download.html?ncid=emlcntusdown00000003
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.