REXX Algorithms.
----------------

I work as a systems programmer for MVS security systems and I work quite
often under both TSO and OS/2 systems (environments). That's why I'm so 
happy to have Rexx - I must write my programs only once and they work 
on these two systems.

I've written already a lot of Rexx programs. Doing this I wrote 
many simple but rather useful Rexx subroutines. They are both 
common well-known algorithms and my own solutions for Rexx specific problems.
 
I think that many Rexx programmers can use these subroutines to solve 
their problems and they must not develop these things once again.

I have placed the same subroutines into two files:
- first, as plain text into the Rexx command file named RXALGO01.CMD
- secondly, as code templates in the function file for GREED, named
  RXALGO01.FNC (INI format).

GREED - General Rexx Extended Editor - is a developer's tool to 
write, store and control of code templates. It can be used to control the code
sections for all programing languages. You can find it in the
CompuServe forum OS2USER (library: Open forum) under the name GREED.ZIP.

If you have any questions or suggestions, you can reach me under the following
address:

  Janosch R. Kowalczyk
  Oberwaldstr. 42
  63538 Grosskrotzenburg / Germany
  Tel: +49 (0)6186 201676
  Compuserve: 101572,2160
 

Enjoy!

Janosch

=============================================================
Disclaimer.

This package is provided as is, without any guarantees or
warrantees whatsoever. The author is not liable or responsible 
for any loss or damage of any kind whatsoever, including, but
not limited to, losses of a financial, physical, emotional,
marital, social, or mental nature that may result from the
use or the purported use of anything in this package, for any
purpose whatsoever. 

Thanks to Michael Schillingford for this wording.

