I haven’t used UPDT in years Sent from my iPhone
Sorry for the finger checks On Jul 25, 2019, at 15:34, Sri h Kolusu <[email protected]> wrote: >> 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 <[email protected]> wrote on > 07/25/2019 03:47:13 PM: > >> From: John McKown <[email protected]> >> To: [email protected] >> Date: 07/25/2019 03:48 PM >> Subject: [EXTERNAL] TSO REXX -- find absolute generation # from relative? >> Sent by: IBM Mainframe Discussion List <[email protected]> >> >> 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 [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
