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



Would something like this work:


Select;
When Field1 = 'FIELD2';
<do something with FIELD2>
When Field2 = 'FIELD3';
<do something with FIELD3>;
Other;
<do entirely something else >;
Endsl;


Duane

-----Original Message-----
From: RPG400-L <rpg400-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Buddy McClean
Sent: Friday, June 7, 2019 10:46 AM
To: RPG programming on IBM i <rpg400-l@xxxxxxxxxxxxxxxxxx>
Subject: Re: Field Names

Thanks, unfortunately I know zilch about SQL.

B Stone <bvstone@xxxxxxxxx> 6/7/2019 9:36 AM >>>
Dynamic SQL would probably be the best way. Build the select statement using the name of the field to select data from.


Bradley V. Stone
).

On Fri, Jun 7, 2019 at 9:33 AM Buddy McClean wrote:

Good Day,

Perhaps a silly question and an obvious answer, but I seem to have a
bit of fog about it.

What is the best way to translate a field that contains the name of
another field to be able to reference the second field. Other than do
a bunch of compares.

DCL-S Field1 char(8) INZ('FIELD2')

To be able to use FIELD2 in calculations. FIELD2 is an actual field in
a record, but I only have the literal name of the field.

CONFIDENTIALITY NOTICE: This electronic message transmission is intended only for the person or entity to which it is addressed and may contain information that is privileged, confidential or otherwise protected from disclosure. If you have received this transmission, but are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or use of the contents of this information is strictly prohibited. If you have received this e-mail in error, please contact NALC Health Benefit Plan at 703-729-4677 and delete and destroy the original message and all copies.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

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.