Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Rexx

From Wikipedia, the free encyclopedia
A programming language used for scripting, application macros and application development
This article is about classic Rexx. For oRexx and ooRexx, seeObject Rexx.
This article has multiple issues. Please helpimprove it or discuss these issues on thetalk page.(Learn how and when to remove these messages)
This articlecontainsinstructions or advice. Wikipedia is not a guidebook; please helprewrite such content to be encyclopedic or move it toWikiversity,Wikibooks, orWikivoyage.(September 2022)
This articlecontains alist of miscellaneous information. Please helpimprove it byrelocating relevant information into other sections or articles.(September 2022)
(Learn how and when to remove this message)

Rexx
Paradigmmultiparadigm:procedural,structured
Designed byMike Cowlishaw
DeveloperMike Cowlishaw,IBM
First appeared1979; 46 years ago (1979)
Stable release
ANSI X3.274 / 1996; 29 years ago (1996)
Typing disciplineDynamic
Filename extensions.cmd, .bat, .exec, .rexx, .rex, EXEC
Majorimplementations
VM/SP R3,[1] TSO/E V2,[2] SAAREXX,[3][4]ARexx, BREXX, Regina,[5] Personal REXX, REXX/imc
Dialects
NetRexx,Object REXX, nowooREXX,KEXX
Influenced by
PL/I,ALGOL,EXEC,EXEC 2
Influenced
NetRexx,Object REXX

Rexx (restructured extended executor) is ahigh-level programming language developed atIBM byMike Cowlishaw.[6][7] Both proprietary andopen source Rexxinterpreters exist for a wide range ofcomputing platforms, andcompilers exist for IBMmainframe computers.[8] Rexx is used forscripting,applicationmacros andapplication development. As a general purpose scripting language, Rexx is considered a precursor toTcl andPython.

Rexx is supported in a variety of environments. It is the primary scripting language in someoperating systems includingOS/2,MVS,VM,AmigaOS and is used for macros in some software includingSPF/PC,KEDIT,THE andZOC. With an engine installed, Rexx can be used for scripting and macros in programs that use aWindows Scripting HostActiveX scripting engine (such asVBScript orJScript). Rexx is supplied with VM/SP Release 3 on up, TSO/E Version 2 on up, OS/2 (1.3 and later, where it is officially namedProcedures Language/2),AmigaOS Version 2 on up,PC DOS (7.0 or2000),ArcaOS,[9] and Windows NT 4.0 (Resource Kit: Regina). In the late 1980s, Rexx became the common scripting language forIBM Systems Application Architecture, where it was renamed "SAA Procedure Language REXX".

A script is associated with a Rexx interpreter at runtime in various ways based on context. In mainframe computing, a Rexx script or command is sometimes referred to as anEXEC since that is the name of the file type used for similarCMSEXEC,[10] andEXEC 2[11] scripts and for Rexx scripts onVM/SP R3 throughz/VM. The first line of a script specifies the use of a Rexx interpreter in a comment either by identifying the code as Rexx language or by file path viaEXTPROC. On MVS, Rexx scripts may[a] be recognized by the low level qualifier "EXEC" or if the first line fetched from SYSPROC is a comment containing "REXX" then it is treated as Rexx (rather than CLIST), and a script fetched from SYSEXEC must be Rexx. On OS/2, Rexx scripts share the filename extension ".cmd" with other scripting languages, and the first line of the script specifies the interpreter to use. OnLinux, Rexx scripts generally begin with ashebang. Rexx macros for Rexx-aware applications use extensions determined by the application.

Name

[edit]

Originally, the language was calledREX, short forReformed Executor, but an extra "X" was added to avoid confusion with other products. The name was originally all uppercase because that was the only way to represent it in mainframe code at the time. Both editions of Mike Cowlishaw's first book on the language use all-caps,REXX, although the cover graphic uses mixed case. His book on NetRexx uses mixed case but all caps in the cover graphic with large and small caps,NETREXX. An expansion that matches the abbreviation,REstructured eXtended eXecutor, was used for the system product in 1984.[12] The nameRexx (mixed case) is used in this article, and is commonly used elsewhere.

Attributes

[edit]

