Description of REXXG
Download count:
12 this month, 4733 altogether.
Downloads for REXXG :
VMARC archive: v-71K
From Kris Buelens, IBM Belgium
This package provides several CMS EXECs and XEDIT macros that are useful to people writing REXX EXECs
- CKRX
- Perform a basic REXX syntax check (uses TRACE S)
- DOREXX
- XEDIT macro to execute a REXX instruction
- EXECCALL
- Execute/activate edited EXEC, XEDIT macro, FILELIST, ...
My PROFILE XEDIT sets PF10 end PF22 to EXECCALL) - LAB
- Easily jump between REXX labels (e.g. next/prev subrtn)
My PROFILE XEDIT sets PF19, PF20 and PF21 to LAB) - REXDATES
- Show all formats REXX date() function
- REXFINDS
- Show syntax of REXX's searching functions
- REXTIMES
- Show all formats REXX time() function
- XTOX
- show result of all REXX data conversion functions (as C2X )
- SIGNAL
- Sample file "SIGNAL SAMPEXEC" showing how one can use the Rexx SIGNAL ON NOVALUE and friends
- MODEL
- Enter MODEL in XEDIT's command line when editing a REXX EXEC, and you get a menu with various code sections you can insert. For example: how to use CMS Workunits, or a subroutine to call when you want to ACCESS an SFS dir: it will return the new fmode if it was not ACCESSed yet, or the existing fmode. Etc.