Rexx Programmer's Reference



Download free course Rexx Programmer's Reference, pdf file on 723 pages by Howard Fosdick.
Originally developed for mainframes but highly portable across platforms-from servers to desktops to handhelds-Rexx is an easy yet powerful scripting language that's widely used for rapid application development.

Covers Rexx interpreters for specialized functions-object-oriented, mainframe, and handheld.

There are 8 different free Rexx interpreters optimized for different platforms and uses. This book shows how to use them all.

Shows how to script for GUIs, databases, web servers, XML, and other interfaces.

Details how to make the best use of Rexx tools and interfaces, with examples for both Linux and Windows.

Includes a tutorial with lots of examples to help people get up and running.

Table of contents

  • Introduction to Scripting and Rexx
  • Language Basics
  • Control Structures
  • Arrays
  • Input and Output
  • String Manipulation
  • Numbers, Calculations, and Conversions
  • Subroutines, Functions, and Modularity
  • Debugging and the Trace Facility
  • Errors and Condition Trapping
  • The External Data Queue, or "Stack"
  • Rexx with Style
  • Writing Portable Rexx
  • Issuing System Commands
  • Interfacing to Relational Databases
  • Graphical User Interfaces
  • Web Programming with CGI and Apache
  • XML and Other Interfaces
  • Evolution and Implementations
  • Regina
  • Rexx/imc
  • BRexx
  • Reginald
  • Handhelds and Embedded Programming
  • Rexx for Palm OS
  • r4 and Object-Oriented roo!
  • Open Object Rexx
  • Open Object Rexx Tutorial
  • IBM Mainframe Rexx
  • NetRexx
  • Resources
  • Instructions
  • Functions
  • Regina Extended Functions
  • Mainframe Extended Functions
  • Rexx/SQL Functions
  • Rexx/Tk Functions
  • Tools, Interfaces, and Packages
  • Open Object Rexx: Classes and Methods
  • Mod_Rexx: Functions and Special Variables
  • NetRexx: Quick Reference
  • Interpreter System Information
  • Answers to "Test Your Understanding" Questions
Pages : 723
Size : 8.6 MB
File type : PDF
Downloads: 115
Created: 2022-02-03
License: CC BY
Author(s): Howard Fosdick
Rexx Programmer's Reference

Warning: Trying to access array offset on false in /home/tutovnfz/public_html/article.php on line 233

Others programmer Tutorials

Category Theory for Programmers

Entreprenerd: Marketing Programmers

Category Theory for Programmers

JavaScript for impatient programmers

97 Things Every Programmer Should Know: Collective Wisdom from the Experts

Others related eBooks about Rexx Programmer's Reference

O'Reilly® Think Python, 2nd Edition, - How to Think Like a Computer Scientist

Think Python is an introduction to Python programming for students with no programming experience. It starts with the most basic concepts of programming, and is carefully designed to define all terms when they are first used and to develop each new concept in a logical progression. Larger pieces, ...

Building Skills in Python: A Programmer's Introduction to Python

This book is a complete presentation of the Python language. It is oriented toward learning, which involves accumulating many closely intertwined concepts. In our experience teaching, coaching and doing programming, there is an upper limit on the "clue absorption rate". In order to keep within thi...

Cookbook for R: Best R Programming TIPs

The goal of this cookbook is to provide solutions to common tasks and problems in analyzing data. Each recipe tackles a specific problem with a solution you can apply to your own project, and includes a discussion of how and why the recipe works....

XML messaging with SOAP

This PDF tutorial gives a hands-on introduction to using the Simple Object Access Protocol (SOAP) for communication between components....

Essential Python

This book written to provide clear and concise explanation of topics for programmers both starting to learn the Python programming language as well as those diving in more complex topics. Most examples are linked to online playground that allows you to change the code and re-run it....

Modern C

Modern C focuses on the new and unique features of modern C programming. The book is based..., download free Modern C tutorial in PDF (496 pages) created by Jens Gustedt ....

A Byte of Python

Download free course A Byte of Python, pdf file on 117 pages by Self-publishing....

Scratch programming guide in PDF

Download Scratch programming tutorial by Julian Screawn, Scratch facilitate learning programming by designing and using blocks to create animation, games and videos....

Getting started with MongoDB

MongoDB is a document-oriented NoSQL database. As we will see, the whole system revolves around this document management, including the query language, which makes it its strong point. We are going to tackle now the setting up of a Mongo server and how to integrate your data in this environment....

Python Scientific Lecture Notes (Scipy Lecture Notes)

This book consists of a set of is tutorials on the scientific Python ecosystem: a quick introduction to central tools and techniques. The different chapters each correspond to a 1 to 2 hours course with increasing level of expertise, from beginner to expert. ...