What if the JCL has disp=mod

Sent from my iPhone

> On Dec 30, 2014, at 10:54 PM, John McKown <[email protected]> 
> wrote:
> 
> Allocate your DSN with a DISP of MOD instead of OLD or SHR.
> 
> ALLOC DDN(ddn) DSN(dsn) MOD
> 
> REPRO IDS(indsn) OUTFILE(ddn)
> 
> There is not a way to do it except by using the ALLOC command. I.e.
> ODS(dsn) on the REPRO is "hard coded" to a DISP of OLD, which overwrites.
> 
> On Tue, Dec 30, 2014 at 9:45 PM, Micheal Butz <[email protected]>
> wrote:
> 
>> Hi
>> 
>> Can IDCAMS repro
>> 
>> Append records to the end of a sequential data set
>> The repro command is in a clist
>> And it's whitin a loop
>> 
>> Seems repro replaces existing records in sequential dataset
>> 
>> Sent from my iPhone
>> 
>> ----------------------------------------------------------------------
>> For IBM-MAIN subscribe / signoff / archive access instructions,
>> send email to [email protected] with the message: INFO IBM-MAIN
> 
> 
> 
> -- 
> ​
> While a transcendent vocabulary is laudable, one must be eternally careful
> so that the calculated objective of communication does not become ensconced
> in obscurity.  In other words, eschew obfuscation.
> 
> 111,111,111 x 111,111,111 = 12,345,678,987,654,321
> 
> 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

Reply via email to