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



Hi,

if you only want to rename 2 fields, you can use an external unqualified
data structure.
In the following example the fields MyFld1 and MyFld2 in MyFile1 get renamed
into RenFld11 and RenFld12. All other fields names stay unrenamed.
FMyFile1 if e k disk

D DSFile1 E DS Extname(MyFile1)
D RenFld11 E ExtFld(MyFld1)
D RenFld12 E ExtFld(MyFld2)


/Free
Read MyFile1F DSMyFile1;
Dsply RenFld11;
Dsply RenFld12;
*INLR = *On;
/End-Free

Mit freundlichen Grüßen / Best regards

Birgitta Hauser

"Shoot for the moon, even if you miss, you'll land among the stars." (Les
Brown)
"If you think education is expensive, try ignorance." (Derek Bok)
"What is worse than training your staff and losing them? Not training them
and keeping them!"


-----Ursprüngliche Nachricht-----
Von: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] Im
Auftrag von Mahesh Pawar
Gesendet: Monday, 12. January 2009 17:25
An: RPG programming on the IBM i / System i
Betreff: Re: Rename file field in RPGLE

Thanks for reply
But I wanted to rename only 2 fields out of 20 fields. Can I have alternate
for prefix

Thanks & Regards

Mahesh Pawar,
Mumbai,India,
Phone#(R) - 91-22-25442164,
Mobile# - 98204 46415

--- On Mon, 1/12/09, Chamara Withanachchi <chamaraw@xxxxxxxxxx> wrote:

From: Chamara Withanachchi <chamaraw@xxxxxxxxxx>
Subject: Re: Rename file field in RPGLE
To: "RPG Programming on the AS400 / iSeries" <rpg400-l@xxxxxxxxxxxx>
Date: Monday, January 12, 2009, 9:38 PM

Use PREFIX keyword

FFILE1 IF E K DISK
F PREFIX(F1)

You can replace n number of characters of your field by using PREFIX(F1:2)
this
mean fist 2 characters of the field names will be replaced by F1



Regards,

Chamara Withanachchi
Owner of www.rpgiv.info

WWW.RPGIV.INFO
Mob: +971 50 5698644
Tel: +971 6 5595887
chamaraw@xxxxxxxxxx
www.rpgiv.info
i want to be future ready. i want control. i want an i.


Sent from my BlackBerry® wireless device

-----Original Message-----
From: Mahesh Pawar <pawarmahesh@xxxxxxxxx>

Date: Mon, 12 Jan 2009 07:39:11
To: RPG programming on the IBM i / System i<rpg400-l@xxxxxxxxxxxx>
Subject: Rename file field in RPGLE


Hello All,
I am using 3 files in program  and 2 are having similar field name . I want
to
rename 1 file's field name for some purpose. Please help to code field
rename in RPGLE

Thanks & Regards

Mahesh Pawar,
Mumbai,India,
Phone#(R) - 91-22-25442164,
Mobile# - 98204 46415






As an Amazon Associate we earn from qualifying purchases.

This thread ...

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.