Re: Temporary dataset name qualifiers

2011-09-27 Thread Shmuel Metz (Seymour J.)
In <4134772245064679.wa.paulgboulderaim@bama.ua.edu>, on 09/26/2011 at 03:09 PM, Paul Gilmartin said: > //*.+|+|+|+|+|+|+. >3 //STEP1EXEC PGM=IEFBR14 > //*

Re: Temporary dataset name qualifiers

2011-09-26 Thread R.S.
W dniu 2011-09-27 00:34, Tony's Comcast account pisze: I should have been a bit more illustrative. 'ddname' in each case can have any value such as SYSUT2, SORTOUT, SASOUT, whatever. Whatever the value is, I use it consistently as&&SORTOUT, etc. The purpose in choosing a "quasi-real" is for de

Re: Temporary dataset name qualifiers

2011-09-26 Thread Paul Gilmartin
(Pay no attention to LISTSERV's mistreatment of ampersands!) On Mon, 26 Sep 2011 17:34:53 -0500, Tony's Comcast account wrote: >I should have been a bit more illustrative. 'ddname' in each case can have >any value such as SYSUT2, SORTOUT, SASOUT, whatever. Whatever the value is, >I use it cons

Re: Temporary dataset name qualifiers

2011-09-26 Thread Tony's Comcast account
steps that might abend after several have completed successfully. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of R.S. Sent: Monday, September 26, 2011 4:06 PM To: IBM-MAIN@bama.ua.edu Subject: Re: Temporary dataset name qualifiers W d

Re: Temporary dataset name qualifiers

2011-09-26 Thread R.S.
W dniu 2011-09-26 21:41, Tony's Comcast account pisze: Maybe I'm missing the obvious but I've coded many jobs as //ddname DD DISP=(,PASS),DSN=&&ddname.step1.blah.blah in step1 followed by: //ddname DD DISP=(,PASS),DSN=&&ddname.step2.blah.blah in step2 followed by: //ddname DD DISP=(,

Re: Temporary dataset name qualifiers

2011-09-26 Thread Tony's Comcast account
Paul Gilmartin Sent: Monday, September 26, 2011 3:10 PM To: IBM-MAIN@bama.ua.edu Subject: Re: Temporary dataset name qualifiers On Mon, 26 Sep 2011 14:41:25 -0500, Tony's Comcast account wrote: >Maybe I'm missing the obvious but I've coded many jobs as > >//ddname DD DISP=(,

Re: Temporary dataset name qualifiers

2011-09-26 Thread Paul Gilmartin
On Mon, 26 Sep 2011 14:41:25 -0500, Tony's Comcast account wrote: >Maybe I'm missing the obvious but I've coded many jobs as > >//ddname DD DISP=(,PASS),DSN=&&ddname.step1.blah.blah in step1 >followed by: >//ddname DD DISP=(,PASS),DSN=&&ddname.step2.blah.blah in step2 >followed by: >//

Re: Temporary dataset name qualifiers

2011-09-26 Thread Ted MacNEIL
>Wouldn't it be nice if temporariness were an attribute independently controlled, so I might code something like: >//SYSUT2 DD DISP=(,PASS),DSN=ANYTHING.I.CHOOSE,RETPD=JOB You can create any valid DSNAME for a temp: //SYSUT2 DD DISP=(,PASS),DSN=ANYTHING.I.CHOOSE >(and even nicer if

Re: Temporary dataset name qualifiers

2011-09-26 Thread Paul Gilmartin
On Mon, 26 Sep 2011 20:31:48 +0200, R.S. wrote: > >(and of course having really unique names is good) > Would it were so. I've had started tasks ABEND forENQ conflicts on temporary DSNs. Wouldn't happen if they'd just incorporate the job number. -- gil -

Re: Temporary dataset name qualifiers

2011-09-26 Thread Tony's Comcast account
ame.step3.blah.blah in step3 whereupon subsequent steps act upon them.. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of R.S. Sent: Monday, September 26, 2011 1:32 PM To: IBM-MAIN@bama.ua.edu Subject: Re: Temporary dataset name q

Re: Temporary dataset name qualifiers

2011-09-26 Thread R.S.
W dniu 2011-09-26 19:11, Paul Gilmartin pisze: On Mon, 26 Sep 2011 09:16:31 -0400, John Eells wrote: tulliofontana wrote: In our shop temporary datasets get allocated with a name that looks like this: SYS11266.T063251.RA000.SERSUP6O.ISPPROF.H05 SYS11266.T091933.RA000.JHEARN.R0160356 Where ca

Re: Temporary dataset name qualifiers

2011-09-26 Thread Paul Gilmartin
On Mon, 26 Sep 2011 09:16:31 -0400, John Eells wrote: >tulliofontana wrote: >> >> In our shop temporary datasets get allocated with a name that looks >> like this: >> SYS11266.T063251.RA000.SERSUP6O.ISPPROF.H05 >> SYS11266.T091933.RA000.JHEARN.R0160356 >> >> Where can I find what each qualifier re

Re: Temporary dataset name qualifiers

2011-09-26 Thread John Eells
tulliofont...@gmail.com wrote: Hi, In our shop temporary datasets get allocated with a name that looks like this: SYS11266.T063251.RA000.SERSUP6O.ISPPROF.H05 SYS11266.T091933.RA000.JHEARN.R0160356 Where can I find what each qualifier represents? Also, how can I change the dataset name format of