On Sat, 10 Apr 2021 09:12:33 -0400, Bob Bridges wrote:
>...
>(Technically I think I ~could~ use 3.4 in a REXX program.  I've read (though
>I've never tried it) that one can run ISPF in batch, if one wants to go to
>the trouble of allocating all the necessary ISPF DDs.  So I could probably
>
Copy the DDs from your logon PROC?

Too many languages.  It's a pity there aren't filters to translate
    JCL DD <==> BPXWDYN calls.

>write a REXX that allocates all those DDs, then exit ISPF and run the REXX
>from the READY prompt.  Seems to me that'd be the very definition of going
>around my elbow to get to my thumb, though.)
>
Why do you need a READY prompt?  Wouldn't
    ADDRESS TSO EXEC member

do as well as:
    //SYSTSIN DD *
    ...
    EXEC member
?

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to