Geometry.Net - the online learning center
Home  - Basic_R - Rexx Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 1     1-20 of 103    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. Advanced REXX Programming
Paper on advanced rexx programming. techniques for sharing data among a group ofrelated REXX programs; using OS/2 semaphores for coordinating access to data;
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.

2. The American Programmer.com Programming Manuals And Tutorials: REXX, MVS, TSO, O
programming manuals and tutorials for REXX, MVS, TSO, OS/390, OS/2, Netrexx Home Programming Manuals REXX. Programming Manuals and Tutorials. REXX. REXX is a powerful scripting language used in many of IBM's
http://www.theamericanprogrammer.com/programming/manuals.rexx.html
The American Programmer Home Programming Books for Computer Professionals Privacy ... Manuals > REXX
Programming Manuals and Tutorials
REXX
REXX is a powerful scripting language used in many of IBM's platforms. It is generally interpreted and is suitable for small-volume tasks. It is easy to learn and user-friendly. Often used to create batch files that execute system commands, such as TSO Line Mode commands or TSO/ISPF Services commands. For answers of greater depth, look at these books for computer professionals. the only current book on TSO/ISPF Dialogue Manager , the only current book on REXX for TSO. Look over these IBM Redbooks for up-to-date technical information. Manuals are being added all the time. Suggest a manual using the link to webmaster at the bottom of the page.

This page last modified 05/20/04
REXX Manuals and Tutorials
Top of Page All IBM Manuals on REXX z/OS V1R4.0 Using REXX and z/OS UNIX System Services(SA22-7806-03). IBM Bookmgr Bookshelf: z/OS V1R4.0 TSO/E REXX Reference ... Top of Page var x = 0; All IBM Manuals on REXX
z/OS V1R4.0 Using REXX and z/OS UNIX System Services

3. The Rexx Language Association - Home
Welcome to the Rexx Language Association website! The Rexx Language Association (RexxLA) is an independent organization dedicated to promoting the use and understanding of the rexx programming language. International Rexx Symposium will celebrate the 25th anniversary of the rexx programming language!
http://www.rexxla.org/
Welcome to the Rexx Language Association website!
The Rexx Language Association (RexxLA) is an independent, non-profit organization dedicated to promoting the use and understanding of the Rexx programming language. For more information about RexxLA and to learn how to join, visit our About RexxLA page. Each year RexxLA organizes the Symposium to provide a focal point for information about the Rexx family of languages and a venue for networking and collaboration among members of the Rexx community.
The 15th Annual International Rexx Symposium
was another memorable event
The 2004 International Rexx Symposium was held for the second time in Germany, from May 2nd - May 6th; this time to celebrate the 25th Anniversay of the Rexx programming language. The team from the IBM Development Lab in were our magnificant hosts. Due to the number of excellent presentations offered for this year's Symposium an extra day was added to the Symposium schedule to fit them all in. Among the notable speakers were two patriarchs in their fields:

4. Jax RCFB Rexx Programming Language Page
Jax RCFB rexx programming Language Page. The humorous and excellent Learnrexx programming in 56,479 Easy Steps. Mark Hessling s Home Page .
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.

5. PASUG: REXX Study Program
or improve our knowledge of the rexx programming language. The course of study will involve Open Directory Computers Programming Languages Rexx Interpreters. About these notes
http://www.phillyos2.org/rexx.html
Home Page
About OS/2
Past Meetings Software We Use ... New Software
REXX Study Program
Our group has initiated a program to learn or improve our knowledge of the REXX programming language. The course of study will involve lectures on a topic at our monthly meetings, assignment of a set of problems on that topic, and then self-study in between meetings. Lesson notes and the problem sets will be posted on this page, so that members who cannot attend a meeting or OS/2 users from other parts of the world can participate. A message board has been set up for interaction between meetings so that peer-to-peer help will be available. This effort is collaborative and evolving, and it depends on the participation and suggestions of everyone who is interested. Lesson plans are being developed by member Barry Mann who is generously donating his time to this effort. Your first step is to review the background information in the Outline of the REXX Group below. Then look at the lessons and problem sets below and begin working on the problems. [Note: Links on this page open into a new browser window.]

