×
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.
Personally when I do the convert to free-form I always change
unconverted opcodes MOVE,etc by hand. It's not that a tool is a bad
thing...it's just if it screws something up I have no one to blame but
me =D
Thanks,
Tommy Holden
-----Original Message-----
From: wdsci-l-bounces+tommy.holden=hcahealthcare.com@xxxxxxxxxxxx
[
mailto:wdsci-l-bounces+tommy.holden=hcahealthcare.com@xxxxxxxxxxxx] On
Behalf Of Buck
Sent: Thursday, April 26, 2007 12:33 PM
To: wdsci-l@xxxxxxxxxxxx
Subject: Re: [WDSCI-L] Convert selection to free-form
Some opcodes, such MOVE, MOVEL
Does anyone have suggestion on tools to
convert code with these statements?
It's a controversial stance, but I strongly oppose using a tool for
this. Unless you have a very complete understanding of the side effects
of each of your MOVE statements, i.e. source and target sizes and types,
the automation of MOVE to EVAL could prove an unpleasant learning
experience.
If you must convert MOVE to free form, consider doing it by hand. In my
opinion, automatically converted code is just as ugly as fixed-form code
jammed into the middle of free format. Others don't share that opinion,
which is probably a good thing.
--buck
As an Amazon Associate we earn from qualifying purchases.