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



> I have to say, for all the carping about SEU, most
>of us have not really used all it can do.

You should see the people's faces when I show them stuff like:

f mysubr f   /* Find the first instance of 'mysubr' */
f end 12 25 /* Find 'end' in factor 1 - leaves out all of the 'endnn'
operation codes.  Great for finding end tag */
f '20' 71 76 /* Find indicator 20 in the indicator columns and nowhere else.
*/

It pays to know the columns in RPG-fixed.

Copy an L1 subroutine as the basis for L2:
cc...cc...b  /* Copy a block */
xx...xx   /* exclude the newly copied block */
c L1 L2 a x  /* change all L1 references to L2, but only within the excluded
block */
F5   /* show all lines again */

  --buck




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.