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