This example is a NetRexx version of one of the earliest Rexx programs; it displays the time in 'plain English'.
Here's the source, as a plain ASCII file.
To run the program, create or copy the 'qtime.nrx' file, and then enter the commands:
java netrexx.process.NetRexxC qtime java qtime
These would:
Note that the Java runtime (e.g., from the Java Development Kit) must be installed.
If you have the netrexxc command script available, you can compile and run the sample, using just:
netrexxc -run qtime
[ NetRexx home page. | IBM home page | Search | Contact IBM | Help | © | tm ]