[CMS-PIPELINES] Replace single record in file

2020-09-10 Thread Stanislawski, Shawn (National VM Capability)
Anyone have a great idea on how to use PIPE to replace single record at a specified record number in a file without having to read / write out the entire file, with the following caveats? * the file could be either recfm FIXED or VARIABLE * the new record could potentially be either shor

Re: [CMS-PIPELINES] Replace single record in file

2020-09-10 Thread Rob van der Heij
On Thu, 10 Sep 2020 at 21:09, Stanislawski, Shawn (National VM Capability) < shaw...@dxc.com> wrote: > Anyone have a great idea on how to use PIPE to replace single record at a > specified record number in a file without having to read / write out the > entire file, with the following caveats? >

Re: [CMS-PIPELINES] Replace single record in file

2020-09-10 Thread Glenn Knickerbocker
On 9/10/2020 3:09 PM, Stanislawski, Shawn (National VM Capability) wrote: > Anyone have a great idea on how to use PIPE to replace single record > at a specified record number in a file without having to read / > write out the entire file, with the following caveats? > > * the file could be