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