Customer Reviews


12 Reviews
5 star:
 (8)
4 star:
 (1)
3 star:
 (2)
2 star:
 (1)
1 star:    (0)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


12 of 12 people found the following review helpful:
5.0 out of 5 stars Best Rexx book ever
I have used REXX extensively on mainframe and PCs. I have bought about every REXX book and manual I could find in the last 15 years. This book is not only the best REXX book ever, but one of the best computer books. As stated by the author below, the beginning is a very good introduction to all the basics with easy to follow examples. The remainder is excellent at...
Published on July 26, 2005 by MMG

versus
1 of 4 people found the following review helpful:
3.0 out of 5 stars REXX Programmer's Reference
REXX Programmer's Reference it's VERY GOOD book,but NOT FOR
MAIFRAME programmer's (like My).
Published on February 28, 2006 by Karol Filipowicz


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

12 of 12 people found the following review helpful:
5.0 out of 5 stars Best Rexx book ever, July 26, 2005
This review is from: Rexx Programmer's Reference (Programmer to Programmer) (Paperback)
I have used REXX extensively on mainframe and PCs. I have bought about every REXX book and manual I could find in the last 15 years. This book is not only the best REXX book ever, but one of the best computer books. As stated by the author below, the beginning is a very good introduction to all the basics with easy to follow examples. The remainder is excellent at teaching techniques. If you only ever have one Rexx book this should be it. Even if you already have Rexx books, this is a great addition that will not only show you some new things but become your first book to pull for reference. Ignore the negative review below, it's a not only a great diservice to the author, but to people looking for a good Rexx book and the Rexx community. This book is great and I have already sent emails about it to all my clients who use Rexx. Many thanks to you Howard Fosdick!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


29 of 34 people found the following review helpful:
5.0 out of 5 stars Author Response, April 16, 2005
This review is from: Rexx Programmer's Reference (Programmer to Programmer) (Paperback)
As the author, I'd like to respond to the review entitled "Sloppy code, typo's -- unsafe for beginners" that appears below. The reviewer criticizes the book based on only a partial reading of it. As he states, his review is based on what "...I've encountered so far," to page 214. Reading the entire 700 page book yields a different perspective.

As the book explains, its first eight chapters are a simple tutorial on Rexx. Example scripts are designed to be short, clear, simple, and readable. They rely on common Rexx conventions and defaults. They generally exclude variable declarations, error and return code checking, exception routines, and other coding features present in industrial-strength programs. In a tutorial these would needlessly complicate the code and confuse the beginner.

The reviewer appears not to have understood this. The chapters following the tutorial present the advanced features and techniques of Rexx coding that are used in writing the industrial-strength code the reviewer wants to see.

For example, chapter 8 discusses variable scoping and analyzes ways to safely interface routines. Chapter 9 covers how to develop bug-proof code using the debugging and the trace facility, while chapter 10 details how to trap and manage errors with exception routines. Chapter 14 illustrates how to analyze feedback from external commands to develop fail-safe scripts.

To specifically address the reviewer's complaints: chapter 12 discusses the need to initialize all variables in production programs. It also discusses the differing approaches to quoting he raises in his example. (Chapter 12 presents many other "best practices" for writing reliable programs, including a section on common coding errors and how to avoid them.)

The book discusses the reviewer's concern about case-sensitivity in file naming conventions at many points (pages 186, 214, 436 and 519). The reviewer has mis-read the example he cites as incorrect on page 214. The explanation following that code specifically states "This filename may or may not need to be coded in quotation marks depending on which operating system the script runs under. Unix-derived systems like Linux use case-sensitive filenames, so you will typically encode filenames in quotation marks. Windows and related systems do not require quoting filenames; they are not case-sensitive."

Concerning the reviewer's argument on the Leave and Iterate instructions: the book follows expert opinion in referring to these as "unstructured constructs." For accurate, authoritative definition of structured programming, refer to the classic works of Ed Yourdon, Edsger Dijkstra, or Ole Johan Dahl.

What's the bottom line? Is this book worthwhile? During its development the book was reviewed by about a dozen Rexx developers in its entirety, and about three dozen experts - including nearly all the luminaries in the Rexx community - provided feedback on parts of it. While there is plenty of room for differences of professional opinion and coding style, the reviewer errored in not reading the entire book before publishing his emotional, negative review.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


