Published by CreateSpace Independent Publishing Platform, 2013
ISBN 10: 1490536078 ISBN 13: 9781490536071
Language: English
Seller: World of Books (was SecondSale), Montgomery, IL, U.S.A.
Condition: Very Good. Item in very good condition! Textbooks may not include supplemental items i.e. CDs, access codes etc.
Published by CreateSpace Independent Publishing Platform, 2013
ISBN 10: 1490536078 ISBN 13: 9781490536071
Language: English
Seller: Orion Tech, Kingwood, TX, U.S.A.
paperback. Condition: Good.
Published by Createspace Independent Publishing Platform, 2013
ISBN 10: 1490536078 ISBN 13: 9781490536071
Language: English
Seller: ThriftBooks-Dallas, Dallas, TX, U.S.A.
Paperback. Condition: As New. No Jacket. Pages are clean and are not marred by notes or folds of any kind. ~ ThriftBooks: Read More, Spend Less.
Published by CreateSpace Independent Publishing Platform, 2013
ISBN 10: 1490536078 ISBN 13: 9781490536071
Language: English
Seller: GreatBookPrices, Columbia, MD, U.S.A.
Condition: As New. Unread book in perfect condition.
Published by Createspace Independent Publishing Platform, 2012
ISBN 10: 1479104779 ISBN 13: 9781479104772
Language: English
Seller: ThriftBooks-Dallas, Dallas, TX, U.S.A.
Paperback. Condition: Very Good. No Jacket. Former library book; May have limited writing in cover pages. Pages are unmarked. ~ ThriftBooks: Read More, Spend Less.
Published by Createspace Independent Publishing Platform, 2012
ISBN 10: 1479104779 ISBN 13: 9781479104772
Language: English
Seller: ThriftBooks-Dallas, Dallas, TX, U.S.A.
Paperback. Condition: Good. No Jacket. Former library book; Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, Spend Less.
Published by CreateSpace Independent Publishing Platform, 2013
ISBN 10: 1490536078 ISBN 13: 9781490536071
Language: English
Seller: GreatBookPrices, Columbia, MD, U.S.A.
Condition: New.
Published by CreateSpace Independent Publishing Platform, 2012
ISBN 10: 1479104779 ISBN 13: 9781479104772
Language: English
Seller: GreatBookPrices, Columbia, MD, U.S.A.
Condition: New.
Published by CreateSpace Independent Publishing Platform, 2012
ISBN 10: 1479104779 ISBN 13: 9781479104772
Language: English
Seller: GreatBookPrices, Columbia, MD, U.S.A.
Condition: As New. Unread book in perfect condition.
Published by CreateSpace Independent Publishing Platform, 2013
ISBN 10: 1490536078 ISBN 13: 9781490536071
Language: English
Seller: Ria Christie Collections, Uxbridge, United Kingdom
Condition: New. In.
Published by CreateSpace Independent Publishing Platform, 2013
ISBN 10: 1490536078 ISBN 13: 9781490536071
Language: English
Seller: GreatBookPricesUK, Woodford Green, United Kingdom
Condition: New.
Published by CreateSpace Independent Publishing Platform, 2013
ISBN 10: 1490536078 ISBN 13: 9781490536071
Language: English
Seller: GreatBookPricesUK, Woodford Green, United Kingdom
Condition: As New. Unread book in perfect condition.
Published by CreateSpace Independent Publishing Platform, 2012
ISBN 10: 1479104779 ISBN 13: 9781479104772
Language: English
Seller: GreatBookPricesUK, Woodford Green, United Kingdom
Condition: New.
Published by CreateSpace Independent Publishing Platform, 2012
ISBN 10: 1479104779 ISBN 13: 9781479104772
Language: English
Seller: GreatBookPricesUK, Woodford Green, United Kingdom
Condition: As New. Unread book in perfect condition.
Published by Createspace Independent Publishing Platform, 2013
ISBN 10: 1490536078 ISBN 13: 9781490536071
Language: English
Seller: CitiRetail, Stevenage, United Kingdom
Paperback. Condition: new. Paperback. The REXX programming language includes built-in functions that simplify programming. REXX Functions let you manipulate data strings or do mathematics simply with a minimum of programming effort.This book explains 78 REXX functions that you can use in your REXX programs. This book is about z/OS TSO REXX functions. A function is a built-in feature of the REXX language. Functions are always available to you when you are writing your program. They provide an easy way to manipulate data strings or to perform arithmetic on numbers. Using functions simplifies programming and provides reliability, because the functions were created and tested by the software manufacturer (IBM.) The Index is not like most indexes that list only language features alphabetically. They are no help if you don't know the name of the language feature. This index shows the common English language name for a feature, for example, "Convert decimal number" points you to the REXX equivalent D2C. You don't have to know that D2C means "Convert decimal number to character" in order to use the index. The examples are simple and clear and will show you the different ways to invoke, or use REXX functions in a REXX program. To aid you in finding the function that you need, one chapter is devoted to listing the functions, classified by what they do. Each of the built-in functions is shown in detail with examples of use. The functions are shown alphabetically.As a bonus, I've included several supplementary chapters to make life easier for the REXX programmer: 1. How to write REXX macros.2. Compatibility Issues across platforms.3. Precedence of Operators. What REXX processes first, in complex expressions?4. How to execute TSO Commands, in Native Mode (Ready Mode) TSO, in ISPF Option 6, on the command line on ISPF panels, and in batch.5. How to specify Dataset names in TSO commands, in REXX, and CLISTs. An explanation of TSO naming conventions.6. The TSO commands that you are likely to use in your REXX programs, arranged by their function, with clear and simple examples. Shipping may be from our UK warehouse or from our Australian or US warehouses, depending on stock availability.
Published by Createspace Independent Publishing Platform, 2012
ISBN 10: 1479104779 ISBN 13: 9781479104772
Language: English
Seller: CitiRetail, Stevenage, United Kingdom
Paperback. Condition: new. Paperback. This book will teach you how to write programs in the REXX language on IBM mainframe computers. It is useful for technical, applications, and maintenance programmers working on new or legacy code written in the REXX language. It describes the REXX programming language for TSO, MVS, OS/390 and z/OS. (IBM mainframe operating system environments). The book quickly gets you writing programs in REXX. It covers all REXX language elements, all TSO built-in functions, and the more important built-in REXX functions. This book was written and published by the author of "REXX in the TSO Environment." The REXX Language on TSO improves on "REXX in the TSO Environment" in every way: it clarifies important points; it is better organized, and gives better examples. REXX is a high-level scripting language created in the 1980's by IBM for the IBM mainframe operating systems CMS and MVS. It quickly gained popularity and expanded into other environments such as Netview, CICS, AIX, QMF, VSE. REXX is often used for prototyping applications, front-ending operating system commands and TSO/ISPF panel applications. Its flexibility and clear straightforward syntax make it a welcome replacement for IBM utility programs. REXX is generally not used for high-volume business applications because of its performance limitations with respect to compiled or assembled languages. REXX is able to read and write sequential files and/or PDS members. It contains all programming language features, including the ability to do calculations with decimal numbers to any precision. It is especially useful in manipulating character strings in free-column format. There is a chapter containing examples of REXX programs, macros, and user-written functions. Explanations of the code are shown on the facing page. Shipping may be from our UK warehouse or from our Australian or US warehouses, depending on stock availability.
Published by Createspace Independent Publishing Platform, 2013
ISBN 10: 1490536078 ISBN 13: 9781490536071
Language: English
Seller: PBShop.store US, Wood Dale, IL, U.S.A.
PAP. Condition: New. New Book. Shipped from UK. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000.
Published by Createspace Independent Publishing Platform, 2013
ISBN 10: 1490536078 ISBN 13: 9781490536071
Language: English
Seller: PBShop.store UK, Fairford, GLOS, United Kingdom
PAP. Condition: New. New Book. Delivered from our UK warehouse in 4 to 14 business days. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000.
Published by CreateSpace Independent Publishing Platform, 2012
ISBN 10: 1479104779 ISBN 13: 9781479104772
Language: English
Seller: California Books, Miami, FL, U.S.A.
Condition: New. Print on Demand.
Published by Createspace Independent Publishing Platform, 2012
ISBN 10: 1479104779 ISBN 13: 9781479104772
Language: English
Seller: PBShop.store US, Wood Dale, IL, U.S.A.
PAP. Condition: New. New Book. Shipped from UK. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000.
Published by Createspace Independent Publishing Platform, 2012
ISBN 10: 1479104779 ISBN 13: 9781479104772
Language: English
Seller: PBShop.store UK, Fairford, GLOS, United Kingdom
PAP. Condition: New. New Book. Delivered from our UK warehouse in 4 to 14 business days. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000.
Published by Createspace Independent Publishing Platform, 2013
ISBN 10: 1490536078 ISBN 13: 9781490536071
Language: English
Seller: THE SAINT BOOKSTORE, Southport, United Kingdom
Paperback. Condition: New. This item is printed on demand. New copy - Usually dispatched within 5-9 working days 189.
Published by Createspace Independent Publishing Platform, 2012
ISBN 10: 1479104779 ISBN 13: 9781479104772
Language: English
Seller: THE SAINT BOOKSTORE, Southport, United Kingdom
Paperback / softback. Condition: New. This item is printed on demand. New copy - Usually dispatched within 5-9 working days 534.