I am doing this from the ready prompt After login proc executed so all the libraries are allocated
Sent from my iPhone > On Apr 2, 2014, at 6:36 PM, Dave Salt <[email protected]> wrote: > > Are all of the ISPF libraries allocated (panels, messages, profile, etc)? > You'll need the regular IBM supplied ISPF libraries allocated as well as any > libraries that contain your own dialog before invoking ISPF. > > Dave Salt > > SimpList(tm) - try it; you'll get it! > > http://www.mackinney.com/products/program-development/simplist.html > > >> Date: Wed, 2 Apr 2014 18:28:17 -0400 >> From: [email protected] >> Subject: Re: Getting into ISPF/Edit from TSO >> To: [email protected] >> >> Thanks >> >> I did an altlib command for the Rexx exec but I am still getting an error >> Message command not found >> >> Sent from my iPhone >> >>> On Apr 2, 2014, at 4:39 PM, John McKown <[email protected]> >>> wrote: >>> >>> You'll need to start up ISPF from the REXX program & pass it the proper >>> parameters. I would create a second REXX program which does the EDIT. Then >>> have the first REXX program start up ISPF with something like: >>> >>> ISPSTART CMD(%REDIT dsn.to.edit) >>> >>> Where REDIT would be something akin to: >>> >>> /* rexx */ >>> parse dsn . >>> address ispexec >>> "edit dataset("dsn")" >>> >>> >>> Unfortunately, I don't know if ISPF terminates when the user exits the >>> EDIT, or if it goes back to the the ISPF primary option menu. I would >>> _hope_ the former (terminates). >>> >>> >>> >>> On Wed, Apr 2, 2014 at 3:31 PM, Micheal Butz >>> <[email protected]>wrote: >>> >>>> Hi, >>>> >>>> Running a Rexx exec from the READY prompt and creating a dataset would >>>> anyone know how to display it in ISPF/Edit >>>> >>>> Thanks >>>> >>>> Sent from my iPhone >>>> >>>> ---------------------------------------------------------------------- >>>> For IBM-MAIN subscribe / signoff / archive access instructions, >>>> send email to [email protected] with the message: INFO IBM-MAIN >>> >>> >>> >>> -- >>> There is nothing more pleasant than traveling and meeting new people! >>> Genghis Khan >>> >>> Maranatha! <>< >>> John McKown >>> >>> ---------------------------------------------------------------------- >>> 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 > > ---------------------------------------------------------------------- > 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
