ISPF commands such as START and ISPLIBD are defined in the xxxCMDS table in DD ISPTLIB (where xxx is ISP and the current applid). The 2 commands you mention are in ISPTLIB.
ZCTVERB N START ZCTTRUNC N 0 ZCTACT N SELECT PGM(ISPSTRT) PARM(&ZPARM) ZCTDESC N ISPF START DIALOG IN NEW SCREEN ZCTVERB N ISPLIBD ZCTTRUNC N 0 ZCTACT N SELECT PGM(ISPLLS) PARM(&ZPARM) SCRNAME(LIBDEF) ZCTDESC N INVOKE LIBDEF DISPLAY UTILITY There is an ISPF newsgroup which would be more specific for ISPF questions. Jon Perryman On Friday, September 19, 2014 4:28 PM, Brent Litster <[email protected]> wrote: > > >Does anyone know how to invoke an ISPF service, such as "START" or "ISPLIBD" >from a REXX exec? > >---------------------------------------------------------------------- >For IBM-MAIN subscribe / signoff / archive access instructions, >send email to [email protected] with the message: INFO IBM-MAIN > > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
