> BTW, the "DL" edit macro was written by Gilbert Saint-Flour. > Is he still around?
Yes, I'm still around :) DL was renamed to DSLIST in 1995 and maintained until 1998. DSLIST is still distributed here: http://gsf-soft.com/Freeware/ If you want to use DSLIST, I suggest that you install it under the name DSLIST and replace the old DL exec with this: ARG DEBUG; '%DSLIST' DEBUG /*REXX*/ I'm not sure when it was added (late 1990s?), but DSLIST is also an ISPF command which takes you to this panel: "Personal Data Set Lists for Append" Like Kenneth Klein said, FASTPATH is a much better tool. It is described here: http://gsf-soft.com/Freeware/FASTPATH.shtml I suggest you install FASTPATH and replace the DL exec with this: 'ISREDIT MACRO'; 'ISPEXEC SELECT PGM(FASTPATH) PARM(WP)' /*REXX*/ -- Gilbert Saint-Flour GSF Software http://gsf-soft.com ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

