Thats NETDATA format. Deblock NetData will be useful.

If all you want is the data, here's a sample that extracts it ...

'? Reader',                       /* Read current RDR file */
'| Strnfind x03',                 /* Discard no-op records */
'| Substr 2-*',                   /* Discard the CCW       */
'| Locate 1',                     /* Discard null records  */
'| Pad 80',                       /* Ensure at least 80    */
'| Chop 80',                      /* No more than 80       */
'| Deblock NetData',              /* Decode the NetData    */
'| Strfind xC0',                  /* Find data records     */
'| Substr 2-*',                   /* Extract the data      */
...

On Fri, Aug 17, 2012 at 11:12 AM, Frank M. Ramaekers
<[email protected]>wrote:

> I'm not sure how to decode the READER stage stream.  If I look at it (pipe
> it to CONSOLE) there appears to be some prefix information:
>
>
>
>  #\INMR01        â    &      HOSTNAME    ANONYMOU      HOSTNAME    MAINT
>    20
>
> 1
>
>  20817150953      CMS/TSO Pipelines INMR123.>\INMR02          INMCOPY
>
>
>
>      â    &      - ñ            20120817150953      A  USERID  DATA      1
> \INMR
>
> 0
>
>  3         â    & ñ              ê{(actual data starts here)
>
>
>
> (If I PEEK the file, it looks just fine.)
>
>
>
> Frank M. Ramaekers Jr. | Systems Programmer | Information Technology |
> American Income Life Insurance Company | 254-761-6649
>
>
>
>
> _____________________________________________________
>
> This message contains information which is privileged and confidential and
> is solely for the use of the
>
> intended recipient. If you are not the intended recipient, be aware that
> any review, disclosure,
>
> copying, distribution, or use of the contents of this message is strictly
> prohibited. If you have
>
> received this in error, please destroy it immediately and notify us at
> [email protected].
>

Reply via email to