Objective and subjective attributes of Rexx include:

  • Simple syntax
  • Ability to route commands to multiple environments
  • Ability to support functions, procedures and commands associated with a specific invoking environment.
  • Built-in stack with the ability to interoperate with the host stack if there is one
  • Small instruction set
  • Free-form syntax; indentation is optional but can help readability
  • Case-insensitive tokens, including variable names
  • Character string basis
  • Dynamic data typing; no declarations
  • Noreserved keywords, except in local context[b]
  • No include file facility
  • Arbitrary-precision arithmetic
  • Decimal arithmetic,floating-point
  • Rich selection of built-in functions, especially string and word processing
  • Automatic storage management
  • Crash protection
  • Content addressable data structures
  • Associative array
  • Straightforward access to system commands and facilities
  • Simple error-handling, and built-in tracing and debugger
  • Few artificial limitations
  • Simplified I/O facilities
  • Unconventional operators
  • Only partly supports Unix style command line parameters, except specific implementations
  • Provides no basic terminal control as part of the language, except specific implementations
  • Provides no generic way to include functions and subroutines from external libraries, except specific implementations

Some claim that Rexx is a relatively simple language. With only 23 instructions (such ascall,parse, andselect), it has a relatively small instruction set. Rexx has limited punctuation and formatting requirements. Rexx has only onedata type, the character string. Some claim that such simplicities make Rexx relatively easy to debug.

Some claim that Rexx code looks similar toPL/I code, but has fewer notations. With fewer notations, it tends to be is harder to parse via a translator, but is easier to write. Simplifying coding was intentional as noted by the Rexx design goal of theprinciple of least astonishment.[12]

History

[edit]

pre–1990

[edit]

On his own time,Mike Cowlishaw developed the language and an interpreter for it inassembly language between 20 March 1979 and mid-1982 with the intent to replace the languagesEXEC andEXEC 2.[6] Mike also intended Rexx to be a simplified and easier to learn version ofPL/I, but some claim that Rexx has problematic differences from PL/I.

Rexx was first described in public at the SHARE 56 conference in Houston, Texas, in 1981,[13] where customer reaction, championed by Ted Johnston ofSLAC, led to it being shipped as an IBM product in 1982.

Over the years IBM included Rexx in almost all of its operating systems (VM/CMS,MVS TSO/E,IBM OS/400,VSE/ESA,MUSIC/SP,AIX,PC DOS, andOS/2), and has made versions available forNovell NetWare,Windows,Java, andLinux.

The first non-IBM version was written forPC DOS by Charles Daney in 1984/5[7] and marketed by the Mansfield Software Group (founded by Kevin J. Kearney in 1986).[6] The first Rexx compiler appeared in 1987, written for CMS by Lundin and Woodruff.[14] Other versions have also been developed forAtari,AmigaOS,Unix (many variants),Solaris,DEC,Windows,Windows CE,Pocket PC,DOS,Palm OS,QNX,OS/2,Linux,BeOS,EPOC32/Symbian,AtheOS,OpenVMS,[15]: 309  AppleMacintosh, andMac OS X.[16]

ARexx, a Rexx interpreter forAmiga, was included with AmigaOS 2 onwards and was popular for scripting and application control. Many Amiga applications have an "ARexx port" which allows control of the application via a Rexx script. Notably, a Rexx script can switch between Rexx ports to control multiple applications.

1990 to present

[edit]

In 1990, Cathie Dager of SLAC organized the first independent Rexx symposium, which led to the forming of the Rexx Language Association. Symposia are held annually.

In 1992, the two most widely usedopen-source ports appeared: Ian Collier's REXX/imc for Unix and Anders Christensen's Regina[5] (later adopted by Mark Hessling) for Windows and Unix. BRexx was developed by Vasilis N Vlachoudis, a nuclear scientist atCERN. It runs on a range of operating systems, including Unix, Linux, BSD, macOS and Windows. Its small size means it can run on anAndroid mobile phone. BRexx/370 is a version that runs on IBM mainframes.[15]: 359–383 [17]

OS/2 has a visual development system from WatcomVX-REXX. Another dialect was VisPro REXX from Hockware.

Portable Rexx by Kilowatt andPersonal Rexx by Quercus are two Rexx interpreters designed for DOS and can be run under Windows as well using a command prompt. Since the mid-1990s, two newer variants of Rexx have appeared:

  • NetRexx: compiles toJavabyte-code via Java source code; this has no reserved keywords at all, and uses the Java object model, and is therefore not generally upwards-compatible with 'classic' Rexx.
  • Object REXX: anobject-oriented generally upwards-compatible version of Rexx.

