|
The American Programmer | |
| Home | Programming | Books for Computer Professionals | Privacy | Terms |
| Home > Programming > The REXX Files |
REXX is a scripting language found in many platforms, including MVS, OS/390, Z/OS, CMS, VSE, CICS, Windows, Unix, Linux, AS/400, and others.
REXX is generally interpreted, which makes development easy, but gives a performance penalty.
Compilers are available for REXX.
REXX has all the facilities of a complete programming language.
REXX is particularly good for processing data strings.
REXX is not datatyped: all variables may contain any type of data.
REXX data is either character (string) data or numeric.
There is only one type of numeric data in REXX.
Numeric data in REXX is processed internally in floating decimal format, so conversion does not take place.
There is information here about REXX books and programming.
The REXX Language on TSO By Gabriel F. Gargiulo
Available at Amazon.com and other booksellers. (Published August 2012).
REXX for mainframe IBM MVS, OS/390, Z/OS, TSO. Since there was so much demand for my TSO REXX book, "REXX in the TSO Environment," I decided to write a new one. This book will teach you the REXX language on TSO. If you need REXX for another operating system, you can learn REXX with this book because the differences are minor.
|
REXX Reference book By Carmandi and Gargiulo
All REXX functions, instructions, reserved variables.
Built-in functions for OS/2, TSO and CMS.
Clear, useful examples of all REXX features.
Compatibliity issues across platforms.
|
Dialogue Manager Book, with REXX
Books on REXX, Object REXX software with reviews and ordering information
Writing TSO/ISPF Editor Macros with REXX
Running REXX in Batch with JCL
Setting up to Execute REXX on TSO/ISPF
Using REXX with the QMF Calc Panel
The REXX Language Page at IBM.
Regina REXX. Excellent implementation of REXX for several platforms. Download Regina REXX here
REXX Language Association's Newsletter
REXX Language Association Links
Get r4 (r) a classic REXX interpreter plus other interesting software! From Kilowatt Software
Webopedia. If you do a search on REXX language here, you'll find a lot of useful things.
Site by Thierry Fallisard with links about REXX
Site by a REXX nut named - REX!
CBT Tape Home Page - MVS Freeware
Top of Page
![[Line]](http://touniteamerica.com/pixtap/rwb2_line.gif)
|
Home
|
Programming
|
Books for Computer Professionals
|
Privacy
|
Terms
|
|
Site Map
|
Programming Manuals and Tutorials
|
The REXX Files
| Top of Page
|