Wiley.com
Print this page Share

Rexx Programmer's Reference

ISBN: 978-0-7645-7996-7
Paperback
720 pages
March 2005
Rexx Programmer's Reference (0764579967) cover image
This title is out-of-print and not currently available for purchase from this site.

Do you think you've discovered an error in this book? Please check the list of errata below to see if we've already addressed the error. If not, please submit the error via our Errata Form. We will attempt to verify your error; if you're right, we will post a correction below.

ChapterPageDetailsDatePrint Run
Cover Error on Cover
the Foreword is by Michael Cowlishaw, the creator of the REXX programming language

should be:

the Foreword is by Mark Hessling, author of several REXX addons
10/13/08
41 Typo in Text
On page 41, the 3rd paragraph under Call Statements, the word "to" is missing from the second sentence.

It should read:

The one difference is that a function must return a value to the caller by its return instruction, where a subroutine may elect to do so.
2/11/10
115 Typo
uninitialized

should be:
uninitialize

Correct sentence:
"If you ever need to uninitialize a Rexx variable yourself, code the drop instruction:"
04/20/07
119, 123 Error in Examples
page 119:
arg string .

should be:
arg string

AND

page 123:
parse arg string .

should be:
parse arg string
04/20/07
177 Typo
IBM Rationale

should be:
IBM Rational
04/20/07

Related Titles

General Programming & Software Development

by Eric Foster-Johnson, John C. Welch, Micah Anderson
by Adrian Kingsley-Hughes, Kathie Kingsley-Hughes
by Jean-Luc David, Tony Loton, Erik Gunvaldson, Christopher Bowen, Noah Coad, Darren Jefford
by Lucinda Dykes, Ed Tittel
Back to Top