6. REXX Tips And Techniques
REXXLIB product. Programming in REXX. And then, of course, there isour book. It ways to proceed. Paper on advanced rexx programming.
http://www.quercus-sys.com/rexxtnt.htm
REXX Tips and Techniques
Personal REXX has been on the market since 1985 - over 10 years. In that time, we have handled thousands of calls on our support lines, and read tens of thousands of messages about REXX in various online discussion groups, such as CompuServe and Usenet. Questions usually fall into one or two of a few categories, such as
  • Implementation bugs
  • Unexpected behavior of the REXX language
  • Requests for instructions on how to perform some task using REXX
  • Discussions of coding style
  • Performance tuning
  • Debugging techniques
  • Requests for sources of more information about REXX
Except for implementation bugs (which in Personal REXX we try to fix as soon as possible), the other sorts of questions appear over and over again. So, in the interest of saving everyone some time, we've tried to gather together some answers to the questions that arise most frequently. These are the topics that are currently addressed:
Common REXX Pitfalls
How-to Questions and Answers for REXX in OS/2
More will be added as time goes on.

7. REXX Programming
rexx programming. If you wish, you can now take a Skill Assessment, which consists of about 30 questions on topics covered in this course.
http://training.techies.com/dpec/courses/rex/test/satakeit.htm
REXX Programming
If you wish, you can now take a Skill Assessment , which consists of about 30 questions on topics covered in this course.
You can use the results of the Skill Assessment to determine which topics in the course you should focus on.
If you decide not to take the Skill Assessment now, you can take it at any time from within the course. Simply click the Navigate button on any page, and then click Skill Assessment on the Navigate page.

8. The American Programmer.com The REXX Language On MVS TSO Book REXX Programming O
My favorite book on the rexx programming language, REXX in the TSO Environmentis out of print. rexx programming on mvs, z/os TSO/ispf.
http://www.theamericanprogrammer.com/programming/rexx2.html
The American Programmer Home Programming Books for Computer Professionals Privacy ... REXX Programming > REXX Language
REXX book: The REXX Language on TSO
New REXX for MVS/TSO Book. Learn how to write programs in the REXX language for TSO, MVS, OS/390, Z/os.
My favorite book on the REXX programming language, REXX in the TSO Environment is out of print. I have written another book on REXX for TSO.
It improves on REXX in the TSO Environment in every way: it clarifies important points, it is better organized, and gives better examples.
There are very few other books in print about REXX in the TSO Environment.
This book quickly gets you started writing programs in REXX for MVS, OS/390, Z/OS. About 170 pages. Ready to ship.
The REXX Language on TSO
By Gabriel F. Gargiulo
The REXX Language on TSO By Gabriel F. Gargiulo
To Order:
To Pay by credit card with PayPal (r): ( Shipping Within USA only, $28.75 total) (Secure Website)
To Pay by Credit Card with PayPal (r): Sent to Europe, Britain, Scotland, Scandinavia, Ireland, Australia, Canada, Spain, Greece, South and Central America, Mexico ($33.75 total) (Secure Website)

Note - price appears as $30 to compensate for mailing cost outside of USA.

9. The Rexx Language
. TSO rexx programming....... A250 TSO rexx programmingCourse
http://rexx.hursley.ibm.com/rexx
Home My account Select a country All software products ... Rexx links Related links: IBM REXX family developerWorks alphaWorks
Warranty info

The Rexx Language
Welcome to the Rexx Language site at IBM Germany Laboratory. This page links to documents relating to the Rexx, Object Rexx, and NetRexx programming languages, gleaned from many sources. Here you will find the latest news tutorials and other information about the languages, a list of Rexx implementations , links to the Rexx Language Association and the Rexx ANSI standard , and a list of links to other Rexx-related sites. Latest Rexx news

