Geometry.Net - the online learning center
Home  - Basic_R - Rexx Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 1     1-20 of 109    1  | 2  | 3  | 4  | 5  | 6  | Next 20
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

         Rexx Programming:     more books (31)
  1. Programming in REXX by Charles Daney, 1990
  2. Modern Programming Using Rexx by Robert P. O'Hara, David Roos Gomberg, 1988-02
  3. Object-Oriented Programming With Rexx by Tom Ender, 1997-01
  4. Rexx Programmer's Reference (Programmer to Programmer) by Howard Fosdick, 2005-03-11
  5. Vm/Esa Gui Facility Developer's Guide Rexx and C++ Gui Programming by IBM Redbooks, 1996-10
  6. The REXX Language: A Practical Approach to Programing (2nd Edition) by Michail Cowlishaw, 1990-03-02
  7. Practical Usage of Rexx (Ellis Horwood Series in Computers and Their Applications) by Anthony S. Rudd, 1991-01
  8. Teach Yourself Rexx in 21 Days (Sams Teach Yourself) by William F. Schindler, Esther Schindler, 1994-10
  9. The Rexx Handbook (J Ranade Ibm Series) by Gabriel Goldberg, Philip H. Smith, 1992-02
  10. Rexx in the Tso Environment (The Qed Ibm Mainframe Series) by Gabriel F. Gargiulo, 1993-02
  11. Rexx: Advanced Techniques for Programmers (J Ranade Ibm Series) by Peter C. Kiesel, 1992-09
  12. Object Rexx for Windows Nt and Windows 95 (IBM ITSO Red Book) by Ueli Wahli, Ingo Holder, et all 1997-03
  13. The Rexx Cookbook: A Tutorial Guide to the Rexx Language in OS 2 & Warp on th IBM Personal Computer by Merrill Callaway, 1995-04
  14. Writing Vx-Rexx Programs/Book and Cd-Rom by Ronny Richardson, 1995-01

1. Rexx Tutorial
This is an introductory tutorial to the rexx programming language. Note thisbook is commonly referenced within the rexx programming community as TRL2
http://www.kilowattsoftware.com/tutorial/rexx/
Kilowatt Software's Classic Rexx Tutorial Language Level 4.00 (TRL-2)
Index
This is an introductory tutorial to the Rexx programming language. The following links are organized to introduce concepts for new Rexx programmers. Proceed down the columns and then to the right. Advanced programmers can reference a specific link, as necessary. Hint: you can use the Tab key to sequence through the links.
Introduction:
This tutorial describes classic features of the Rexx language. The intent of the tutorial is to enable you to become a proficient Rexx program developer, without any initial expense. The tutorial is not a document of a specific Rexx implementation. Many implementation-specific considerations are highlighted within the tutorial. Rexx is a programming language that was developed over a ten year period, with extensive personal effort by IBM's Michael Cowlishaw Click here to review the background history of the Rexx language.

2. ONLamp.com: Rexx: Power Through Simplicity
Article by Howard Fosdick shows off several features of the rexx programming language.
http://www.onlamp.com/pub/a/onlamp/2005/05/26/rexx.html
Sign In/My Account View Cart Articles Weblogs ... Web 2.0 Conference 2005 October 5-7, 2005, San Francisco, CA Search ONLamp.com
All of O'Reilly
Login

Register

Manage Newsletters

