OS/2 Procedures Language 2/REXX


Inf-HTML [About][Toc][Index] 0.9b (c) 1995 Peter Childs


PMREXX and REXXTRY


PMREXX is a windowed Presentation Manager* application that enables you to 
browse the output of your REXX procedures.  REXXTRY is a command that lets 
you interactively run one or more REXX instructions. 
By using PMREXX, you add the following features to REXX: 
   o  A window for the display of the output of a REXX procedure, such as: 
        
        -  The SAY instruction output 
        -  The STDOUT and STDERR outputs from secondary processes started 
           from a REXX procedures file 
        -  The REXX TRACE output (not to be confused with OS/2 tracing). 
   o  An input window for: 
        -  The PULL instruction in all of its forms 
        -  The STDIN data for secondary processes started from a REXX 
           procedures file. 
   o  A browsing, scrolling, and clipboard capability for REXX output. 
   o  A selection of fonts for the output window. 
   o  A simple environment for experimenting with REXX instructions 
      through the use of the REXXTRY.CMD program.  REXXTRY interactively 
      interprets REXX instructions and can be started by typing REXXTRY or 
      PMREXX REXXTRY at an OS/2 command prompt 
   

Inf-HTML End Run - Successful