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



In doing research on using the SQL UPDATE command I found this structure
that works for other non IBM i systems.



Update EMS40DATA/INWHS01P set (IWADD1, IWADD2, IWADD3, IWALWS, IWADD4,
IWDESC)

= (Select LADD1, LADD2, LADD3, LALWH, LCOUN, LDESC from SrcLibrary/SrcFile

Where exists (Select IWWHS from EMS40DATA/INWHS01P ))



IBM does not support this command in SQL and can only process 1 record at a
time. I have multiple records to process.



I am trying to find an alternative way to achieve the same result.



I have looked at using cursors to read my input file and move the results to
the update file using the SQL UPDATE command. However, I have a problem in
that:

- my RPG program uses a single program to process hundreds of files. None of
the input or output files are defined in the RPG program. I use the SQL
PREPARE and EXECUTE commands.

- I need a way to use the SQL FETCH command to fetch the fields into work
variables, which in turn will be used in the SQL UPDATE command. Ideally I
would like to create dynamic fields in the RPG program on the fly for this
purpose.



Has anyone done anything similar?

Do you have any suggestions/recommendations I could use.



TIA



Darryl Freinkel

Assignment 400 Group, Inc.

Tel: 770.321.8562 ext 111 | Fax 770.321.8562 | 2247 La Salle Dr, Marietta
GA, 30062, USA | PO Box 72556, Marietta, GA 30007-2556




As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.