In 1996 theAmerican National Standards Institute (ANSI) published a standard for Rexx: ANSI X3.274–1996 "Information Technology – Programming Language REXX".[c] More than two dozen books on Rexx have been published since 1985.

Rexx marked its 25th anniversary on 20 March 2004, which was celebrated at the Rexx Language Association's 15th International REXX Symposium in Böblingen, Germany, in May 2004.

On October 12, 2004, IBM announced their plan to release theirObject REXX implementation's sources under theCommon Public License. Recent releases of Object REXX contain an ActiveXWindows Scripting Host (WSH) scripting engine implementing this version of the Rexx language.

On February 22, 2005, the first public release of Open Object Rexx (ooRexx) was announced. This product contains a WSH scripting engine which allows for programming of the Windows operating system and applications with Rexx in the same fashion in whichVisual Basic andJScript are implemented by the default WSH installation andPerl,Tcl,Python third-party scripting engines.

In January 2018 theTIOBE index listed Rexx at position 30.[19] Since 2018 it has been either outside the top 50, or, more frequently, outside the top 100.

In 2019, the 30th Rexx Language Association Symposium marked the 40th anniversary of Rexx. The symposium was held in Hursley, England, where Rexx was first designed and implemented.[20]

Toolkits

[edit]
  • RexxUtil – a package of file and directory functions, windowed I/O, and functions to access system services such as WAIT and POST – is available for most Rexx environments.[21][22][23]
  • Rexx/Tk – a toolkit for graphics to be used in Rexx programmes in the same fashion asTcl/Tk – is widely available.
  • RexxEd – anintegrated development environment (IDE) for Rexx – was developed forWindows.[15]: 390 
  • RxSock for network communication as well as other add-ons to and implementations of Regina Rexx have been developed, and a Rexx interpreter for the Windows command line is supplied in most resource kits for various versions of Windows and works inDOS as well.

Host environment

[edit]

A Rexx host environment is a named interface for sendingcommands to an, e.g., application, operating system, subsystem. The Rexx interpreter initially has a list of known environments; the first in the list is known as thedefault environment. A Rexx script use theADDRESS statement to change the default environment and may also use it to send a single command to a specific environment without changing the default environment.

Syntax

[edit]
This sectioncontainsinstructions or advice. Wikipedia is not a guidebook; please helprewrite such content to be encyclopedic or move it toWikiversity,Wikibooks, orWikivoyage.(December 2012)

Instruction types

[edit]

Rexx has three instruction types[24]: 31 

  • Assignments – Single clause of the formsymbol=expression, assigns a value to a variable; e.g.count=count+1, would add 1 to value in variable "count".
  • Keyword instructions – The keyword is the first word of the instruction; e.g.say "Message", would print the word 'Message'.
  • Commands – an expression that the interpreter evaluates and passes as a command to the defaultenvironment; e.g."sleep 10" would cause a Unix-like host environment to produce a ten seconds delay.

Address instruction

[edit]

Theaddress instruction has three roles:

  • Anaddress instruction with no operand interchanges the first two host environments; normally this reinstate the previous default environment.
  • Anaddress instruction with only an environment moves it to the beginning of the list, making it the default environment.
  • Anaddress instruction with an environment and an expression passes the value of the expression as a command to the specified environment.

The ANSI standard added options for redirecting the input and output of commands.

Do groups

[edit]

The language providesdo groups for two purposes:

  • To treat a group of instructions within anif orselect statement as a unit for purposes of flow control.
  • Forloop control, similar to many other languages. A singledo group may optionally contain repetitor phrases, conditional phrases, or both, with termination whenever any of them is satisfied.

Ado group begins withdo and ends withend. A single group may serve both purposes. In the related ooRexx and NetRexx, there is both ado and aloop keyword, with almost identical semantics; they differ in that a simpledo is equivalent todo 1 while a simpleloop is equivalent toloop forever.

An iteration of ado group may be terminated with aniterate statement and the entire group may be terminated with aleave statement.

Simple do

[edit]

Although it is valid anywhere, a simple do is specifically useful inside conditional statements:

iffoo=barthendoi=1;j=3endelsedoi=2;j=4end

Conditional loop

[edit]

