Java Examples (Running ooRexx Scripts from Java)
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.
- 02_RXFNC <directory>
- External function call exit, called at the beginning of the external search
(cf. rexxapi.pdf, 1.15.2. Context Exit Definitions).
- 03_RXCMD <directory>
- Subcommand call exit
(cf. rexxapi.pdf, 1.15.2. Context Exit Definitions).
- 04_RXMSQ <directory>
- External data queue exit
(cf. rexxapi.pdf, 1.15.2. Context Exit Definitions).
- 05_RXSIO <directory>
- Standard input and output exit
(cf. rexxapi.pdf, 1.15.2. Context Exit Definitions).
- 07_RXHLT <directory>
- Halt processing exit
(cf. rexxapi.pdf, 1.15.2. Context Exit Definitions).
- 08_RXTRC <directory>
- External trace exit
(cf. rexxapi.pdf, 1.15.2. Context Exit Definitions).
- 09_RXINI_10_RXTER <directory>
- Initialization exit and Rexx termination exit
(cf. rexxapi.pdf, 1.15.2. Context Exit Definitions).
- 12_RXEXF <directory>
- Scripting external function call exit
(cf. rexxapi.pdf, 1.15.2. Context Exit Definitions).
- 13_RXNOVAL <directory>
NOVALUE
exit
(cf. rexxapi.pdf, 1.15.2. Context Exit Definitions).
- 14_RXVALUE <directory>
VALUE
built-in function extension
(cf. rexxapi.pdf, 1.15.2. Context Exit Definitions).
- 15_RXOFNC <directory>
- Object oriented external function call exit
(cf. rexxapi.pdf, 1.15.2. Context Exit Definitions).
Rony G. Flatscher, 2022-08-29, Wien/Vienna, Austria, Europe