Re: ICETOOL to parse "spanned" logical recs in physical recs

2017-11-13 Thread Mike Schwab
Sounds like an Occurs Depending On user field within a variable length record. On Mon, Nov 13, 2017 at 3:32 AM, Mike O'Connell wrote: > Non-standard? Well, it served somebody somewhere to cook up this file and > that's what i have to work with. > > As for FileManager, that's

Re: ICETOOL to parse "spanned" logical recs in physical recs

2017-11-13 Thread Mike O'Connell
Non-standard? Well, it served somebody somewhere to cook up this file and that's what i have to work with. As for FileManager, that's a possible but then so is EZT at this point, as the file apparently has EZT copybooks already set up that are forthcoming.

Re: ICETOOL to parse "spanned" logical recs in physical recs

2017-11-12 Thread scott Ford
What about using a much under-rated tool, File Manager ...? Scott On Nov 12, 2017, 9:06 AM -0500, Binyamin Dissen , wrote: > That is a non-standard format. > > How was it created? > > On Fri, 10 Nov 2017 06:58:02 -0600 Mike O'Connell wrote: > >

Re: ICETOOL to parse "spanned" logical recs in physical recs

2017-11-12 Thread Binyamin Dissen
That is a non-standard format. How was it created? On Fri, 10 Nov 2017 06:58:02 -0600 Mike O'Connell wrote: :>Hello, :> :>I want to parse a file with physical records that contain one or more logical records. Each logical record starts with a 2 byte binary length field.

ICETOOL to parse "spanned" logical recs in physical recs

2017-11-10 Thread Mike O'Connell
Hello, I want to parse a file with physical records that contain one or more logical records. Each logical record starts with a 2 byte binary length field. The goal is to produce a file that contains "logical = physical" records. I'm not seeing how ICETOOL could do this (although i've yet to