The language supports testing a condition either before (do while) or after (do until) executing a group of code via syntax:

do while [condition]  [instructions]end
do until [condition]  [instructions]end

Simple repetitive loop

[edit]

The language permits counted loops, where an expression is computed at the start of the loop and the instructions within the loop are executed that many times:

doexpression  [instructions]end

Controlled Repetitive Loops

[edit]

A loop can increment a variable and stop when a limit is reached.

doindex=start [tolimit] [byincrement] [forcount]  [instructions]end

The increment value is 1 if theby clause is omitted. The loop continues forever if the limitto clause is omitted, unless terminated earlier by another clause or by aleave statement.

Unconditional loop

[edit]

The language supports an unconditional loop viaforever that continues until the loop is terminated or the program is terminated.

do forever  [instructions]end

Combined loop

[edit]

Repetitive elements and conditional phrases can be combined in the same loop;[24]: 50  e.g.:

doi=1whilei<=3;sayi;end
doindex=start [tolimit] [by increment] [forcount] [whilecondition]  [instructions]end
doexpression [untilcondition]  [instructions]end

Conditional

[edit]

The language provides forconditional execution viaif,then andelse for a group delimited bydo andend.

if [condition]thendo  [instructions]endelsedo  [instructions]end

For a single instruction,do andend can be omitted.

if [condition]then  [instruction]else  [instruction]

Multiple condition branching

[edit]

The language providesmultiple condition branching viaselect which derives from theSELECT; form of the PL/ISELECT statement.[d] Like similar constructs in other dynamic languages, Rexx'swhen clauses specify full conditions – not equality tests of a single value for the statement as some languages do. In that, they are more like cascadingif-then-else code than like the C or Javaswitch statement.

selectwhen [condition]then    [instruction ornop]when [condition]thendo    [instructions ornop]endotherwise    [instructions ornop]end

Thenop instruction is required if no action is associated with awhen condition.

Theotherwise clause is optional. If omitted and nowhen conditions are met, then thesyntax condition is raised.

Variable

[edit]

Typing system

[edit]

Variables are typeless and initially are evaluated as their names in upper case. Thus a variable's type can vary with its use in the program:

sayhello/* => HELLO */hello=25sayhello/* => 25 */hello="say 5 + 3"sayhello/* => say 5 + 3 */interprethello/* => 8 */drophellosayhello/* => HELLO */

Evaluation

[edit]

If nonovalue condition handler is configured, then an undefined variable evaluates to its name, in upper case. The built-in functionSYMBOL returns "VAR" for a defined variable and doesnot triggernovalue even if not defined. TheVALUE function gets the value of a variable without triggering anovalue condition, but its main purpose is to read and setenvironment variables, similar toPOSIXgetenv andputenv.

Compound variable

[edit]

The language provides thecompound variable construct which supports adding fields (called tails) to a variable (called a stem in this context) to support data structures such as lists, arrays, n-dimensional arrays, sparse or dense arrays, balanced or unbalanced trees and records.

The language does not provide special support for numeric array indexing like many other languages do. Instead, a compound variable with numeric tails produce a similar effect.[25]

The following code defines variablesstem.1 = 9, stem.2 = 8, stem.3 = 7...

doi=1to10stem.i=10-iend

Unlike a typical array, a tail (index) need not identify (be named) an integer value. For example, the following code is valid:

i='Monday'stem.i=2

A default value can be assigned to a stem via. but no tail.

stem.='Unknown'stem.1='USA'stem.44='UK'stem.33='France'

In this casestem.3, for example, evaluates to the default value,'Unknown'.

The whole stem (including any default value) can be erased with thedrop statement.

dropstem.

By convention (not part of the language) the compoundstem.0 is often used to keep track of how many items are in a stem, for example a procedure to add a word to a list might be coded like this:

add_word:procedureexposedictionary.parseargwn=dictionary.0+1dictionary.n=wdictionary.0=nreturn

A stem can have multiple tails. For example:

m='July'd=15y=2005day.y.m.d='Friday'

Multiple numerical tail elements can be used to provide the effect of a multi-dimensional array.

Features similar to the compound variable are found in other languages includingassociative arrays inAWK,hashes inPerl andhash tables inJava, dynamic objects inJavaScript. Most of these languages provide a mechanism to iterate over the keys (tails) of such a construct, but this is lacking in classic Rexx. Instead, it is necessary to store additional information. For example, the following procedure might be used to count each occurrence of a word.

