This works. Thanks much. ________________________________ From: IBM Mainframe Discussion List <[email protected]> on behalf of Steve Smith <[email protected]> Sent: Thursday, January 16, 2020 5:16 PM To: [email protected] <[email protected]> Subject: Re: Starting an application in ISPF
Just write and invoke a simple exec (or clist if that's your thing): /* REXX */ ADDRESS ISPEXEC 'SELECT PGM(DGTFMD01) NEWAPPL(DGT) SCRNAME(ISMF)' EXIT You could also invoke it from option 7.1 (Dialog Test), but that adds some overhead. sas On Thu, Jan 16, 2020 at 6:47 PM Frank Swarbrick <[email protected]> wrote: > Doesn't work for me. Must not be in my "profile" or something. ---------------------------------------------------------------------- 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
