RE: Question about error message regarding invalid

From: William Bachman Date: September 07, 2005 technical Source: cognigencorp.com
From: "Bachman, William (MYD)" bachmanw@iconus.com Subject: RE: [NMusers] Question about error message regarding invalid Date: Wed, 7 Sep 2005 10:04:20 -0400 As Serge suggests, I think you have a blank first column in your .csv file that doesn't show in your email snippet of the data file because: 1. "0.1552822" should be item 9 not 10 2. if I run your control stream with a data file I make from the snippet, it runs without error. so you either need to remove the blank first column or add a dummy item to the $INPUT line to shift the reading of data items, e.g. (where C is the dummy item): $INPUT C ID TIME AMT RATE ADDL II EVID CMT DV MDV _______________________________________________________
Sep 06, 2005 Zexun Zhou Question about error message regarding invalid MDV field
Sep 06, 2005 Serge Guzy RE: Question about error message regarding invalid MDV field
Sep 07, 2005 William Bachman RE: Question about error message regarding invalid