ooRexx Example (Running ooRexx Scripts via Java) Using an ooRexx (!) Implemented
Rexx Exit Handler
Hint: if you wish to look at the ooRexx code with syntax highlighting, then you can
use the free and open-source editor "[g]vim"
, which is available for practically
all platforms and can be downloaded from its homepage at
http://www.vim.org/.
- . <directory> (List of this directory)
- Display all of this directory's files and directories.
- .. <directory> (List of parent directory)
- Display all of the parent directory's files and directories.
- RunRexxWith_RXMSQ_Exit.rex
- An ooRexx demonstration program to show, how easy it is to invoke a Rexx program for
which a Rexx RXMSQ exit handler got implemented in ooRexx using BSF4ooRexx850.
The companion Rexx program is:
testRexxWith_RXMSQ_Exit.rxj.
To run enter the following command on the command line:
rexx RunRexxWith_RXMSQ_Exit.rex
Rony G. Flatscher, 2022-08-30, Wien/Vienna, Austria, Europe