|
Hi Mona, What is the definition of your key PM02KY? Fabrice. -----Original Message----- From: system21-bounces@xxxxxxxxxxxx [mailto:system21-bounces@xxxxxxxxxxxx] On Behalf Of mon.ferriols@xxxxxxxxxxxxxx Sent: 08 September 2004 09:46 To: System21 (system21@xxxxxxxxxxxx) Subject: [SYSTEM21] RPG question Dear list: I have a program here and it refuses to do what I want. First I read INP35 and get all the parts masterfile stuff, then I read PMP01 because I want to get all the suppliers (if any) of that item (can be more than 1). What the program does is once it gets a match, it gets all the details and proceeds to the next part number. What I want it do is to go back and see if there are anymore suppliers for the SAME item. My code looks like: GetSupplier BEGSR PM02KY Setll VENDOR3 If %Equal PM02KY ReadE VENDOR3 DoW not %EOF Eval VNDRDL = VNDR01 Eval BENDOR = VNDR01 Eval CURCDL = CURC01 Eval LEADDL = LEAD01 EXSR GetDetails PM02KY ReadE VENDOR3 EndDo Else Eval VNDRDL = 'N/A' Eval BENDOR = 'N/A' Eval CURCDL = 'N/A' Eval LEADDL = *zero Eval SNAMDL = 'No Vendor' Eval INCODL = 'N/A' Eval SHPMDL = 'N/A' Eval COCDDL = 'N/A' Eval PTTD05 = *zero EndIf EndSr This SR is called from the main routine that reads INP35. How can I make it loop within the PMP01 read? Thanks in advanced. Mona _______________________________________________ This is the System 21 Users (SYSTEM21) mailing list To post a message email: SYSTEM21@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/system21 or email: SYSTEM21-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/system21.
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.