Jump to content

REXXUtil: Difference between revisions

From EDM2
No edit summary
Line 10: Line 10:
* Manipulating REXX stem variables.  
* Manipulating REXX stem variables.  


==Links==
==License==
* [http://www.mgreene.org/wikka/RexxUtil Mike Greene Homepage]
Common Public License.  
* [https://github.com/OS2World/LIB-REXXUtil Source code at Github]


==Author==
==Author==
Line 21: Line 20:
* [[REXX Tips & Tricks:REXXUTIL functions]]
* [[REXX Tips & Tricks:REXXUTIL functions]]
* [http://hobbes.nmsu.edu/download/pub/os2/dev/rexx/rexxutil_doc_v12.zip Rexx Utililities API Documentation] 1.2 By [[Alex Taylor]]
* [http://hobbes.nmsu.edu/download/pub/os2/dev/rexx/rexxutil_doc_v12.zip Rexx Utililities API Documentation] 1.2 By [[Alex Taylor]]
==Links==
* [http://www.mgreene.org/wikka/RexxUtil Mike Greene Homepage]
* [https://github.com/OS2World/LIB-REXXUtil Source code at Github]


[[Category:Tools]]
[[Category:Tools]]

Revision as of 00:03, 14 April 2016

RexxUtil (REXXUTIL.DLL) is a IBM library of REXX functions for interacting with the operating system. It is available, with minor differences, on most platforms where the IBM REXX interpreter is available, including OS/2, Windows, and Linux. This document describes the OS/2 version, and applies to OS/2 Warp 3 and all subsequent releases.

RexxUtil includes routines for:

  • Manipulating files and directories at the filesystem level.
  • Manipulating classes and objects in the Workplace Shell.
  • Performing screen input and output in OS/2 command prompts.
  • Managing character-based input and output according to locale-specific rules.
  • Accessing selected operating system functions for process management.
  • Manipulating REXX stem variables.

License

Common Public License.

Author

Articles

Links