Re: Subject: SV: REXX IEBCOPY Continuation?

2012-02-19 Thread Paul Gilmartin
On Sun, 19 Feb 2012 12:50:40 -0500, Shmuel Metz (Seymour J.) wrote: > >>I stand corrected. You can't use REUSE when the new allocation is to >>a PATH; > >Is that a bug or a feature? It sounds BAD, unless IBM has accepted an >APAR on it. > TSO/E Command Ref. says: http://publibz.boulder.ibm.co

Re: Subject: SV: REXX IEBCOPY Continuation?

2012-02-19 Thread Shmuel Metz (Seymour J.)
In , on 02/18/2012 at 06:58 PM, Mike Schwab said: >Another program could have those DDNAMEs assigned to different >DSNAMEs. That's as much of an issue for the FREE as it is forr the ALLOC with REUSE. -- Shmuel (Seymour J.) Metz, SysProg and JOAT ISO position; see

Re: Subject: SV: REXX IEBCOPY Continuation?

2012-02-19 Thread Shmuel Metz (Seymour J.)
In <1485085136024538.wa.paulgboulderaim@bama.ua.edu>, on 02/18/2012 at 09:55 PM, Paul Gilmartin said: >A prior operation might have allocated those DDNAMEs to UNIX paths >and neglected to free them. Are you saying that REUSE doesn't work if the ddname is allocated to a Unix path? --

Re: Subject: SV: REXX IEBCOPY Continuation?

2012-02-19 Thread Shmuel Metz (Seymour J.)
In <2714322107556392.wa.paulgboulderaim@bama.ua.edu>, on 02/19/2012 at 01:24 AM, Paul Gilmartin said: >I stand corrected. You can't use REUSE when the new allocation is to >a PATH; Is that a bug or a feature? It sounds BAD, unless IBM has accepted an APAR on it. -- Shmuel (Seymou

Re: Subject: SV: REXX IEBCOPY Continuation?

2012-02-18 Thread Paul Gilmartin
On Sat, 18 Feb 2012 21:30:34 -0800, retired mainframer wrote: >:>: > >:>: > "ALLOC FI(INDD1) DSN('x..aaa') REUSE SHR" >:>: > "ALLOC FI(OUTDD1) DSN('x..bbb') REUSE SHR" >:>: > "ALLOC FI(SYSIN) DSN('x..ccc') REUSE SHR" >:>: > >:>: A prior operation might have allocated those D

Re: Subject: SV: REXX IEBCOPY Continuation?

2012-02-18 Thread retired mainframer
:>: -Original Message- :>: From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On :>: Behalf Of Paul Gilmartin :>: Sent: Saturday, February 18, 2012 7:56 PM :>: To: IBM-MAIN@bama.ua.edu :>: Subject: Re: Subject: SV: REXX IEBCOPY Continuation? :>: :>: O

Re: Subject: SV: REXX IEBCOPY Continuation?

2012-02-18 Thread retired mainframer
AIN@bama.ua.edu :>: Subject: Re: Subject: SV: REXX IEBCOPY Continuation? :>: :>: Another program could have those DDNAMEs assigned to different DSNAMEs. :>: :>: On Sat, Feb 18, 2012 at 5:38 PM, Shmuel Metz (Seymour J.) :>: wrote: :>: > In :>: > , :>: >

Re: Subject: SV: REXX IEBCOPY Continuation?

2012-02-18 Thread Paul Gilmartin
On Sat, 18 Feb 2012 18:58:50 -0600, Mike Schwab wrote: >Another program could have those DDNAMEs assigned to different DSNAMEs. > Do you believe that an allocate command with the REUSE option would fail to free a DDNAME allocated to a DSNAME? >On Sat, Feb 18, 2012 at 5:38 PM, Shmuel Metz (Seymou

Re: Subject: SV: REXX IEBCOPY Continuation?

2012-02-18 Thread Paul Gilmartin
On Sat, 18 Feb 2012 18:38:28 -0500, Shmuel Metz (Seymour J.) wrote: > >Why not > > "ALLOC FI(INDD1) DSN('x..aaa') REUSE SHR" > "ALLOC FI(OUTDD1) DSN('x..bbb') REUSE SHR" > "ALLOC FI(SYSIN) DSN('x..ccc') REUSE SHR" > A prior operation might have allocated those DDNAMEs to UN

Re: Subject: SV: REXX IEBCOPY Continuation?

2012-02-18 Thread Mike Schwab
Another program could have those DDNAMEs assigned to different DSNAMEs. On Sat, Feb 18, 2012 at 5:38 PM, Shmuel Metz (Seymour J.) wrote: > In > , > on 02/16/2012 >   at 08:14 AM, Mark Jones said: > >>"FREE F(INDD1)" >>"FREE F(OUTDD1)" >>"FREE F(SYSIN)" >>"ALLOC FI(INDD1) DSN('x..aaa') SH

Re: Subject: SV: REXX IEBCOPY Continuation?

2012-02-18 Thread Shmuel Metz (Seymour J.)
In , on 02/16/2012 at 08:14 AM, Mark Jones said: >"FREE F(INDD1)" >"FREE F(OUTDD1)" >"FREE F(SYSIN)" >"ALLOC FI(INDD1) DSN('x..aaa') SHR" >"ALLOC FI(OUTDD1) DSN('x..bbb') SHR" >"ALLOC FI(SYSIN) DSN('x..ccc') SHR" Why not "ALLOC FI(INDD1) DSN('x..aaa') R

Re: Subject: SV: REXX IEBCOPY Continuation?

2012-02-16 Thread Binyamin Dissen
On Thu, 16 Feb 2012 08:14:03 +0200 Mark Jones wrote: :>Hi :>I havent had a problem with this :>/* REXX */ :>"FREE F(INDD1)" :>"FREE F(OUTDD1)" :>"FREE F(SYSIN)" :>"ALLOC FI(INDD1) DSN('x..aaa') SHR" :>"ALLOC FI(OUTDD1) DSN('x..bbb') SHR" :>"ALLOC FI(SYSIN) DSN('x..

Subject: SV: REXX IEBCOPY Continuation?

2012-02-15 Thread Mark Jones
Hi I havent had a problem with this /* REXX */ "FREE F(INDD1)" "FREE F(OUTDD1)" "FREE F(SYSIN)" "ALLOC FI(INDD1) DSN('x..aaa') SHR" "ALLOC FI(OUTDD1) DSN('x..bbb') SHR" "ALLOC FI(SYSIN) DSN('x..ccc') SHR" "NEWSTACK" V1 = " C I=((INDD1,R)),O=OUTDD1" V2 = " SELECT M