10. A750: TSO REXX Programming In Z/OS
. TSO rexx programming in z/OS.......Course
http://www.trainersfriend.com/a750descrpt.htm
Course Description
TSO REXX Programming in z/OS
This course: course objectives course outline
Related curriculum
Topic list ... Home page
Course Code: A-750
Recommended Duration: 5 Days Benefits Students who complete this course will be able to accomplish work using native TSO commands and the powerful REXX capability of TSO. REXX execs are developed that can be immediately useful in day-to-day work.
Audience Applications and systems programmers, who need to know how to use TSO commands hand how to create or maintain REXX execs. Anyone who will be creating or maintaining applications written to run under the Dialog Manager.
Prerequisites At the very least, the student entering this course should have experience in using ISPF/PDF, especially the editor. Additionally, experience submitting jobs to run in the batch and some programming background are helpful.
Related IBM Materials This course is drawn from these IBM manuals; access to them in the classroom is desirable but not required:
SA22-7782 - TSO/E Command Langugage
Reference
SA22-7790 - TSO/E REXX Reference
SA22-7791 - TSO/E REXX User's Guide SH19-8160 - IBM Compiler for REXX/370 Major Topics Include
  • The Terminal Monitor Program (TMP) TSO Commands REXX Statements REXX Built-in functions Debugging and TRACE Stacks and Buffers File I/O using EXECIO Compound Symbols Error Handling Subroutines Running execs in background Running programs in foreground and background

11. PC DOS - Product Overview - IBM Software
PC DOS 2000’s rexx programming Language
http://www-3.ibm.com/software/os/dos/psm951sa.html
Home My account Select a country All Software Products ... Operating Systems document.write(this.brandimage) PC DOS 2000’s REXX Programming Language
PC DOS 2000 comes with the REstructured eXtended eXecutor language (REXX), a programming language that is easy to use for most users - especially users who are not programmers - yet flexible enough for computer professionals. REXX has been part of IBM's System/370 Virtual Machine/System Product (VM/SP) since 1983. Because of its ease of use and adaptability, REXX has since been included in VM, MVS, OS/400, OS/2, and now PC DOS.
Why Use REXX?
Here are several reasons for using REXX:
  • It's easy to use by everyone. It helps speed up your repetitive, everyday tasks. Your program can interact with the user of the program. REXX enables you to write short programs with a minimum of overhead. The programs you write are portable to other platforms that have REXX, thus reducing overall programming effort. REXX helps you develop prototype applications and products.
Why is REXX Easy to Use?
REXX is easy to learn and use because it consists of meaningful English words. Anyone who has a command of the English language also has a command of the REXX language. REXX uses common English words such as SAY, PULL, IF ... THEN ... ELSE, DO ... END, and EXIT.

12. A250: TSO REXX Programming
. TSO rexx programming. This course course objectives; course outline; Related curriculum; Topic list; Course list; Home page. Course Code A250. Recommended Duration 5 Days. Benefits native TSO commands and the powerful REXX capability of TSO. REXX execs are developed that......Course
http://www.trainersfriend.com/a250descrpt.htm
Course Description
TSO REXX Programming
This course: course objectives course outline
Related curriculum
Topic list ... Home page Course Code: A-250
Recommended Duration: 5 Days Benefits Students who complete this course will be able to accomplish work using native TSO commands and the powerful REXX capability of TSO. REXX execs are developed that can be immediately useful in day-to-day work.
Audience Applications and systems programmers, who need to know how to use TSO commands hand how to create or maintain REXX execs. Anyone who will be creating or maintaining applications written to run under the Dialog Manager.
Prerequisites At the very least, the student entering this course should have experience in using ISPF/PDF, especially the editor. Additionally, experience submitting jobs to run in the batch and some programming background are helpful.
Related IBM Materials This course is drawn from these IBM manuals; access to them in the classroom is desirable but not required:
SC28-1969 - TSO/E Command Langugage
Reference
SC28-1975 - TSO/E REXX Reference
SC28-1974 - TSO/E REXX User's Guide
SH19-8160 - IBM Compiler for REXX/370 Major Topics Include
  • The Terminal Monitor Program (TMP) TSO Commands REXX Statements REXX Built-in functions Debugging and TRACE Stacks and Buffers File I/O using EXECIO Compound Symbols Error Handling Subroutines Running execs in background Running programs in foreground and background The REXX Compiler