Register Your Books
Sponsored Zones
Novell Learning Channel
What are those funny green links? Essentials All Articles What is LAMP? The Best of ONLamp.com Register ... Linux Commands
Headlines Developer Transition Resource Center Now Open New Developer Transition Kit Available New ADC Article: Adopting Universal Binaries
ONLamp Subjects Linux Apache MySQL Perl ... Security
ONLamp Topics All Articles App Development Database Programming ... Sys Admin
Sites codezoo.com Databases LinuxDevCenter.com MacDevCenter.com ... WebServices.XML.com Affiliate Sites LinuxQuestions.org OSDir.com Servlets.com Resource Centers Bioinformatics C/C++ Databases Digital Media ... Understanding the Linux Kernel Print Email Discuss Add to Project Trackbacks Blog this Tags: rexx scripting programming language ... Bookmark with del.icio.us
Rexx: Power Through Simplicity
by Howard Fosdick Here's a quick quiz. Which scripting language ...
  • Runs on virtually all platforms and operating systems?
  • 3. IBM Hursley Laboratories WWW2 Server
    these links will take you to them Rexx The rexx programming language. ORexx The Object rexx programming language
    http://tmsyn.wc.ask.com/r?t=an&s=hb&uid=24312681243126812&sid=343126

    4. R4(TM) -- Classic Rexx, For Windows(R) Environments
    rexx programming language,interpreter. This allows you to send your chilledREXX programs to others, without allowing them to see your source code !
    http://www.kilowattsoftware.com/r4Page.htm
    Welcome to Kilowatt Software's "The REXX Language A Practical Approach to Programming [Second edition]" by Michael Cowlishaw ISBN 0-13-780651-5
    and a lot more ! Click here for a summary of the Click here
    it's
    You'll also be able to download:
    If you are unfamiliar with Rexx see
    Kilowatt Software's extensive and free
    Classic Rexx
    programming tutorial Classic Rexx features as per TRL-2
    • All statement types
    • All built-in functions
    • All operators
    • Win32 command initiation
    • Arbitrary precision arithmetic
    • Excellent text parsing capabilities
    • Excellent string composition
    • Natural hexadecimal and binary literals
    • Integrated trace facility
    • Condition handling
    TRL-2 is "The REXX Language ..." book cited above Numerous examples Disk space utilization, date selection, date conversion/calculation, metric conversions, loan calculation, compound interest, annuity value, HTML text generation, statistical analysis, factors, quadratic formula, kinematic equation solver (Physics), Palm OS blackjack, and more. Excellent string transformations will be your 1st choice for many text file transformations.

    5. The Rexx Language
    IBM's official Rexx site. With news, background, books, tutorials, documentation and extensive links.
    http://tmsyn.wc.ask.com/r?t=an&s=hb&uid=24312681243126812&sid=343126

    6. Advanced REXX Programming
    The first is how to structure data internally in a REXX program using various The second main topic is how to structure REXX programs themselves into
    http://www.quercus-sys.com/advrexx.htm
    Paper on advanced REXX programming
    In May, 1994 Quercus Systems' Personal REXX developer Charles Daney wrote a paper on advanced REXX programming for presentation at the 1st Annual OS/2 World Conference in 1994, sponsored by Miller-Freeman. The paper was reprinted in the proceedings of the conference. Since the paper may be of interest to a much wider audience than those who attended the conference and received the proceedings, we are making it available here for download. The paper deals primarily with two topics. The first is how to structure data internally in a REXX program using various techniques for handling REXX compound variables, with special emphasis on using native REXX facilities for handling database-like applications without the use of an external database manager. Some of the subtopics covered include:
    • how REXX allows structuring of data
    • general explanation of REXX compound variables
    • a detailed case study of managing a book database in REXX
    • Quercus Systems' REXXLIB functions that facilitate working with compound variables
    The second main topic is how to structure REXX programs themselves into multiple files in order to realize the advantages of modularity. This includes the use of interprocess communication techniques for coordination among a group of REXX programs running as separate processes under OS/2.

    7. The Rexx Language Association - Home
    RexxLA) is an independent, nonprofit organization dedicated to promoting the use and understanding of the rexx programming language.
    http://tmsyn.wc.ask.com/r?t=an&s=hb&uid=24312681243126812&sid=343126

    8. Quercus Systems Home Page
    rexx programming Tips and Techniques
    http://tmsyn.wc.ask.com/r?t=an&s=hb&uid=24312681243126812&sid=343126

    9. Advanced REXX Programming
    Paper on advanced rexx programming
    http://tmsyn.wc.ask.com/r?t=an&s=hb&uid=24312681243126812&sid=343126

    10. The Rexx Language Association - Links
    Ian Collier s Rexx page with an introduction to Rexx, programming in Rexx and ProTech s newest Rexx course, Introduction to Object rexx programming .
    http://www.rexxla.org/Links/links.html
    Rexx Links Links grouped: General Frank Ellermann's homepage featuring KEXX and Rexx scripts. A Rexx page for Dutch users Mike Cowlishaw's Rexx Language Page Object Rexx homepage [IBM] NetRexx homepage [IBM] The Rexx Frequently Asked Questions Mark Hessling's Cross-platform Rexx related tools page including:
      Regina - cross platform Rexx interpreter
      THE
      - XEDIT/KEDIT like editor that uses Rexx for macros
      Rexx/SQL
      - Rexx extension for accessing SQL database
      Rexx/Curses
      - Rexx extension for building text-mode user interfaces
      Rexx/DW
      - Rexx extension for building GUI applications
      Rexx/Wrapper
      - tool for builing native executable programs from Rexx programs (does not compile Rexx code)
      Rexx/cURL
      - Rexx extension for doing HTTP, FTP, LDAP etc accesses
    Ian Collier's Rexx page with an introduction to Rexx, programming in Rexx and links to other Rexx information. C F S Rexx home page [C F S Nevada, Inc] Aviar Inc. publish an excellent introduction to Object REXX: Object REXX by Example Merrill Callaway's Rexx Cookbook page (Merrill is currently "cooking up" a new Cookbook page). In the meantime, his book is available at:

    11. Jax RCFB Rexx Programming Language Page
    Rexx links and a few downloads.
    http://www.well.com/user/jax/rcfb/rexx.html
    RCFB Top Page
    Jax RCFB Rexx Programming Language Page
    Inclusion of any links or software on any RCFB page doesn't mean we endorse or even have used any of this stuff, unless stated otherwise explicitly. This page is designed to be browsable using a text-mode browser
    Downloads
    As with all free software on the RCFB, there is No Warranty and No Guarantee on these free downloads.
    FTPBATCH.CMD
    Allows you to script FTP transfers using OS/2's RxFTP API.
    POPD.CMD
    Pops current directory from directory stack. Get PUSHD.CMD, too. OS/2 only at present.
    PUSHD.CMD
    Pushes current directory to directory stack and changes directory. Get POPD.CMD, too. OS/2 only at present.
    QREXSRC.RXSH
    A miminal interactive shell in Rexx used on the AS/400. Updated 2000-07-28.
    STEMITER.CMD
    Iterate with DO over key/value stem elements in classic Rexx.
    Rexx Resources on the Net
    Resources are listed alphabetically. For pages named after their proprietors, the alphabetization is by surname
    • Dennis Bareis's Home Page offers very sophisticated Rexx code samples, also general free/shareware OS/2 and microcomputer software and other downloadables. CFS Home Page . CFS is the company of Dick Goran, author of the Rexx Reference Summary Handbook.

    12. CA Updates Unicenter Offerings InfoWorld News 2004-12-06 By
    Hodgson also said CA will begin to add support for the rexx programming environment with the new products and that support will be spread
    http://tmsyn.wc.ask.com/r?t=an&s=hb&uid=24312681243126812&sid=343126

    13. IBM Software - IBM REXX Family - Family Overview
    BUBL LINK Computer programming rexxObject Rexx Selection of tutorials about the rexx programming language. AuthorIBM Subjects computer programming - rexx DeweyClass 005.133
    http://rexx.hursley.ibm.com/rexx
    Country/region select Home Products My account ... Support
    Related software z/OS Linux at IBM IBM AIX Related hardware Mainframe servers (zSeries) Personal computing Warranty info Software ... Software Development
    IBM REXX Family
    IBM REXX makes programming easier and simpler. It is the product of choice for the experienced professional and for the beginning programmer.
    Select a Product Object REXX Compiler and Library for REXX on zSeries REXX for VSE REXX for CICS Products Object REXX
    IBM Object REXX is an object-oriented programming language that is upwardly compatible with classic REXX languages. Compiler and Library for REXX on zSeries
    The Compiler for REXX on zSeries is a high-level language compiler that provides significant benefits during program development and when running the program. It translates REXX source programs into compiled programs. The Library for REXX on zSeries contains routines that the compiled programs call. REXX for VSE
    REXX/VSE specifically provides - in addition to the standard kernel - VSE dependant commands and functions, that enable REXX to be used for all kinds of system management purposes, especially to automate operation of your VSE system. REXX for CICS
    With REXX for CICS, it is now practical to perform end-user computing, prototyping and application development directly within the CICS environment.

    14. IBM Software - A-Z
    PC DOS 2000’s rexx programming Language
    http://www-3.ibm.com/software/os/dos/psm951sa.html
    Country/region select Home Products My account ... News
    Communities: IBM Business Partners ISVs Developers Warranty info
    Software
    Overview Solutions Products by category Products A-Z You may also browse by Lotus Rational Tivoli WebSphere product names. See support for a comprehensive list of supported products.
    A B C D E ... I J K L M N O ... P Q R S T U ... X Y Z Learn about Trials and betas How to buy ... Support Application Performance Analyzer for z/OS Learn about How to buy Support Application Support Facility Learn about How to buy Support Application Workload Modeler Learn about Trials and betas How to buy Support Ascential DataStage Currently called WebSphere DataStage Ascential DataStage TX Currently called WebSphere DataStage TX Ascential Enterprise Integration Suite Currently called WebSphere Data Integration Suite Ascential ProfileStage Currently called WebSphere ProfileStage Ascential QualityStage Currently called WebSphere QualityStage Learn more about the IBM software brands Webcast
    IBM WebSphere grid-based computing
    IDC Insight: Domino Effect
    Lotus drives IBM's software performance 2Q05
    More related offers
    About IBM
    Privacy ... Contact

    15. Rex Swain's REXX Summary
    Summary of REXX Functions, Syntax, Symbols, Operators, and Instructions
    http://tmsyn.wc.ask.com/r?t=an&s=hb&uid=24312681243126812&sid=343126

    16. Jax RCFB Rexx Programming Language Page
    Rexx links. Please read all disclaimers on http//www.well.com/~jax/rcfb.
    http://www.well.com/~jax/rcfb/rexx.html
    RCFB Top Page
    Jax RCFB Rexx Programming Language Page
    Inclusion of any links or software on any RCFB page doesn't mean we endorse or even have used any of this stuff, unless stated otherwise explicitly. This page is designed to be browsable using a text-mode browser
    Downloads
    As with all free software on the RCFB, there is No Warranty and No Guarantee on these free downloads.
    FTPBATCH.CMD
    Allows you to script FTP transfers using OS/2's RxFTP API.
    POPD.CMD
    Pops current directory from directory stack. Get PUSHD.CMD, too. OS/2 only at present.
    PUSHD.CMD
    Pushes current directory to directory stack and changes directory. Get POPD.CMD, too. OS/2 only at present.
    QREXSRC.RXSH
    A miminal interactive shell in Rexx used on the AS/400. Updated 2000-07-28.
    STEMITER.CMD
    Iterate with DO over key/value stem elements in classic Rexx.
    Rexx Resources on the Net
    Resources are listed alphabetically. For pages named after their proprietors, the alphabetization is by surname
    • Dennis Bareis's Home Page offers very sophisticated Rexx code samples, also general free/shareware OS/2 and microcomputer software and other downloadables. CFS Home Page . CFS is the company of Dick Goran, author of the Rexx Reference Summary Handbook.

    17. REXX Tips & Tricks, Version 2.80
    About rexx programming, mostly under OS/2. Converted from INF to HTML as of september 1998.
    http://www.markcrocker.com/rexxtipsntricks/rxtt28.1.toc.html
    0.9b (c) 1995 Peter Childs

    18. Rexx Tutorial
    Index This is an introductory tutorial to the rexx programming language. Alphabetic instruction index. Alphabetic builtin function index
    http://tmsyn.wc.ask.com/r?t=an&s=hb&uid=24312681243126812&sid=343126

    19. Open Object Rexx - About
    When a Rexx program executes, its language processor reads each statement fromthe source The rexx programming language covers several application areas
    http://www.oorexx.org/
    ooRexx logo by Julian Choy About Products Download Support ... Project Charter
    About Open Object Rexx
    What is Open Object Rexx?
    Open Object Rexx ( ooRexx ) is an Open Source project managed by Rexx Language Association (RexxLA) providing a free implementation of Object Rexx.
    ooRexx is distributed under Common Public License (CPL) v1.0 . Object Rexx is an enhancement of classic Rexx; a powerful, full-featured programming language which has a human-oriented syntax. The Open Object Rexx interpreter allows you to write programs procedurally as well as in an object-oriented fashion. Its main benefits include:
    • Easy to use and easy to learn Upwardly compatible with classic Rexx The ability to issue commands to multiple environments Offers powerful functions Based on English-like commands Enhanced with full object orientation Designed for object-oriented programming, and also allows Rexx conventional programming Provides a standard Rexx API to develop external function libraries written in C
    What Rexx Offers
    The following aspects of Rexx round out its versatility and function:
    • An English-like language : To make Rexx easier to learn and use, many of its instructions are meaningful English words. Unlike some programming languages that use abbreviations and large numbers of punctuation characters, Rexx instructions are common words, such as SAY, PULL, IF...THEN...ELSE, DO...END, and EXIT.

    20. LISTSERV At The University Of Georgia
    rexx programming discussion list, archives and subscription.
    http://listserv.uga.edu/archives/rexxlist.html
    Archives of REXXLIST@LISTSERV.UGA.EDU
    REXX Programming discussion list

    A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

    Page 1     1-20 of 109    1  | 2  | 3  | 4  | 5  | 6  | Next 20

    free hit counter