add_word:procedureexposecount.word_listparseargw.count.w=count.w+1/* assume count. has been set to 0 */ifcount.w=1thenword_list=word_listwreturn

and then later:

doi=1towords(word_list)w=word(word_list,i)saywcount.wend

More recent Rexx variants, including Object REXX and ooRexx, provide a construct to iterate over the tails of a stem.

doioverstem.sayi'-->'stem.iend

Parse

[edit]

Theparse instruction provides string-handling via syntax:

parse [upper]origin [template]

Ifupper is included then the input is converted to upper case before parsing.

origin describes the input as one of the following:

  • arg – arguments, at top level tail of command line
  • linein – standard input, e.g. keyboard
  • pull – Rexx data queue or standard input
  • source – info on how program was executed
  • valueexpressionwithwith indicates the end of the expression
  • var – a variable
  • version – version/release number

template can be a combination of variables, literal delimiters, and column number delimiters.

Examples

[edit]

Using a list of variables as template:

myVar="John Smith"parsevarmyVarfirstNamelastNamesay"First name is:"firstNamesay"Last name is:"lastName

displays:

First name is: JohnLast name is: Smith

Using column number delimiters:

myVar="(202) 123-1234"parsevarMyVar2AreaCode57SubNumbersay"Area code is:"AreaCodesay"Subscriber number is:"SubNumber

displays:

Area code is: 202Subscriber number is: 123-1234

Interpret

[edit]

Theinterpret instruction evaluates its argument as a Rexx statement allowing for evaluation of code formatted at runtime. Uses include passing a function as a parameter, arbitrary precision arithmetic, use of theparse statement with programmatic templates, stemmed arrays, and sparse arrays.[how?] The following example displays 16 and exits.

X='square'interpret'say'X||'(4) ; exit'SQUARE:returnarg(1)**2

TheValour software package relied upon Rexx's interpretive ability to implement anOOP environment.[citation needed] Another use was found in an unreleasedWestinghouse product calledTime Machine that was able to fully recover following an otherwise fatal error.[citation needed]

Numeric

[edit]
saydigits()fuzz()form()/* => 9 0 SCIENTIFIC */say999999999+1/* => 1.000000000E+9 */numericdigits10/* only limited by available memory */say999999999+1/* => 1000000000 */say0.9999999999=1/* => 0 (false) */numericfuzz3say0.99999999=1/* => 1 (true) */say0.99999999==1/* => 0 (false) */say100*123456789/* => 1.23456789E+10 */numericformengineeringsay100*123456789/* => 12.34567890E+9 */say53//7/* => 4   (rest of division)*/

Calculation of the value√2:

numericdigits50n=2;r=1doforever/* Newton's method */rr=(n/r+r)/2ifr=rrthenleaver=rrendsay"SqRt"n"="r

Output:SqRt 2 = 1.414213562373095048801688724209698078569671875377

Calculation of the valuee:

numericdigits50e=2.5;f=0.5don=3f=f/nee=e+fife=eethenleavee=eeendsay"e ="e

Output:e = 2.7182818284590452353602874713526624977572470936998

Error handling

[edit]

