Re: How to Change one word on a procedure on 700 fmb automatically

From: Ira D. Baxter <idbaxter_at_semdesigns.com>
Date: Wed, 21 Feb 2001 08:50:59 -0600
Message-ID: <t97l5pk1mtf5ad_at_corp.supernews.com>


This sounds like a job for Perl, if the line needing modification is essentially always the same line.

If the line is has more variability, you might want a tool that can match against language
structure (rather than Perl, which matches against text strings). For that, see the DMS
Reengineering Toolkit, which can carry out all kinds of "massive regular changes".
See http://www.semdesigns.com/Products/DMS/DMSToolkit.html.

--
Ira D. Baxter, Ph.D.,CTO           email: idbaxter_at_semdesigns.com
Semantic Designs, Inc.              web: http://www.semdesigns.com
12636 Research Blvd. C-214    voice: (512) 250-1018 x140
Austin, TX 78759-2200             fax: (512) 250-1191


"Steve" <schen_at_prodigy.net> wrote in message
news:96ur58$22po$1_at_newssvr05-en0.news.prodigy.com...

> Hi,
>
> I have problem to convert and compile form4.5 files into form6i files.
> Problem has been identified as one word need to be changed on one
procedure
> on each of 700 fmb files. The line is within a custom built procedure
> file, and the line is:
>
> RUN_PRODUCT(REPORTS,'a',SYNCHRONOUS,RUnTIME,filesystem,null,null);
>
> The change need is on first null only into '', and it can be compiled into
> form6i file.
>
> Is anyway to change it automatically? Manually doing so is almost
> impossible.
>
> Thanks for any thought.
>
> Steve
>
>
>
>
Received on Wed Feb 21 2001 - 15:50:59 CET

Original text of this message