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


  • Subject: 2+ Files with same field names (was RE: A probably stupid Question....)
  • From: "Phil" <sublime78ska@xxxxxxxxx>
  • Date: Fri, 13 Jul 2001 15:04:16 -0400
  • Importance: Normal

You can use the prefix keyword (and the rename keyword to rename the record
format) on the F-Spec:
FOldFile   ip   e           k disk
FNewFile   if a e           k disk    prefix(#) rename(OldRec:NewRec)

If you only want to rename a couple fields (so you don't have to code a move
for each field) you can use this:

FOldFile   ip   e           k disk
FNewFile   if a e           k disk    rename(OldRec:NewRec)
INewRec
I              field1                      #field1
I              field2                      #field2

hth,

Phil



> -----Original Message-----
> From: owner-rpg400-l@midrange.com [mailto:owner-rpg400-l@midrange.com]On
> Behalf Of EThompson@uafc.com
> Sent: Friday, July 13, 2001 2:16 PM
> To: rpg400-l@midrange.com
> Subject: A probably stupid Question....
>
>
>
> I am doing file conversions and have a problem.  I have two files with the
> same name, same record name and same field names.  However, some of the
> field definitions have changed, ie a 4b,0 field has become a 6A field.  I
> can obviously change file naes with OVRDBF commands and rename record
> names, but is there anyway that anyone knows of that will make this easier
> than having to internally define one of the files to rename the fields to
> map between the two files?  Some of the DDS files are short so internally
> defining them would not be a problem, but some of them have DDSs
> that are 8
> pages long, etc which for only having to change 2 or 3 fields seems like a
> lot of wasted work to me.
>
>
> Elonna
>
>
> +---
> | This is the RPG/400 Mailing List!
> | To submit a new message, send your mail to RPG400-L@midrange.com.
> | To subscribe to this list send email to RPG400-L-SUB@midrange.com.
> | To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com.
> | Questions should be directed to the list owner/operator:
> david@midrange.com
> +---
>


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

+---
| This is the RPG/400 Mailing List!
| To submit a new message, send your mail to RPG400-L@midrange.com.
| To subscribe to this list send email to RPG400-L-SUB@midrange.com.
| To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---

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.