The trace function in PMREXX turns on interactive tracing for the currently operating REXX procedure. This is done by adding the /T parameter to the PMREXX command before typing the file name at an OS/2 command prompt.
TRACE lets you see just how REXX evaluates expressions while the program is actually running. To start the trace function from the command prompt, type the command as follows:
PMREXX /T filename arguments