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



Sean,

Here's a sample program of what I've done in the past:
===========================
FAmhl06    ipe  e           k disk    Rename(Ipa100mh:FrAmh) Prefix(Fr)
FAmh       o  a e             disk    Rename(Ipa100mh:ToAmh) Prefix(To)
F*
D*  Prototypes
D*
DgetPC            pr                  Like(toAmhcpc)
D  gpcSite                       2
D  gpcPC                              Like(frAmhcpc)
D*
D*
D edsFrAmh      e ds                  ExtName(Amh) Prefix(Fr)
D edsToAmh      e ds                  ExtName(Amh) Prefix(To)
D*
D cSite           s              2
D*
C     *Entry        PList
C                   Parm                    cSite
C*
C                   Clear                   ToAmh
C                   Eval      edsToAmh = edsFrAmh
C                   Eval      toAmhcpc = getPc(cSite:frAmhcpc)
C                   Eval      toAmhfpc = getPc(cSite:frAmhfpc)
C*
C                   Write     ToAmh
C*
===========================

Bill

> I am basically copying information from one file to another, but some of
> the data needs to change, and I need to break out (create) detail records
> where there are summary.




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.