13. MVS OS/390: REXX Programming
Workshop rexx programming Time Table Brussels, euro 1017. Jeeves Nederland. REXX.(a 4day course). PREREQUISITES REXX is a multi-platform programming language.
http://www.monitor.nl/cursus_mvs_os390_rexx_programming_.htm
REXX
(a 4-day course)
COURSE OBJECTIVES
The students will learn how to code efficiently the Restructured EXtended eXecutor (REXX) language. The theoretical part is combined with practical exercises.
The students will learn the principles of logic programming techniques through the use of the REXX language.
After the training the students will be able to call, write and debug REXX execs.
AUDIENCE
All people who need to code rapidly efficient REXX programs.
Application programmers, systems programmers, operations analysts, end-users, ....
PREREQUISITES
REXX is a multi-platform programming language.
Although our course includes the REXX extensions for MVS-OS/390-z/OS and VM-z/VM, the REXX knowledge you will acquire is applicable on any platform.
So, there are NO prerequisites.
COURSE CONTENTS
- The benefits of using REXX
- Classic REXX, SAA REXX, and ANSI REXX
- Literal strings
- Numbers
- Concatenation operators
- Variables
- REXX special variables: RC, RESULT, and SIGL
- Compound symbols
- Constant symbols
- Arithmetic operators
- Comparative operators
- Transitivity
- NUMERIC instruction
- Clauses
- Logical operators
- Operator precedence
- Labels
- SIGNAL instruction
- CALL instruction
- Function call
- Arguments string
- Running a program under TSO/E
- Running a program under CMS
- Running a program on a PC
- Recursivity
- Internal routines, built-in functions, and external routines

14. The REXX Language
ErrataAbout this book. Learn rexx programming in 56 479 Easy Steps. By Jeff Glatt. So you want to learn how to create your very own computer program, but you never had the time nor inclination to do
http://www.borg.com/~jglatt/rexx/scripts/language/language.htm

15. Vladimir Zabrodsky: An Introduction To The Rexx Programming Language
AN INTRODUCTION TO THE rexx programming LANGUAGUE. In this article I would liketo show that Rexx is an interesting highlevel programming language, too.
http://www.geocities.com/SiliconValley/Garage/3323/introrexx.html
AN INTRODUCTION TO THE
REXX PROGRAMMING
LANGUAGUE Rexx is used as a command language for operating, dialog, database management, network systems, as a scripting language for automating and integrating applications in these systems and as a macro language for arbitrary application programs. In this article I would like to show that Rexx is an interesting high-level programming language, too. This is an original introduction. I will concentrate only on features of the language Rexx which are not included, in whole, in the others programming languages. Instead the chapter "Types, Constants and Variables" Declarations or types are missing in Rexx programs because:
  • All data are in the form of strings of characters.
  • The meaning of a constant depends entirely on its usage. Operations are applicable on the basis of instantaneous values.
  • A variable is a symbol that represents a value. Variables are considered to be varying-length character strings allowed to hold any binary value of any length between zero and an implementation maximum (the length of the evaluated result of an expression is limited by the available storage). Variables are automatically initialized at their first use. A variable which has not been assigned a value is not initialized. It will contain the default value of the symbol, which is the symbol's own name in uppercase letters.
  • If the characters in a string form is a valid number, optionally with leading or trailing blanks, that string may participate in arithmetic operations. Numbers may be specified in exponential notation if desired.

16. REXX Tips Tricks
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

