The REXXTRY Program

REXXTRY is a REXX program. As with other REXX programs, REXXTRY can be run in an OS/2 full-screen or window session, or with PMREXX.

You can use REXXTRY to run different REXX instructions and observe the results. REXXTRY is also useful when you want to perform a REXX operation only once, since it is easier than creating, running, and erasing a .CMD file.

Here are some examples of how to use the REXXTRY command:

REXXTRY say 1+2

The operation is performed and 3 is displayed.

REXXTRY say 2+3; say 3+4

5 and 7 are displayed.


[Back: The PMREXX Trace Function]
[Next: REXX Utility Functions (RexxUtil)]