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=(,PASS),DSN=&&ddname.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 qualifiers

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 can I find what each qualifier represents? Also, how can I
>>> change the dataset name format of these datasets?
>>
>> The short answer is that you cannot change the format (well, perhaps you
>> could with an Allocation exit), although there are two formats from
>> which to choose, and you can tell the system to always use one of them
>> if you choose to.
>>
> 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
>
> (and even nicer if I could use system variables in forming the DSN.)
> Ah, well, it's JCL.  What can one expect?

I disagree. If you want to assign DSN, you can do it. Of course system 
will treat it as regular permanent dataset. ...so what? In DFSMS era 
it's enough to create in ACS routines some "eyecatcher", like LLQ=TEMP.
Last, but not least: the name is generated, because user doesn't care 
what the name is, one doesn't need to know the name.


My €0.02
(and of course  having really unique names is good)

Regards
-- 
Radoslaw Skorupka
Lodz, Poland


--
Tre tej wiadomoci moe zawiera informacje prawnie chronione Banku 
przeznaczone wycznie do uytku subowego adresata. Odbiorc moe by jedynie 
jej adresat z wyczeniem dostpu osób trzecich. Jeeli nie jeste adresatem 
niniejszej wiadomoci lub pracownikiem upowanionym do jej przekazania 
adresatowi, informujemy, e jej rozpowszechnianie, kopiowanie, rozprowadzanie 
lub inne dziaanie o podobnym charakterze jest prawnie zabronione i moe by 
karalne. Jeeli otrzymae t wiadomo omykowo, prosimy niezwocznie 
zawiadomi nadawc wysyajc odpowied oraz trwale usun t wiadomo 
wczajc w to wszelkie jej kopie wydrukowane lub zapisane na dysku.

This e-mail may contain legally privileged information of the Bank and is 
intended solely for business use of the addressee. This e-mail may only be 
received by the addressee and may not be disclosed to any third parties. If you 
are not the intended addressee of this e-mail or the employee authorised to 
forward it to the addressee, be advised that any dissemination, copying, 
distribution or any other similar activity is legally prohibited and may be 
punishable. If you received this e-mail by mistake please advise the sender 
immediately by using the reply facility in your e-mail software and delete 
permanently this e-mail including any copies of it either printed or saved to 
hard drive. 

BRE Bank SA, 00-950 Warszawa, ul. Senatorska 18, tel. +48 (22) 829 00 00, fax 
+48 (22) 829 00 33, e-mail: i...@brebank.pl
Sd Rejonowy dla m. st. Warszawy XII Wydzia Gospodarczy Krajowego Rejestru 
Sdowego, nr rejestru przedsibiorców KRS 0000025237, NIP: 526-021-50-88. 
Wedug stanu na dzie 01.01.2011 r. kapita zakadowy BRE Banku SA (w caoci 
wpacony) wynosi 168.346.696 zotych.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to