Thesignal instruction configures the runtime to run custom code to handle a system condition if triggered. Conditions include:

  • error – Positive return code from a system command
  • failure – Negative return code from a system command (e.g. command doesn't exist)
  • halt – Abnormal termination
  • novalue – A variable name was used but the variable is not defined
  • notready – Input or output error (e.g. read attempts beyond end of file)
  • syntax – Invalid program syntax, or some other error condition
  • lostdigits – Significant digits were lost (ANSI Rexx, not in TRL second edition)

The following fragment prints a message when the user terminates (halts) it:

signalonhalt;doa=1sayado100000/* a delay */endendhalt:say"The program was stopped by the user"exit

Since Rexx version 4, a handler can be named. In the following example, the handlerChangeCodePage.Trap is configured to handle asyntax condition.

ChangeCodePage:proceduresignalonsyntaxnameChangeCodePage.TrapreturnSysQueryProcessCodePage()ChangeCodePage.Trap:return1004

When a condition is handled (as configured viasignal on), the condition can be analyzed viaRC which indicates the last error code andSIGL which indicates the line number of the code that triggered the condition.

See also

[edit]

Notes

[edit]
  1. ^The TSO EXEC command with an unqualified dataset name, and neither the CLIST nor EXEC option, examines the low level qualifier for "EXEC".
  2. ^It is best practice to avoid using keywords as labels or names.[citation needed]
  3. ^While ANSI INCITS 274-1996/AMD1-2000 (R2001) and ANSI INCITS 274-1996 (R2007) are chargeable, a free draft can be downloaded.[18]
  4. ^Rexx has no equivalent to theSELECT (expression); form.

References

[edit]
  1. ^Virtual Machine/System Product - System Product - Interpreter Reference - Release 3(PDF) (First ed.).IBM. September 1983. SC24-5239-0. RetrievedNovember 6, 2024.
  2. ^TSO Extensions Version 2 - Procedures Language MVS/REXX Reference(PDF) (Fifth ed.).IBM. August 1991. SC28-1883-4. RetrievedNovember 6, 2024.
  3. ^"Procedures Language".Systems Application Architecture - An Overview(PDF) (First ed.).IBM. May 1987. p. 40. GC26-4341-0. RetrievedNovember 6, 2024.
  4. ^Procedures Language/2 - REXX Reference - Version 2.00(PDF). OS/2 2.00 - Technical Library (First ed.).IBM. December 1991. S10G-6268-00. RetrievedNovember 6, 2024.
  5. ^abMark Hessling (October 25, 2012)."Regina Rexx Interpreter".SourceForge project regina-rexx. RetrievedFebruary 10, 2014.
  6. ^abcM. F. Cowlishaw."IBM REXX Brief History".IBM. RetrievedAugust 15, 2006.
  7. ^abMelinda Varian."REXX Symposium, May 1995".
  8. ^"Catalog of All Documents (filter=rexx)".IBM library server. 2005. Archived fromthe original on February 15, 2013. RetrievedFebruary 10, 2014.
  9. ^"Does ArcaOS include REXX support?". RetrievedSeptember 3, 2020.
  10. ^IBM Virtual Machine Facility /370: EXEC User's Guide(PDF) (Second ed.). International Business Machines Corporation. April 1975. GC20-1812-1.
  11. ^EXEC 2 Reference(PDF) (Second ed.). International Business Machines Corporation. April 1982. p. 92. SC24-5219-1. Archived fromthe original(PDF) on April 2, 2020. RetrievedMarch 28, 2019.
  12. ^abM. F. Cowlishaw (1984)."The design of the REXX language"(PDF).IBM Systems Journal (PDF).23 (4).IBM Research: 333.doi:10.1147/sj.234.0326. RetrievedJanuary 23, 2014.Could there be a high astonishment factor associated with the new feature? If a feature is accidentally misapplied by the user and causes what appears to him to be an unpredictable result, that feature has a high astonishment factor and is therefore undesirable. If a necessary feature has a high astonishment factor, it may be necessary to redesign the feature.
  13. ^M. F. Cowlishaw (February 18, 1981)."REX -- A Command Programming Language".SHARE. RetrievedAugust 15, 2006.
  14. ^Lundin, Leigh; Woodruff, Mark (April 23, 1987)."T/REXX, a REXX compiler for CMS".U.S. Copyright Office (TXu000295377). Washington, DC: Independent Intelligence Incorporated. Archived fromthe original on March 3, 2016. RetrievedFebruary 20, 2010.
  15. ^abcFosdick, Howard (2025).Rexx Programmer's Reference(PDF) (2 ed.).Apex, North Carolina: Rexx Language Association.ISBN 9789403745527.OCLC 1475017186.Archived(PDF) from the original on April 3, 2025. RetrievedMay 26, 2025.
  16. ^"Rexx Implementations". RexxLA. Archived fromthe original on September 24, 2006. RetrievedAugust 15, 2006.
  17. ^Vlachoudis, Vassilis (June 2011). Written atCERN."BRexx".San Francisco, California:GitHub.Archived from the original on June 12, 2025. RetrievedJune 24, 2025.
  18. ^"American National Standard for Information Systems – Programming Language REXX"(PDF).The Rexx Language Association.Washington D.C.:American National Standards Institute (ANSI). X3J18-199X.Archived(PDF) from the original on April 3, 2025. RetrievedJune 7, 2025.
  19. ^"TIOBE Index for January 2018".TIOBE.Eindhoven, Netherlands. January 2018. Archived fromthe original on February 3, 2018. RetrievedJune 7, 2025.
  20. ^"RexxLA - Symposium Schedule".
  21. ^Ashley, W David; Flatscher, Rony G; Hessling, Mark; McGuire, Rick; Peedin, Lee; Sims, Oliver; Steinbock, Erich; Wolfers, Jon (January 19, 2024)."8. Rexx Utilities (RexxUtil)"(PDF).Open Object Rexx: Reference(PDF) (5.1.0 ed.). Rexx Language Association. pp. 512–566.Archived(PDF) from the original on May 25, 2024. RetrievedMay 26, 2025.
  22. ^"REXX Tips & Tricks:REXXUTIL functions".EDM2: The Electronic Developer Magazine for OS/2. RetrievedOctober 14, 2023.
  23. ^"Regina Rexx Interpreter".Sourceforge. RetrievedOctober 14, 2023.
  24. ^abCowlishaw, Michael (1990).The REXX Language: A Practical Approach to Programming(PDF) (2 ed.).Englewood Cliffs, New Jersey:Prentice Hall.ISBN 9780137806515.LCCN 89071130.OCLC 20826616.OL 2226199M.Archived(PDF) from the original on April 21, 2024. RetrievedJune 13, 2025.
  25. ^"How to Code Arrays and Other Data Structures In Rexx"(PDF).

Further reading

[edit]
  • Callaway, Merrill.The ARexx Cookbook: A Tutorial Guide to the ARexx Language on the Commodore Amiga Personal Computer. Whitestone, 1992.ISBN 978-0963277305.
  • Callaway, Merrill.The Rexx Cookbook: A Tutorial Guide to the Rexx Language in OS/2 & Warp on the IBM Personal Computer. Whitestone, 1995.ISBN 0-9632773-4-0.
  • Cowlishaw, Michael.The Rexx Language: A Practical Approach to Programming. Prentice Hall, 1990.ISBN 0-13-780651-5.
  • Cowlishaw, Michael.The NetRexx Language. Prentice Hall, 1997.ISBN 0-13-806332-X.
  • Daney, Charles.Programming in REXX. McGraw-Hill, TX, 1990.ISBN 0-07-015305-1.
  • Ender, Tom.Object-Oriented Programming With Rexx. John Wiley & Sons, 1997.ISBN 0-471-11844-3.
  • Fosdick, Howard (2025).Rexx Programmer's Reference(PDF) (2 ed.).Apex, North Carolina: Rexx Language Association.ISBN 9789403745527.OCLC 1475017186.Archived(PDF) from the original on April 3, 2025. RetrievedMay 3, 2025.
  • Gargiulo, Gabriel.REXX with OS/2, TSO, & CMS Features. MVS Training, 1999 (third edition 2004).ISBN 1-892559-03-X.
  • Goldberg, Gabriel and Smith, Philip H.The Rexx Handbook. McGraw-Hill, TX, 1992.ISBN 0-07-023682-8.
  • Goran, Richard K.REXX Reference Summary Handbook. CFS Nevada, Inc.,1997.ISBN 0-9639854-3-4.
  • IBM Redbooks.Implementing Rexx Support in Sdsf. Vervante, 2007.ISBN 0-7384-8914-X.
  • Kiesel, Peter C.Rexx: Advanced Techniques for Programmers. McGraw-Hill, TX, 1992.ISBN 0-07-034600-3.
  • Marco, LouISPF/REXX Development for Experienced Programmers. CBM Books, 1995.ISBN 1-878956-50-7
  • O'Hara, Robert P. and Gomberg, David Roos.Modern Programming Using Rexx. Prentice Hall, 1988.ISBN 0-13-597329-5.
  • Rudd, Anthony S. 'Practical Usage of TSO REXX'. CreateSpace, 2012.ISBN 978-1475097559.
  • Schindler, William.Down to Earth Rexx. Perfect Niche Software, 2000.ISBN 0-9677590-0-5.

External links

[edit]
Wikimedia Commons has media related toREXX (programming language).
Software
Programming languages
Frameworks and
development tools
Operating systems
Licenses
Related
Portal:
International
National
Other
Retrieved from "https://en.wikipedia.org/w/index.php?title=Rexx&oldid=1320487867"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp