Am I missing something... does IEHLIST LISTVTOC give you what you need? See
here
https://www.ibm.com/docs/en/zos/2.1.0?topic=statements-listvtoc-statement
//VTOCLIST JOB ...
//STEP1 EXEC PGM=IEHLIST
//SYSPRINT DD SYSOUT=A
//DD2 DD UNIT=*disk*,VOLUME=SER=111111,DISP=OLD
//SYSIN DD *
LISTVTOC FORMAT,VOL=*disk*=111111
LISTVTOC DUMP,VOL=*disk*=111111,DSNAME=(SET1,SET2,SET3)
/
On Sat, 10 Apr 2021 at 15:19, Paul Gilmartin <
[email protected]> wrote:
> 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 [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