1.

If I Have Limited Experience With Rexx Or It's Been A Long Time Since I've Used It, What Kind Of Help Is Available To Get Me Started?

Answer»

uni-REXX comes with a sample library that includes a examples of a variety of application types.

These include:

  • UTILITIES for: date calculations and CONVERSIONS printing on a remote host creating new userids (AIX) running dbxw debugger on a process in another window simulating the "which" command for UNIX implementations that do not have it printing a visual depiction of a directory structure.
  • functions to: convert a system -independent filename into a local filename perform SPECIALIZED string SEARCH add math functions to uni-REXX.
  • filters to: uppercase all characters in an input stream replace simulated box drawing (using "|", "+", "_") with real box drawing characters remove backspace characters from an input stream useful for reformatting the output of a man page for ASCII printing.
  • illustrations of using the APIs to EMBED uni-REXX as a scripting language in compiled language applications.
  • example of using the UNIX-specific functions for a client/server application.

 

uni-REXX comes with a sample library that includes a examples of a variety of application types.

These include:

 



Discussion

No Comment Found