> want to generate some JCL which is the equivalent of:

Try this

//STEP0100 EXEC PGM=IEBUPDTE,PARM='NEW'
//SYSPRINT DD SYSOUT=*
//SYSUT1   DD DUMMY
//SYSUT2   DD DISP=SHR,DSN=GDGBASE(0)
//SYSIN    DD DATA
./          ADD NAME=MCKNOWN,LEVEL=00,SOURCE=0,LIST=ALL
ABC
DEF
./        ENDUP

The outut from this is you will have member named "Mcknown" in your GDGBASE
(0)

Thanks,
Kolusu

IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> wrote on
07/25/2019 03:47:13 PM:

> From: John McKown <john.archie.mck...@gmail.com>
> To: IBM-MAIN@LISTSERV.UA.EDU
> Date: 07/25/2019 03:48 PM
> Subject: [EXTERNAL] TSO REXX -- find absolute generation # from relative?
> Sent by: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU>
>
> I just don't see any _simple_ way to do this. I need to convert the
> gdgbase(0) into gdgbase.GnnnnVnn absolute. Believe it or not, I have a
> product which creates a number of PDS libraries (not PDSE) which are GDG.
I
> want to generate some JCL which is the equivalent of:
>
> //SYSUT1 DD DISP=SHR,DSN=GDGBASE(0)(MEMBER)
>
> Which is a JCL error.
>
> --
> A sine curve goes off to infinity, or at least the end of the blackboard.
> -- Prof. Steiner
>
> Maranatha! <><
> John McKown
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

----------------------------------------------------------------------
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