17. The American Programmer.com REXX Tutorial Just Enough REXX
Home Programming Just Enough Just Enough REXX. Home Programming Manuals REXX Manuals Just Enough REXX. REXX Reference Book. rexx programming Book for TSO
http://www.theamericanprogrammer.com/programming/jerexx.html
The American Programmer Home Programming Books for Computer Professionals Privacy ... Just Enough > Just Enough REXX Home Programming Manuals REXX Manuals > Just Enough REXX
REXX Reference Book
REXX Programming Book for TSO Manuals on REXX Published Books on REXX
The Joy of REXX By Gabe Gargiulo REXX Tutorial The purpose of this tutorial is to get you started with REXX when there is no other way - you don’t have time to go to a class, don’t want to buy a complete book on it and try to find the things you need to know. This is nowhere near being complete. It just gets you going. For the complete story, contact me about courses in REXX. It’s just a taste of REXX. Start using it. Enjoy it. REXX is an interpreted language found in several environments, such as: Mainframe Midrange Other It is a high level procedural language. It is on the same level as procedural languages such as COBOL, FORTRAN, PLI and C. It is a complete programming language and includes facilities for reading and writing files, although it is limited to the simplest file structure: ordinary sequential files. Its strength lies in its ability to do string manipulation, the simplicity of its logic structures and in the presence of many built-in functions that take the place of complex instructions.

18. Home Page Of Michel Castelein - MVS, OS/390, And Z/OS System Engineer
OS/390 System Fundamentals , Program Development in OS/390 using TSO and ISPF/PDF , OS/390 Job Control Language (JCL) and Utilities , rexx programming (in OS
http://www.geocities.com/michelcastelein/
Welcome to Michel Castelein's Home Page
(Last updated on 1 December 2003) For more than 20 years I enjoyed being an z/OS (formerly known as MVS and OS/390) system engineer, i.e. I'm a freak that loves genuine computers (i.e. mainframes).
(So, don't ask me anything about Mickeysoft etc.)
Well, I switched sides as I am now an education consultant with Jeeves Systems Group , a company based in Vilvoorde (i.e. near Brussels in Belgium I teach several (self-written) in OS/390
Several of those courses became part of IBM Belgium's education offering
Those courses are given in Dutch, French, or English.
They can be organized at your site, or you can attend our open course sessions.

Just in case you'd like to know...
Be aware that IBM Belgium has moved its education center from La Hulpe to avenue du Bourget/Bourgetlaan 42 in 1130 Brussels!
The next open courses I'll conduct in Belgium at Jeeves Systems Group's headquarters (in Vilvoorde click for the location ) and/or at IBM Learning Services' center (in Brussels , near the NATO) are: Java Concepts and Programming Vilvoorde , course code JAVA01) OS/390 and z/OS Introduction : 21-23 January 2004 ( Vilvoorde , course code ES051BE) : 26-30 January 2004 ( Vilvoorde , course code ES070BE) : 09-14 February 2004 ( Vilvoorde , course code ES150BE) VSAM Fundamentals : 22-24 March 2004 ( Vilvoorde , course code BE080BE) ICF Fundamentals : 25-26 March 2004 ( Vilvoorde , course code BE300BE) S/390 Assembler Fundamentals Vilvoorde , course code ADASM1BE)

19. OS/390 REXX Programming Fundamentals
OS/390 rexx programming Fundamentals. This course introduces the REXXprogramming and provides a background to REXX and its applications.
http://www.discoveryvip.com/Courseware/OS390/REXXOS390.asp
Computer Training - Online Computer Skills Learning - Webmaster Resources - Free Code Scripts - Tutorials Home Online Training Resources CD Training ... Contact Everything OS/390 Courseware Find the training you need to master the fundamental functions and utilities of the OS/390 platform and learn about advanced concepts and facilities. Build and extend your skill set with our interactive training. Training Products Application Training
Computer Skills

Business Skills
... Free IT News Top Downloads, Resources, Free tutorials, Latest Articles Amazon eMall Add to Favorites
Everything OS/390 Training
  • Full OS/390 Training Real Time Full Audio and Visual Instruction Learn at your own Pace
Sample a product demo and view the product sheets. Press here to Purchase this Product includes all topics outlined MSRP
Sale
Learn all the topics listed below OS390 Main Page
OS390 Training
Designing and Implementing Desktop Applications using Microsoft Visual Basic 6.0 (70-176)

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 103    1  | 2  | 3  | 4  | 5  | 6  | Next 20

free hit counter