Demonstrate Multiple NetRexx Implemented Rexx Command Handlers

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.
NetRexxRunRexxWithCommandHandler.nrx
A NetRexx demonstration program to show, how easy it is to invoke a Rexx program for which ten different Rexx command handlers got implemented in NetRexx (Java). The program also demonstrates how to raise conditions and errors, get and set Rexx variable values from the Rexx command handlers that got implemented in NetRexx.

The companion Rexx program is: testRexxWithCommandExits.rxj.

To compile the NetRexx program enter the following command on the command line:

    nrc -compile NetRexxRunRexxWithCommandHandler.nrx

To run enter the following command on the command line:

    java NetRexxRunRexxWithCommandHandler

Rony G. Flatscher, 2012-02-28, Wien/Vienna, Austria, Europe