 Object REXX for AIX Object REXX for AIX Version 1.1.9.0 is an IBM product that runs on AIX Version 4.3.3 and higher. They are compatible to the withdrawn REXX/6000 PRPQ (5764-057 or P04285) and also compatible with REXX on OS/2, Linux, SUN/Solaris and Windows.The following list describes which API functions and utilities of Classic REXX for AIX are supported and not supported by Object REXX for AIX: Supported functions: RexxRegisterFunction, RexxRegisterSubcom. - Not supported functions: RexxDeregisterFunctionPKG, RexxDeregisterSubcomPKG, RexxRegisterFunctionPKG, RexxRegisterSubcomPKG.
- Supported utilities: SysAddCmdPkg, SysAddFuncPkg, SysCreatePipe, SysDropCmdPkg, SysDropFuncPkg, SysFork, SysGetpid, SysWait.
The Classic REXX for AIX functions enable you to migrate the Classic REXX scripts. They are only supported by AIX, not by OS/2, Windows, or Linux. Besides numerous useful built-in functions, this version of REXX provides a set of very powerful collection classes making programming of collections easy. The following is a list of facilities included with Object REXX for AIX: It supports a large number of REXX utilities applicable to the Unix-type system environment already known from Object REXX for OS/2 Warp, Object REXX for Windows, Object REXX for SUN/Solaris, or Object REXX for Linux. - A Security Manager facility provides control over, for example, calls on external functions, use of host commands, and access to the local and environment directories.
- Support of TCP/IP sockets via the RxSocket interface allowing to do network programming using TCP/IP facilities.
- Support of FTP services via the RxFtp interface enabling you to transfer large amounts of files across the network using FTP facilities.
The following interfaces are also available for Object REXX for AIX Version 1.1.9.0 and higher: - Support of mathematical functions via the RxMath interface enabling you to solve scientific mathematical problems
- Support of regular expressions via the RxRegExp interface allowing you to search for patterns.
An enhanced set of documentation is available for reference purposes. In addition, a Programming Guide is provided describing the use of the Object REXX facilities, in particular the use of the various REXX Application Programming Interfaces, such as external functions, system exits, the REXX variable pool, the REXX macrospace, and the REXX queue. |