I will propose some of my own that I use a lot and often include in my dialogs, 
all found at https://harders-jensen.com 

CSIREXX - REXX pgm - Search ICF catalogs, return entry name, type, volser, 
catname etc. Based on SYS1.SAMPLIB(IGGCSIRX), but with some enhancements.
ONLY - ISPF edit macro - Show only records with specified content.
RUN - ISPF edit macro - Execute edited data directly, no need to save first. 
Handles REXX pgms, CLISTS, ISPF panels and ISPF skeletons.
RXSORTH - REXX pgm - Heap sort of a stem. Faster than bubble sort, good for 
small internal sorts. Not my own, can't remember where I found it.
UNIQUE - ISPF edit macro - Delete duplicate records, does not sort the data.
REXXGBLV - REXX function (assembler pgm) - Provides a global variable store for 
REXX program.
REXXVARS - REXX function (assembler pgm) - REXX general variables utility - 
browse/edit/view, copy, delete, index, list, rename, sort

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to