8 of 8 people found the following review helpful:
4.0 out of 5 stars Good Resource, March 18, 2005
By 
SKirkham (Graham, North Carolina USA) - See all my reviews
This review is from: Rexx Programmer's Reference (Programmer to Programmer) (Paperback)
Being a programmer (rather new to Rexx), I would recommend this book to New and Intermediate programmers of Rexx. This book covers Rexx on many platforms. There are many good examples throughout the book. This book is well worth the cost and a great companion to have along side with your other programming reference books.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 7 people found the following review helpful:
5.0 out of 5 stars Worth It, June 2, 2006
By 
This review is from: Rexx Programmer's Reference (Programmer to Programmer) (Paperback)
This book tries to cover as much about Rexx as possible in one book. It succeeds well considering the challenge.

PROS: Thorough coverage of the Rexx language. Lots of coding examples, good tutorial, very comprehensive reference material. Covers some special topics like interfaces, programming style, error-handling techniques, and portability issues. Includes a lot on Windows and Linux. I had fun with the section on how to program my handheld using Rexx -- yah!

CONS: Contains two-plus chapters on object Rexx, but some more advanced material would be helpful. Found some typos, but nothing important.

CONCLUSION: Just about every Rexx programmer would benefit from having a copy.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 6 people found the following review helpful:
5.0 out of 5 stars programming REXX, November 10, 2005
This review is from: Rexx Programmer's Reference (Programmer to Programmer) (Paperback)
As a mainframe REXX programmer, I was pleased to find a new REXX book. The book begins with a tutorial on standard REXX features. It then gets into different platforms, interfaces, function libraries and object REXX. The dozen appendices give coding guides to functions, instructions and extended functions. I found the example programs clear enough and easy to run on my pc. The book tells you where to download them from (free). If they come out with a second edition I would like to see more NetREXX examples, tho I admit the book is pretty hefty as it is.


Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 5 people found the following review helpful:
5.0 out of 5 stars A good reference, April 10, 2005
By 
B Doors (The Valley, U.S.) - See all my reviews
This review is from: Rexx Programmer's Reference (Programmer to Programmer) (Paperback)
What's nice about this book is that you can code from it. It's
got 13 appendixes that cover REXX instructions, functions,
external functions, and so on, all with examples of how to code
them.

The book contains many complete example scripts. These are
written in a style that seems to favour 'readability' and
'ease of use' over 'portability.' I would tend more to favour
portability, but then again I work in an multi-vendor
organisation. REXX is one flexible language.

I give this book 5 stars mainly because it covers so many
different aspects of REXX. It's the only one I know of that
covers open source REXX. At some 700 pages for less than
$30 I only wish other technical books were this price.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 3 people found the following review helpful:
5.0 out of 5 stars Recommend Rexx book, May 14, 2005
By 
Julie Chen (Milwaukee/Chengsa) - See all my reviews
This review is from: Rexx Programmer's Reference (Programmer to Programmer) (Paperback)
I am long time Perl programmer. I buy this book after reading author articleon Rexx. Theres more to rexx than I thought. This book is recommend it starts easy then it tells you secrets of Rexx. I stay with Perl (they pay for me to do it) but Rexx is very good language. Highly recommend.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
5.0 out of 5 stars A Really Good Rexx book, November 2, 2005
This review is from: Rexx Programmer's Reference (Programmer to Programmer) (Paperback)
At long last, a new REXX book that really tells you how to use the language.

So far as I know, this is the only REXX book with programs written for Linux, Windows, and handhelds. It also covers object REXX, mainframe REXX, and programming with interfaces for web servers, XML, databases, and GUIs.

I learned some things I didn't know from this book and find it a useful reference.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars Rexx Programmer's Reference (Programmer to Programmer), May 23, 2010
Amazon Verified Purchase(What's this?)
This review is from: Rexx Programmer's Reference (Programmer to Programmer) (Paperback)
Excellent book. I would suggest for the folks who wants to learn more about REXX programming.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 4 people found the following review helpful:
3.0 out of 5 stars REXX Programmer's Reference, February 28, 2006
By 
This review is from: Rexx Programmer's Reference (Programmer to Programmer) (Paperback)
REXX Programmer's Reference it's VERY GOOD book,but NOT FOR
MAIFRAME programmer's (like My).
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

This product

Rexx Programmer's Reference (Programmer to Programmer)
Rexx Programmer's Reference (Programmer to Programmer) by Howard Fosdick (Paperback - March 11, 2005)
$39.99 $22.65
In Stock
Add to cart Add to wishlist