<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Data Read in error- Variables repeat and made up in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Data-Read-in-error-Variables-repeat-and-made-up/m-p/329877#M73860</link>
    <description>&lt;P&gt;HOW are you reading the data? Data step, proc import or something else? What file format is the source data?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Were there any notes, warning or errors when reading the data?&lt;/P&gt;
&lt;P&gt;It may help to post the log of the code and result messages. Paste into a code box opened with the {i} icon.&lt;/P&gt;</description>
    <pubDate>Fri, 03 Feb 2017 19:08:51 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2017-02-03T19:08:51Z</dc:date>
    <item>
      <title>Data Read in error- Variables repeat and made up</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Read-in-error-Variables-repeat-and-made-up/m-p/329861#M73857</link>
      <description>&lt;P&gt;I have been using the same data set, multiple times now, just updating as needed. Suddenly, after 28 variables read in, SAS is now reading the titles correctly, but the data in the cells is incorrect. No log messages are appearing that are in reference to this event or not. It is not new data nor have I seen any notices on a possibly corrupted file. And the data appears to be interpreted as correct by SAS, it is not recognizing any other errors.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example: What data file looks like&lt;/P&gt;&lt;P&gt;Obs &amp;nbsp; ID &amp;nbsp;Time &amp;nbsp;....... (28 columns later).... Date5 &amp;nbsp;Weight 5&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1 &amp;nbsp; &amp;nbsp; &amp;nbsp;b1 &amp;nbsp; &amp;nbsp;12:00 &amp;nbsp; &amp;nbsp; ................................... Jun2&amp;nbsp; &amp;nbsp; 25&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2 &amp;nbsp; &amp;nbsp; &amp;nbsp;b2&amp;nbsp; &amp;nbsp; 02:00 &amp;nbsp; &amp;nbsp; ................................... Jun4&amp;nbsp; &amp;nbsp; 35 &amp;nbsp;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;3 &amp;nbsp; &amp;nbsp; &amp;nbsp;b3&amp;nbsp; &amp;nbsp; 02:00 &amp;nbsp; &amp;nbsp; ................................... Jun1&amp;nbsp; &amp;nbsp; 15&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;4 &amp;nbsp; &amp;nbsp; &amp;nbsp;b4 &amp;nbsp; &amp;nbsp;12:00 &amp;nbsp; &amp;nbsp; ................................... Jun2&amp;nbsp; &amp;nbsp; 25&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What SAS data file looks likes&lt;/P&gt;&lt;P&gt;Obs &amp;nbsp; ID &amp;nbsp;Time &amp;nbsp;....... (28 columns later).... Date5 &amp;nbsp;Weight 5&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1 &amp;nbsp; &amp;nbsp; &amp;nbsp;b1 &amp;nbsp; &amp;nbsp;12:00 &amp;nbsp; &amp;nbsp; ................................... 9 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2 &amp;nbsp; &amp;nbsp; &amp;nbsp;b2&amp;nbsp; &amp;nbsp; 02:00 &amp;nbsp; &amp;nbsp; ................................... 9 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1 &amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;3 &amp;nbsp; &amp;nbsp; &amp;nbsp;b3&amp;nbsp; &amp;nbsp; 02:00 &amp;nbsp; &amp;nbsp; ................................... 9 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;4 &amp;nbsp; &amp;nbsp; &amp;nbsp;b4 &amp;nbsp; &amp;nbsp;12:00 &amp;nbsp; &amp;nbsp; ................................... 9 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All intermitten columns match, so nothing is out of order. and 9 or 1 are not even relevant number in the data set. I've restarted and tried forming a new file. Nothing has worked so far.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2017 18:18:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Read-in-error-Variables-repeat-and-made-up/m-p/329861#M73857</guid>
      <dc:creator>ehines</dc:creator>
      <dc:date>2017-02-03T18:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: Data Read in error- Variables repeat and made up</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Read-in-error-Variables-repeat-and-made-up/m-p/329873#M73859</link>
      <description>Has this data been transferred fro windows to unix as binary instead of text? That adds a CR at end of line which causes SAS a bit of trouble reading the last column.&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Feb 2017 18:56:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Read-in-error-Variables-repeat-and-made-up/m-p/329873#M73859</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2017-02-03T18:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Data Read in error- Variables repeat and made up</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Read-in-error-Variables-repeat-and-made-up/m-p/329877#M73860</link>
      <description>&lt;P&gt;HOW are you reading the data? Data step, proc import or something else? What file format is the source data?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Were there any notes, warning or errors when reading the data?&lt;/P&gt;
&lt;P&gt;It may help to post the log of the code and result messages. Paste into a code box opened with the {i} icon.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2017 19:08:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Read-in-error-Variables-repeat-and-made-up/m-p/329877#M73860</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-02-03T19:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Data Read in error- Variables repeat and made up</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Read-in-error-Variables-repeat-and-made-up/m-p/329885#M73864</link>
      <description>&lt;P&gt;CSV file type, nothing converted, made on in microsoft excel and run on the same computer/OS.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data read in as::&lt;/P&gt;&lt;P&gt;data arginine;&lt;BR /&gt;infile '16_01 Individual Sow Data Set 3Feb2017 TEST.csv' dsd delimiter=',' firstobs=4 lrecl=500000;&lt;BR /&gt;input ID $ WK $ BRED_D GDU_PEN $ TRT $ SHIP_D GBARN $ GBARN_D GBARN_T FAR_RM FAR_HI FAR_D FarWk GEST_L&lt;BR /&gt;TB BA SB MM BA_Wtav BA_Wtvar BA_LitBW TB_Av TB_Wtvar X_Off X_On CROSS_ON X_Status $ REAR_OPP Mortality Dead24 Dead Weaned WnRm WnDate WN_HI WnWt Wn_LitWt WnWtAge WnWtVar PWGain PWADG LactHiT Estrus_d HNS Mating WEI Estrus Estrus7;&lt;BR /&gt;CtW= WnDate-BRED_D;&lt;BR /&gt;FulForm = TB - MM;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess i'm looking to see if anyone knows of any other infile limits i could try?there is nothing spectacular about this data set that makes it different than any other i have run before, and it simply stops reading correctly at the Mortality variable.&lt;/P&gt;&lt;P&gt;I've run this code and other files just like this one before, and they have worked just fine. The file isn't flagging itself as corrupt either.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here, the log lists errors for Removed variable, but, as far as I know, the data in that column is correct. Also, that column/variable doesn't show up until far after where the problems start (if the software reads the file from left to right)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LOG:&lt;/P&gt;&lt;P&gt;188 title '16_01 Arginine Trial Sow Evaluation, 3Feb2017&lt;BR /&gt;189 File: 16_01 SAS Data File 3Feb2017.csv';&lt;BR /&gt;190&lt;BR /&gt;191 data arginine;&lt;BR /&gt;192 infile '16_01 SAS Data File 3Feb2017.csv' dsd delimiter=',' firstobs=4 lrecl=500000;&lt;BR /&gt;193 input ID $ WK $ BRED_D GDU_PEN $ TRT $ SHIP_D GBARN $ GBARN_D GBARN_T FAR_RM&lt;BR /&gt;193! FAR_HI FAR_D FarWk GEST_L&lt;BR /&gt;194 TB BA SB MM BA_Wtav BA_Wtvar BA_LitBW TB_Av TB_Wtvar X_Off X_On&lt;BR /&gt;194! CROSS_ON X_Status $ REAR_OPP&lt;BR /&gt;195 Mortality 24dead Dead24 PWdEAD PCTDeadX&lt;BR /&gt;196 Weaned WnRm WnDate WN_HI WnWt Wn_LitWt WnWtAge WnWtVar PWGain PWADG LactHiT&lt;BR /&gt;197 Estrus_d HNS Mating WEI Estrus Estrus7 Removed Rem_Date RemRsn $ Note $&lt;BR /&gt;198 ;&lt;BR /&gt;199 CtW= WnDate-BRED_D;&lt;BR /&gt;200 FulForm = TB - MM;&lt;BR /&gt;201 run;&lt;/P&gt;&lt;P&gt;NOTE: The infile '16_01 SAS Data File 3Feb2017.csv' is:&lt;/P&gt;&lt;P&gt;Filename=C:\Users\ehines\Desktop\Box Sync\16_01 Arginine Trial Files.Shared\16_01 SAS&lt;BR /&gt;Data File 3Feb2017.csv,&lt;BR /&gt;RECFM=V,LRECL=500000,File Size (bytes)=99719,&lt;BR /&gt;Last Modified=03Feb2017:14:17:02,&lt;BR /&gt;Create Time=03Feb2017:07:43:34&lt;/P&gt;&lt;P&gt;NOTE: Invalid data for Removed in line 4 92-94.&lt;BR /&gt;RULE: ----+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+-&lt;BR /&gt;4 10001,11,240,205,LATE,349,1,352,3,16,.,359,28,119,14,7,1,6,1.55,0.05,10.85,1.44,0.15,0&lt;BR /&gt;87 ,2,2,Yes,9,1,0,1,1,0,8,16,375,72,4.95,39.6,15,0.66,3.4,0.23,74.17,381,0,1,6,1,1,0,,, 170&lt;BR /&gt;ID=10001 WK=11 BRED_D=240 GDU_PEN=205 TRT=LATE SHIP_D=349 GBARN=1 GBARN_D=352 GBARN_T=3&lt;BR /&gt;FAR_RM=16 FAR_HI=. FAR_D=359 FarWk=28 GEST_L=119 TB=14 BA=7 SB=1 MM=6 BA_Wtav=1.55 BA_Wtvar=0.05&lt;BR /&gt;BA_LitBW=10.85 TB_Av=1.44 TB_Wtvar=0.15 X_Off=0 X_On=2 CROSS_ON=2 X_Status=Yes REAR_OPP=9&lt;BR /&gt;Mortality=4 dead=9 Dead24=1 PWdEAD=352 PCTDeadX=3 Weaned=16 WnRm=. WnDate=359 WN_HI=28 WnWt=119&lt;BR /&gt;Wn_LitWt=14 WnWtAge=7 WnWtVar=1 PWGain=6 PWADG=1.55 LactHiT=0.05 Estrus_d=10.85 HNS=1.44&lt;BR /&gt;Mating=0.15 WEI=0 Estrus=2 Estrus7=2 Removed=. Rem_Date=9 RemRsn=1 Note=0 CtW=119 FulForm=8&lt;BR /&gt;_ERROR_=1 _N_=1&lt;BR /&gt;NOTE: Invalid data for Removed in line 5 90-92.&lt;BR /&gt;5 10002,11,240,205,LATE,349,1,352,3,16,.,356,27,116,17,12,1,4,1.02,0.01,12.05,1,0.01,0,2&lt;BR /&gt;87 ,2,Yes,14,2,1,1,2,0,12,16,375,72,5.16,61.95,18,0.6,4.14,0.23,74.17,381,0,1,6,1,1,0,,, 171&lt;BR /&gt;ID=10002 WK=11 BRED_D=240 GDU_PEN=205 TRT=LATE SHIP_D=349 GBARN=1 GBARN_D=352 GBARN_T=3&lt;BR /&gt;FAR_RM=16 FAR_HI=. FAR_D=356 FarWk=27 GEST_L=116 TB=17 BA=12 SB=1 MM=4 BA_Wtav=1.02&lt;BR /&gt;BA_Wtvar=0.01 BA_LitBW=12.05 TB_Av=1 TB_Wtvar=0.01 X_Off=0 X_On=2 CROSS_ON=2 X_Status=Yes&lt;BR /&gt;REAR_OPP=14 Mortality=4 dead=9 Dead24=1 PWdEAD=352 PCTDeadX=3 Weaned=16 WnRm=. WnDate=356&lt;BR /&gt;WN_HI=27 WnWt=116 Wn_LitWt=17 WnWtAge=12 WnWtVar=1 PWGain=4 PWADG=1.02 LactHiT=0.01&lt;BR /&gt;Estrus_d=12.05 HNS=1 Mating=0.01 WEI=0 Estrus=2 Estrus7=2 Removed=. Rem_Date=14 RemRsn=2 Note=1&lt;BR /&gt;CtW=116 FulForm=13 _ERROR_=1 _N_=2&lt;BR /&gt;NOTE: Invalid data for Removed in line 6 92-94.&lt;BR /&gt;6 10003,11,240,205,LATE,349,1,352,3,16,.,356,27,116,12,10,0,2,1.16,0.02,11.6,1.16,0.02,0&lt;BR /&gt;87 ,2,2,Yes,12,,,,,.,.,16,375,72,5.04,55.45,18,2.43,3.88,0.22,74.17,380,0,1,5,1,1,0,,, 169&lt;BR /&gt;ID=10003 WK=11 BRED_D=240 GDU_PEN=205 TRT=LATE SHIP_D=349 GBARN=1 GBARN_D=352 GBARN_T=3&lt;BR /&gt;FAR_RM=16 FAR_HI=. FAR_D=356 FarWk=27 GEST_L=116 TB=12 BA=10 SB=0 MM=2 BA_Wtav=1.16&lt;BR /&gt;BA_Wtvar=0.02 BA_LitBW=11.6 TB_Av=1.16 TB_Wtvar=0.02 X_Off=0 X_On=2 CROSS_ON=2 X_Status=Yes&lt;BR /&gt;REAR_OPP=12 Mortality=4 dead=9 Dead24=1 PWdEAD=352 PCTDeadX=3 Weaned=16 WnRm=. WnDate=356&lt;BR /&gt;WN_HI=27 WnWt=116 Wn_LitWt=12 WnWtAge=10 WnWtVar=0 PWGain=2 PWADG=1.16 LactHiT=0.02&lt;BR /&gt;Estrus_d=11.6 HNS=1.16 Mating=0.02 WEI=0 Estrus=2 Estrus7=2 Removed=. Rem_Date=12 RemRsn=&lt;BR /&gt;Note= CtW=116 FulForm=10 _ERROR_=1 _N_=3&lt;BR /&gt;NOTE: Invalid data for Removed in line 7 92-93.&lt;BR /&gt;7 10004,11,240,205,LATE,349,1,352,3,16,.,354,27,114,16,16,0,0,1.23,0.09,19.7,1.23,0.09,0&lt;BR /&gt;87 ,0,0,No,16,2,0,2,2,.,15,16,375,72,4.36,65.4,20,2.4,3.13,0.16,74.17,383,1,0,8,1,0,0,,,1&lt;BR /&gt;173 dead after wean weights collected- considered weaned and dead 234&lt;BR /&gt;ID=10004 WK=11 BRED_D=240 GDU_PEN=205 TRT=LATE SHIP_D=349 GBARN=1 GBARN_D=352 GBARN_T=3&lt;BR /&gt;FAR_RM=16 FAR_HI=. FAR_D=354 FarWk=27 GEST_L=114 TB=16 BA=16 SB=0 MM=0 BA_Wtav=1.23&lt;BR /&gt;BA_Wtvar=0.09 BA_LitBW=19.7 TB_Av=1.23 TB_Wtvar=0.09 X_Off=0 X_On=0 CROSS_ON=0 X_Status=No&lt;BR /&gt;REAR_OPP=16 Mortality=4 dead=9 Dead24=1 PWdEAD=352 PCTDeadX=3 Weaned=16 WnRm=. WnDate=354&lt;BR /&gt;WN_HI=27 WnWt=114 Wn_LitWt=16 WnWtAge=16 WnWtVar=0 PWGain=0 PWADG=1.23 LactHiT=0.09&lt;BR /&gt;Estrus_d=19.7 HNS=1.23 Mating=0.09 WEI=0 Estrus=0 Estrus7=0 Removed=. Rem_Date=16 RemRsn=2&lt;BR /&gt;Note=0 CtW=114 FulForm=16 _ERROR_=1 _N_=4&lt;BR /&gt;NOTE: Invalid data for Removed in line 8 91-92.&lt;BR /&gt;8 10006,11,240,205,LATE,349,1,352,3,16,.,358,27,118,12,12,0,0,1.4,0.02,16.85,1.4,0.02,0,&lt;BR /&gt;87 0,0,No,12,2,0,2,2,.,10,16,375,72,5.66,56.55,16,0.2,4.25,0.27,74.17,393,0,1,18,1,0,0,,, 172&lt;BR /&gt;ID=10006 WK=11 BRED_D=240 GDU_PEN=205 TRT=LATE SHIP_D=349 GBARN=1 GBARN_D=352 GBARN_T=3&lt;BR /&gt;FAR_RM=16 FAR_HI=. FAR_D=358 FarWk=27 GEST_L=118 TB=12 BA=12 SB=0 MM=0 BA_Wtav=1.4 BA_Wtvar=0.02&lt;BR /&gt;BA_LitBW=16.85 TB_Av=1.4 TB_Wtvar=0.02 X_Off=0 X_On=0 CROSS_ON=0 X_Status=No REAR_OPP=12&lt;BR /&gt;Mortality=4 dead=9 Dead24=1 PWdEAD=352 PCTDeadX=3 Weaned=16 WnRm=. WnDate=358 WN_HI=27 WnWt=118&lt;BR /&gt;Wn_LitWt=12 WnWtAge=12 WnWtVar=0 PWGain=0 PWADG=1.4 LactHiT=0.02 Estrus_d=16.85 HNS=1.4&lt;BR /&gt;Mating=0.02 WEI=0 Estrus=0 Estrus7=0 Removed=. Rem_Date=12 RemRsn=2 Note=0 CtW=118 FulForm=12&lt;BR /&gt;_ERROR_=1 _N_=5&lt;BR /&gt;NOTE: Invalid data for Removed in line 9 94-95.&lt;BR /&gt;9 10007,11,240,205,LATE,349,1,352,3,16,77,355,27,115,17,16,1,0,1.22,0.03,19.55,1.17,0.07&lt;BR /&gt;87 ,0,0,0,No,16,,,,,.,.,16,375,72,4.84,53.2,19,2.69,3.61,0.19,74.17,380,0,1,5,1,1,0,,, 169&lt;BR /&gt;ID=10007 WK=11 BRED_D=240 GDU_PEN=205 TRT=LATE SHIP_D=349 GBARN=1 GBARN_D=352 GBARN_T=3&lt;BR /&gt;FAR_RM=16 FAR_HI=77 FAR_D=355 FarWk=27 GEST_L=115 TB=17 BA=16 SB=1 MM=0 BA_Wtav=1.22&lt;BR /&gt;BA_Wtvar=0.03 BA_LitBW=19.55 TB_Av=1.17 TB_Wtvar=0.07 X_Off=0 X_On=0 CROSS_ON=0 X_Status=No&lt;BR /&gt;REAR_OPP=16 Mortality=4 dead=9 Dead24=1 PWdEAD=352 PCTDeadX=3 Weaned=16 WnRm=77 WnDate=355&lt;BR /&gt;WN_HI=27 WnWt=115 Wn_LitWt=17 WnWtAge=16 WnWtVar=1 PWGain=0 PWADG=1.22 LactHiT=0.03&lt;BR /&gt;Estrus_d=19.55 HNS=1.17 Mating=0.07 WEI=0 Estrus=0 Estrus7=0 Removed=. Rem_Date=16 RemRsn=&lt;BR /&gt;Note= CtW=115 FulForm=17 _ERROR_=1 _N_=6&lt;BR /&gt;NOTE: Invalid data for Removed in line 10 92-94.&lt;BR /&gt;10 10008,11,240,205,LATE,349,1,352,3,16,.,357,27,117,16,16,0,0,1.3,0.06,20.85,1.3,0.06,2,&lt;BR /&gt;87 0,-2,Yes,14,1,0,1,1,.,13,16,375,72,3.66,47.55,17,0.29,2.35,0.14,74.17,382,0,1,7,1,1,0,&lt;BR /&gt;173 ,, 174&lt;BR /&gt;ID=10008 WK=11 BRED_D=240 GDU_PEN=205 TRT=LATE SHIP_D=349 GBARN=1 GBARN_D=352 GBARN_T=3&lt;BR /&gt;FAR_RM=16 FAR_HI=. FAR_D=357 FarWk=27 GEST_L=117 TB=16 BA=16 SB=0 MM=0 BA_Wtav=1.3 BA_Wtvar=0.06&lt;BR /&gt;BA_LitBW=20.85 TB_Av=1.3 TB_Wtvar=0.06 X_Off=2 X_On=0 CROSS_ON=-2 X_Status=Yes REAR_OPP=14&lt;BR /&gt;Mortality=4 dead=9 Dead24=1 PWdEAD=352 PCTDeadX=3 Weaned=16 WnRm=. WnDate=357 WN_HI=27 WnWt=117&lt;BR /&gt;Wn_LitWt=16 WnWtAge=16 WnWtVar=0 PWGain=0 PWADG=1.3 LactHiT=0.06 Estrus_d=20.85 HNS=1.3&lt;BR /&gt;Mating=0.06 WEI=2 Estrus=0 Estrus7=-2 Removed=. Rem_Date=14 RemRsn=1 Note=0 CtW=117 FulForm=16&lt;BR /&gt;_ERROR_=1 _N_=7&lt;BR /&gt;NOTE: Invalid data for Removed in line 11 92-93.&lt;BR /&gt;11 10009,11,240,205,LATE,349,1,352,3,17,.,358,27,118,14,11,0,3,1.52,0.12,16.7,1.52,0.12,0&lt;BR /&gt;87 ,0,0,No,11,0,0,0,0,.,11,17,376,.,5.75,63.2,17,0.79,4.23,0.25,76.86,381,0,1,5,1,1,0,,, 171&lt;BR /&gt;ID=10009 WK=11 BRED_D=240 GDU_PEN=205 TRT=LATE SHIP_D=349 GBARN=1 GBARN_D=352 GBARN_T=3&lt;BR /&gt;FAR_RM=17 FAR_HI=. FAR_D=358 FarWk=27 GEST_L=118 TB=14 BA=11 SB=0 MM=3 BA_Wtav=1.52&lt;BR /&gt;BA_Wtvar=0.12 BA_LitBW=16.7 TB_Av=1.52 TB_Wtvar=0.12 X_Off=0 X_On=0 CROSS_ON=0 X_Status=No&lt;BR /&gt;REAR_OPP=11 Mortality=4 dead=9 Dead24=1 PWdEAD=352 PCTDeadX=3 Weaned=17 WnRm=. WnDate=358&lt;BR /&gt;WN_HI=27 WnWt=118 Wn_LitWt=14 WnWtAge=11 WnWtVar=0 PWGain=3 PWADG=1.52 LactHiT=0.12&lt;BR /&gt;Estrus_d=16.7 HNS=1.52 Mating=0.12 WEI=0 Estrus=0 Estrus7=0 Removed=. Rem_Date=11 RemRsn=0&lt;BR /&gt;Note=0 CtW=118 FulForm=11 _ERROR_=1 _N_=8&lt;BR /&gt;NOTE: Invalid data for Removed in line 12 91-93.&lt;BR /&gt;12 10010,11,240,205,LATE,349,1,352,3,17,.,358,27,118,16,15,0,1,1.48,0.09,22.2,1.48,0.1,0,&lt;BR /&gt;87 1,1,Yes,16,2,2,0,2,0,14,17,376,.,5.23,73.2,17,0.58,3.75,0.22,76.86,382,0,1,6,1,1,0,,, 171&lt;BR /&gt;ID=10010 WK=11 BRED_D=240 GDU_PEN=205 TRT=LATE SHIP_D=349 GBARN=1 GBARN_D=352 GBARN_T=3&lt;BR /&gt;FAR_RM=17 FAR_HI=. FAR_D=358 FarWk=27 GEST_L=118 TB=16 BA=15 SB=0 MM=1 BA_Wtav=1.48&lt;BR /&gt;BA_Wtvar=0.09 BA_LitBW=22.2 TB_Av=1.48 TB_Wtvar=0.1 X_Off=0 X_On=1 CROSS_ON=1 X_Status=Yes&lt;BR /&gt;REAR_OPP=16 Mortality=4 dead=9 Dead24=1 PWdEAD=352 PCTDeadX=3 Weaned=17 WnRm=. WnDate=358&lt;BR /&gt;WN_HI=27 WnWt=118 Wn_LitWt=16 WnWtAge=15 WnWtVar=0 PWGain=1 PWADG=1.48 LactHiT=0.09&lt;BR /&gt;Estrus_d=22.2 HNS=1.48 Mating=0.1 WEI=0 Estrus=1 Estrus7=1 Removed=. Rem_Date=16 RemRsn=2 Note=2&lt;BR /&gt;CtW=118 FulForm=15 _ERROR_=1 _N_=9&lt;BR /&gt;NOTE: Invalid data for Removed in line 13 93-95.&lt;BR /&gt;13 10011,11,240,205,LATE,349,1,352,3,17,.,357,27,117,13,13,0,0,1.57,0.07,20.35,1.57,0.07,&lt;BR /&gt;87 0,3,3,Yes,16,1,0,1,1,1,15,17,376,.,4.82,72.35,18,0.52,3.26,0.18,76.86,382,0,1,6,1,1,0,&lt;BR /&gt;173 ,, 174&lt;BR /&gt;ID=10011 WK=11 BRED_D=240 GDU_PEN=205 TRT=LATE SHIP_D=349 GBARN=1 GBARN_D=352 GBARN_T=3&lt;BR /&gt;FAR_RM=17 FAR_HI=. FAR_D=357 FarWk=27 GEST_L=117 TB=13 BA=13 SB=0 MM=0 BA_Wtav=1.57&lt;BR /&gt;BA_Wtvar=0.07 BA_LitBW=20.35 TB_Av=1.57 TB_Wtvar=0.07 X_Off=0 X_On=3 CROSS_ON=3 X_Status=Yes&lt;BR /&gt;REAR_OPP=16 Mortality=4 dead=9 Dead24=1 PWdEAD=352 PCTDeadX=3 Weaned=17 WnRm=. WnDate=357&lt;BR /&gt;WN_HI=27 WnWt=117 Wn_LitWt=13 WnWtAge=13 WnWtVar=0 PWGain=0 PWADG=1.57 LactHiT=0.07&lt;BR /&gt;Estrus_d=20.35 HNS=1.57 Mating=0.07 WEI=0 Estrus=3 Estrus7=3 Removed=. Rem_Date=16 RemRsn=1&lt;BR /&gt;Note=0 CtW=117 FulForm=13 _ERROR_=1 _N_=10&lt;BR /&gt;NOTE: Invalid data for Removed in line 14 94-95.&lt;BR /&gt;14 10012,11,240,205,LATE,349,1,352,3,17,77,355,27,115,19,16,3,0,1.27,0.04,20.35,1.24,0.36&lt;BR /&gt;87 ,0,0,0,No,16,,,,,.,.,17,376,.,5.53,71.85,20,0.55,4.26,0.21,76.86,389,0,1,13,1,0,0,,, 170&lt;BR /&gt;ID=10012 WK=11 BRED_D=240 GDU_PEN=205 TRT=LATE SHIP_D=349 GBARN=1 GBARN_D=352 GBARN_T=3&lt;BR /&gt;FAR_RM=17 FAR_HI=77 FAR_D=355 FarWk=27 GEST_L=115 TB=19 BA=16 SB=3 MM=0 BA_Wtav=1.27&lt;BR /&gt;BA_Wtvar=0.04 BA_LitBW=20.35 TB_Av=1.24 TB_Wtvar=0.36 X_Off=0 X_On=0 CROSS_ON=0 X_Status=No&lt;BR /&gt;REAR_OPP=16 Mortality=4 dead=9 Dead24=1 PWdEAD=352 PCTDeadX=3 Weaned=17 WnRm=77 WnDate=355&lt;BR /&gt;WN_HI=27 WnWt=115 Wn_LitWt=19 WnWtAge=16 WnWtVar=3 PWGain=0 PWADG=1.27 LactHiT=0.04&lt;BR /&gt;Estrus_d=20.35 HNS=1.24 Mating=0.36 WEI=0 Estrus=0 Estrus7=0 Removed=. Rem_Date=16 RemRsn=&lt;BR /&gt;Note= CtW=115 FulForm=19 _ERROR_=1 _N_=11&lt;BR /&gt;NOTE: Invalid data for Removed in line 15 92-93.&lt;BR /&gt;15 10015,11,240,205,LATE,349,1,352,3,17,.,356,27,116,13,12,1,0,1.28,0.03,15.38,1.3,0.03,0&lt;BR /&gt;87 ,0,0,No,12,1,0,1,1,.,11,17,376,.,6.15,67.7,19,0.14,4.87,0.26,76.86,382,0,1,6,1,1,0,,, 171&lt;BR /&gt;ID=10015 WK=11 BRED_D=240 GDU_PEN=205 TRT=LATE SHIP_D=349 GBARN=1 GBARN_D=352 GBARN_T=3&lt;BR /&gt;FAR_RM=17 FAR_HI=. FAR_D=356 FarWk=27 GEST_L=116 TB=13 BA=12 SB=1 MM=0 BA_Wtav=1.28&lt;BR /&gt;BA_Wtvar=0.03 BA_LitBW=15.38 TB_Av=1.3 TB_Wtvar=0.03 X_Off=0 X_On=0 CROSS_ON=0 X_Status=No&lt;BR /&gt;REAR_OPP=12 Mortality=4 dead=9 Dead24=1 PWdEAD=352 PCTDeadX=3 Weaned=17 WnRm=. WnDate=356&lt;BR /&gt;WN_HI=27 WnWt=116 Wn_LitWt=13 WnWtAge=12 WnWtVar=1 PWGain=0 PWADG=1.28 LactHiT=0.03&lt;BR /&gt;Estrus_d=15.38 HNS=1.3 Mating=0.03 WEI=0 Estrus=0 Estrus7=0 Removed=. Rem_Date=12 RemRsn=1&lt;BR /&gt;Note=0 CtW=116 FulForm=13 _ERROR_=1 _N_=12&lt;BR /&gt;NOTE: Invalid data for Removed in line 16 92-93.&lt;BR /&gt;16 10016,11,240,206,FULL,349,1,352,3,17,.,356,27,116,14,13,1,0,1.24,0.06,16.1,1.21,0.07,0&lt;BR /&gt;87 ,0,0,No,13,1,0,1,1,.,12,17,376,.,6.24,74.9,19,1.02,5,0.26,76.86,382,0,1,6,1,1,0,,, 168&lt;BR /&gt;ID=10016 WK=11 BRED_D=240 GDU_PEN=206 TRT=FULL SHIP_D=349 GBARN=1 GBARN_D=352 GBARN_T=3&lt;BR /&gt;FAR_RM=17 FAR_HI=. FAR_D=356 FarWk=27 GEST_L=116 TB=14 BA=13 SB=1 MM=0 BA_Wtav=1.24&lt;BR /&gt;BA_Wtvar=0.06 BA_LitBW=16.1 TB_Av=1.21 TB_Wtvar=0.07 X_Off=0 X_On=0 CROSS_ON=0 X_Status=No&lt;BR /&gt;REAR_OPP=13 Mortality=4 dead=9 Dead24=1 PWdEAD=352 PCTDeadX=3 Weaned=17 WnRm=. WnDate=356&lt;BR /&gt;WN_HI=27 WnWt=116 Wn_LitWt=14 WnWtAge=13 WnWtVar=1 PWGain=0 PWADG=1.24 LactHiT=0.06&lt;BR /&gt;Estrus_d=16.1 HNS=1.21 Mating=0.07 WEI=0 Estrus=0 Estrus7=0 Removed=. Rem_Date=13 RemRsn=1&lt;BR /&gt;Note=0 CtW=116 FulForm=14 _ERROR_=1 _N_=13&lt;BR /&gt;NOTE: Invalid data for Removed in line 17 92-93.&lt;BR /&gt;17 10017,11,240,206,FULL,349,1,352,3,17,.,354,27,114,16,14,2,0,1.38,0.08,19.3,1.34,0.08,0&lt;BR /&gt;87 ,0,0,No,14,1,0,1,1,.,13,17,375,76,6.41,83.35,20,1.08,5.03,0.25,76.86,380,0,1,5,1,1,0,,&lt;BR /&gt;173 , 173&lt;BR /&gt;ID=10017 WK=11 BRED_D=240 GDU_PEN=206 TRT=FULL SHIP_D=349 GBARN=1 GBARN_D=352 GBARN_T=3&lt;BR /&gt;FAR_RM=17 FAR_HI=. FAR_D=354 FarWk=27 GEST_L=114 TB=16 BA=14 SB=2 MM=0 BA_Wtav=1.38&lt;BR /&gt;BA_Wtvar=0.08 BA_LitBW=19.3 TB_Av=1.34 TB_Wtvar=0.08 X_Off=0 X_On=0 CROSS_ON=0 X_Status=No&lt;BR /&gt;REAR_OPP=14 Mortality=4 dead=9 Dead24=1 PWdEAD=352 PCTDeadX=3 Weaned=17 WnRm=. WnDate=354&lt;BR /&gt;WN_HI=27 WnWt=114 Wn_LitWt=16 WnWtAge=14 WnWtVar=2 PWGain=0 PWADG=1.38 LactHiT=0.08&lt;BR /&gt;Estrus_d=19.3 HNS=1.34 Mating=0.08 WEI=0 Estrus=0 Estrus7=0 Removed=. Rem_Date=14 RemRsn=1&lt;BR /&gt;Note=0 CtW=114 FulForm=16 _ERROR_=1 _N_=14&lt;BR /&gt;NOTE: Invalid data for Removed in line 18 93-95.&lt;BR /&gt;18 10018,11,240,206,FULL,349,1,352,3,17,.,357,27,117,16,16,0,0,1.21,0.03,19.3,1.17,0.06,3&lt;BR /&gt;87 ,0,-3,Yes,13,1,1,0,1,.,12,17,375,76,4.99,59.9,17,0.39,3.78,0.22,76.86,383,1,0,8,1,0,0,&lt;BR /&gt;173 ,, 174&lt;BR /&gt;ID=10018 WK=11 BRED_D=240 GDU_PEN=206 TRT=FULL SHIP_D=349 GBARN=1 GBARN_D=352 GBARN_T=3&lt;BR /&gt;FAR_RM=17 FAR_HI=. FAR_D=357 FarWk=27 GEST_L=117 TB=16 BA=16 SB=0 MM=0 BA_Wtav=1.21&lt;BR /&gt;BA_Wtvar=0.03 BA_LitBW=19.3 TB_Av=1.17 TB_Wtvar=0.06 X_Off=3 X_On=0 CROSS_ON=-3 X_Status=Yes&lt;BR /&gt;REAR_OPP=13 Mortality=4 dead=9 Dead24=1 PWdEAD=352 PCTDeadX=3 Weaned=17 WnRm=. WnDate=357&lt;BR /&gt;WN_HI=27 WnWt=117 Wn_LitWt=16 WnWtAge=16 WnWtVar=0 PWGain=0 PWADG=1.21 LactHiT=0.03&lt;BR /&gt;Estrus_d=19.3 HNS=1.17 Mating=0.06 WEI=3 Estrus=0 Estrus7=-3 Removed=. Rem_Date=13 RemRsn=1&lt;BR /&gt;Note=1 CtW=117 FulForm=16 _ERROR_=1 _N_=15&lt;BR /&gt;NOTE: Invalid data for Removed in line 19 93-94.&lt;BR /&gt;19 10019,11,240,206,FULL,349,1,352,3,17,.,354,27,114,14,13,1,0,1.24,0.06,15.65,1.19,0.07,&lt;BR /&gt;87 0,0,0,No,13,1,1,0,1,.,12,17,376,.,6.15,73.8,21,0.61,4.91,0.23,76.86,381,0,1,5,1,1,0,,, 172&lt;BR /&gt;ID=10019 WK=11 BRED_D=240 GDU_PEN=206 TRT=FULL SHIP_D=349 GBARN=1 GBARN_D=352 GBARN_T=3&lt;BR /&gt;FAR_RM=17 FAR_HI=. FAR_D=354 FarWk=27 GEST_L=114 TB=14 BA=13 SB=1 MM=0 BA_Wtav=1.24&lt;BR /&gt;BA_Wtvar=0.06 BA_LitBW=15.65 TB_Av=1.19 TB_Wtvar=0.07 X_Off=0 X_On=0 CROSS_ON=0 X_Status=No&lt;BR /&gt;REAR_OPP=13 Mortality=4 dead=9 Dead24=1 PWdEAD=352 PCTDeadX=3 Weaned=17 WnRm=. WnDate=354&lt;BR /&gt;WN_HI=27 WnWt=114 Wn_LitWt=14 WnWtAge=13 WnWtVar=1 PWGain=0 PWADG=1.24 LactHiT=0.06&lt;BR /&gt;Estrus_d=15.65 HNS=1.19 Mating=0.07 WEI=0 Estrus=0 Estrus7=0 Removed=. Rem_Date=13 RemRsn=1&lt;BR /&gt;Note=1 CtW=114 FulForm=14 _ERROR_=1 _N_=16&lt;BR /&gt;NOTE: Invalid data for Removed in line 20 93-94.&lt;BR /&gt;20 10020,11,240,206,FULL,349,1,352,3,17,77,355,27,115,15,13,2,0,1.2,0.06,15.55,1.21,0.06,&lt;BR /&gt;87 0,0,0,No,13,0,0,0,0,.,13,17,375,76,5.59,72.65,19,0.48,4.39,0.23,76.86,382,0,1,7,1,1,0,&lt;BR /&gt;173 ,, 174&lt;BR /&gt;ID=10020 WK=11 BRED_D=240 GDU_PEN=206 TRT=FULL SHIP_D=349 GBARN=1 GBARN_D=352 GBARN_T=3&lt;BR /&gt;FAR_RM=17 FAR_HI=77 FAR_D=355 FarWk=27 GEST_L=115 TB=15 BA=13 SB=2 MM=0 BA_Wtav=1.2&lt;BR /&gt;BA_Wtvar=0.06 BA_LitBW=15.55 TB_Av=1.21 TB_Wtvar=0.06 X_Off=0 X_On=0 CROSS_ON=0 X_Status=No&lt;BR /&gt;REAR_OPP=13 Mortality=4 dead=9 Dead24=1 PWdEAD=352 PCTDeadX=3 Weaned=17 WnRm=77 WnDate=355&lt;BR /&gt;WN_HI=27 WnWt=115 Wn_LitWt=15 WnWtAge=13 WnWtVar=2 PWGain=0 PWADG=1.2 LactHiT=0.06&lt;BR /&gt;Estrus_d=15.55 HNS=1.21 Mating=0.06 WEI=0 Estrus=0 Estrus7=0 Removed=. Rem_Date=13 RemRsn=0&lt;BR /&gt;Note=0 CtW=115 FulForm=15 _ERROR_=1 _N_=17&lt;BR /&gt;NOTE: Invalid data for Removed in line 21 91-92.&lt;BR /&gt;21 10021,11,240,206,FULL,349,1,352,3,17,.,354,27,114,15,11,4,0,1.5,0.07,16.5,1.43,0.07,0,&lt;BR /&gt;87 0,0,No,11,0,0,0,0,.,11,17,376,.,6.68,73.45,21,1.32,5.18,0.25,76.86,381,0,1,5,1,1,0,,, 171&lt;BR /&gt;ID=10021 WK=11 BRED_D=240 GDU_PEN=206 TRT=FULL SHIP_D=349 GBARN=1 GBARN_D=352 GBARN_T=3&lt;BR /&gt;FAR_RM=17 FAR_HI=. FAR_D=354 FarWk=27 GEST_L=114 TB=15 BA=11 SB=4 MM=0 BA_Wtav=1.5 BA_Wtvar=0.07&lt;BR /&gt;BA_LitBW=16.5 TB_Av=1.43 TB_Wtvar=0.07 X_Off=0 X_On=0 CROSS_ON=0 X_Status=No REAR_OPP=11&lt;BR /&gt;Mortality=4 dead=9 Dead24=1 PWdEAD=352 PCTDeadX=3 Weaned=17 WnRm=. WnDate=354 WN_HI=27 WnWt=114&lt;BR /&gt;Wn_LitWt=15 WnWtAge=11 WnWtVar=4 PWGain=0 PWADG=1.5 LactHiT=0.07 Estrus_d=16.5 HNS=1.43&lt;BR /&gt;Mating=0.07 WEI=0 Estrus=0 Estrus7=0 Removed=. Rem_Date=11 RemRsn=0 Note=0 CtW=114 FulForm=15&lt;BR /&gt;_ERROR_=1 _N_=18&lt;BR /&gt;NOTE: Invalid data for Removed in line 22 93-94.&lt;BR /&gt;22 10022,11,240,206,FULL,349,1,352,3,17,77,355,27,115,15,15,0,0,1.43,0.13,21.5,1.43,0.13,&lt;BR /&gt;87 0,0,0,No,15,0,0,0,0,.,15,17,376,.,5.15,77.2,20,1.29,3.71,0.19,76.86,383,0,1,7,1,1,0,,, 172&lt;BR /&gt;ID=10022 WK=11 BRED_D=240 GDU_PEN=206 TRT=FULL SHIP_D=349 GBARN=1 GBARN_D=352 GBARN_T=3&lt;BR /&gt;FAR_RM=17 FAR_HI=77 FAR_D=355 FarWk=27 GEST_L=115 TB=15 BA=15 SB=0 MM=0 BA_Wtav=1.43&lt;BR /&gt;BA_Wtvar=0.13 BA_LitBW=21.5 TB_Av=1.43 TB_Wtvar=0.13 X_Off=0 X_On=0 CROSS_ON=0 X_Status=No&lt;BR /&gt;REAR_OPP=15 Mortality=4 dead=9 Dead24=1 PWdEAD=352 PCTDeadX=3 Weaned=17 WnRm=77 WnDate=355&lt;BR /&gt;WN_HI=27 WnWt=115 Wn_LitWt=15 WnWtAge=15 WnWtVar=0 PWGain=0 PWADG=1.43 LactHiT=0.13&lt;BR /&gt;Estrus_d=21.5 HNS=1.43 Mating=0.13 WEI=0 Estrus=0 Estrus7=0 Removed=. Rem_Date=15 RemRsn=0&lt;BR /&gt;Note=0 CtW=115 FulForm=15 _ERROR_=1 _N_=19&lt;BR /&gt;NOTE: Invalid data for Removed in line 23 92-93.&lt;BR /&gt;WARNING: Limit set by ERRORS= option reached. Further errors of this type will not be printed.&lt;BR /&gt;23 10024,11,240,206,FULL,349,1,352,3,16,.,354,27,114,14,11,3,0,1.26,0.01,13.9,1.26,0.01,0&lt;BR /&gt;87 ,0,0,No,11,,,,,.,.,16,375,72,6,60,20,1.11,4.74,0.24,74.17,381,0,1,6,1,1,0,,, 162&lt;BR /&gt;ID=10024 WK=11 BRED_D=240 GDU_PEN=206 TRT=FULL SHIP_D=349 GBARN=1 GBARN_D=352 GBARN_T=3&lt;BR /&gt;FAR_RM=16 FAR_HI=. FAR_D=354 FarWk=27 GEST_L=114 TB=14 BA=11 SB=3 MM=0 BA_Wtav=1.26&lt;BR /&gt;BA_Wtvar=0.01 BA_LitBW=13.9 TB_Av=1.26 TB_Wtvar=0.01 X_Off=0 X_On=0 CROSS_ON=0 X_Status=No&lt;BR /&gt;REAR_OPP=11 Mortality=4 dead=9 Dead24=1 PWdEAD=352 PCTDeadX=3 Weaned=16 WnRm=. WnDate=354&lt;BR /&gt;WN_HI=27 WnWt=114 Wn_LitWt=14 WnWtAge=11 WnWtVar=3 PWGain=0 PWADG=1.26 LactHiT=0.01&lt;BR /&gt;Estrus_d=13.9 HNS=1.26 Mating=0.01 WEI=0 Estrus=0 Estrus7=0 Removed=. Rem_Date=11 RemRsn=&lt;BR /&gt;Note= CtW=114 FulForm=14 _ERROR_=1 _N_=20&lt;BR /&gt;NOTE: 549 records were read from the infile '16_01 SAS Data File 3Feb2017.csv'.&lt;BR /&gt;The minimum record length was 132.&lt;BR /&gt;The maximum record length was 240.&lt;BR /&gt;NOTE: Missing values were generated as a result of performing an operation on missing values.&lt;BR /&gt;Each place is given by: (Number of times) at (Line):(Column).&lt;BR /&gt;41 at 199:12 2 at 200:14&lt;BR /&gt;NOTE: The data set WORK.ARGININE has 549 observations and 56 variables.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.16 seconds&lt;BR /&gt;cpu time 0.14 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;202&lt;BR /&gt;203 proc sort;&lt;BR /&gt;204 by ID;&lt;BR /&gt;205 run;&lt;/P&gt;&lt;P&gt;NOTE: There were 549 observations read from the data set WORK.ARGININE.&lt;BR /&gt;NOTE: The data set WORK.ARGININE has 549 observations and 56 variables.&lt;BR /&gt;NOTE: PROCEDURE SORT used (Total process time):&lt;BR /&gt;real time 0.01 seconds&lt;BR /&gt;cpu time 0.01 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;206 proc print data=arginine (obs=10);&lt;BR /&gt;207 run;&lt;/P&gt;&lt;P&gt;NOTE: There were 10 observations read from the data set WORK.ARGININE.&lt;BR /&gt;NOTE: PROCEDURE PRINT used (Total process time):&lt;BR /&gt;real time 0.12 seconds&lt;BR /&gt;cpu time 0.04 seconds&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2017 20:22:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Read-in-error-Variables-repeat-and-made-up/m-p/329885#M73864</guid>
      <dc:creator>ehines</dc:creator>
      <dc:date>2017-02-03T20:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Data Read in error- Variables repeat and made up</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Read-in-error-Variables-repeat-and-made-up/m-p/329886#M73865</link>
      <description>&lt;P&gt;No conversions. All in the same file types (MS Excel, CSV (Comma Separated File), which I make the files as a .xls file and save as CSV. Full response below&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2017 20:24:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Read-in-error-Variables-repeat-and-made-up/m-p/329886#M73865</guid>
      <dc:creator>ehines</dc:creator>
      <dc:date>2017-02-03T20:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Data Read in error- Variables repeat and made up</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Read-in-error-Variables-repeat-and-made-up/m-p/329887#M73866</link>
      <description>&lt;P&gt;Almost all of the errors seem to be targeted at incorrect data for what is indicated in the input line. I went back and 'fixed' a few of these just to see what it would read out in the log. Same error, different column, all after the 'Mortality' column. and the reason SAS thought it was wrong is it appeared to be trying to fill the 'Removed' error column with 'Yes'&amp;nbsp;or 'No" Data from a previous variable (which would have been incorrect for that column, supposed to be 1 or 0.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Full response&amp;nbsp;below.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2017 20:27:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Read-in-error-Variables-repeat-and-made-up/m-p/329887#M73866</guid>
      <dc:creator>ehines</dc:creator>
      <dc:date>2017-02-03T20:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Data Read in error- Variables repeat and made up</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Read-in-error-Variables-repeat-and-made-up/m-p/329899#M73869</link>
      <description>&lt;P&gt;You might want to try posting code and log results in a code box opened with the {i} icon. The forum sometimes does things to pasted code in the main body. For instance, do you actually have a variable named 24dead?&lt;/P&gt;
&lt;P&gt;The line in the log:&lt;/P&gt;
&lt;P&gt;Mortality 24dead Dead24 PWdEAD PCTDeadX makes it lok like you have a variable 24dead but the data error only shows a variable "dead"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I count correctly your input statement is attempting to read 57 variables but I only can see 54 values in the data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From the first record error this line&lt;/P&gt;
&lt;P&gt;Mating=0.15 WEI=0 Estrus=2 Estrus7=2 Removed=. Rem_Date=9 RemRsn&lt;/P&gt;
&lt;P&gt;Tells me it was reading these values (start at red for the Mating variable)&lt;/P&gt;
&lt;P&gt;4 10001,11,240,205,LATE,349,1,352,3,16,.,359,28,119,&lt;WBR /&gt;14,7,1,6,1.55,0.05,10.85,1.44,&lt;FONT color="#ff0000"&gt;0.15,0&lt;/FONT&gt;&lt;BR /&gt;87 ,&lt;FONT color="#ff0000"&gt;2,2,&lt;/FONT&gt;Yes,9,1,0,1,1,0,8,16,375,72,4.95,39.6,15,0.66&lt;WBR /&gt;,3.4,0.23,74.17,381,0,1,6,1,1,0,,, 170&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And your input statement has Removed as numeric so reading 'YES' generates the error.&lt;/P&gt;
&lt;P&gt;Soe you either have something shifting columns or whoever provided the data may have changed a numeric, possibly 0/1 coded field, to character Yes/No (or change the display property in Excel and your export to csv used that displayed text). You might look at the cell's format properties for the Removed column in the Excel file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if that is the case then change to the 0/1 format and re-export and re-read the data.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2017 21:11:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Read-in-error-Variables-repeat-and-made-up/m-p/329899#M73869</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-02-03T21:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Data Read in error- Variables repeat and made up</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Read-in-error-Variables-repeat-and-made-up/m-p/329919#M73881</link>
      <description>Is it possible that a line-feed character (0Ax) has been injected into some column?&lt;BR /&gt;The failure occurs because the input is attempting to read the status column (yes or no) as if it should be a number.&lt;BR /&gt;As the maximum linewidth was only 240 in this run you could reduce the LRECL value below 32K Although using 500000 should work, it is a bit larger than needed. Wider than 32767 the infile handling internally might be a bit different.&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Feb 2017 22:30:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Read-in-error-Variables-repeat-and-made-up/m-p/329919#M73881</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2017-02-03T22:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Data Read in error- Variables repeat and made up</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Read-in-error-Variables-repeat-and-made-up/m-p/329920#M73882</link>
      <description>&lt;P&gt;Thank you for the tip on posting, i'll try to remember that.&amp;nbsp;&lt;BR /&gt;I was thinking along the same lines as you suggested. Something was shifting, somewhere, but I just could not find it or it was restricted some how by my code. I copied a new file and manually changed excel formatting. I removed a few extraneous variables, and that&amp;nbsp;fixed it. I'm not sure why though, As I have run them before without issue. I do have variables named 24dead and dead24. I also did not see that those were not being read in as 2 separate variables, but fixing those column titles did not fix the issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the suggestions!&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2017 22:44:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Read-in-error-Variables-repeat-and-made-up/m-p/329920#M73882</guid>
      <dc:creator>ehines</dc:creator>
      <dc:date>2017-02-03T22:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Data Read in error- Variables repeat and made up</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Read-in-error-Variables-repeat-and-made-up/m-p/329921#M73883</link>
      <description>&lt;P&gt;What is a line-feed character? I only know to denote Text vs. Numeric with $, so I am not sure how that changes what SAS sees other than calculable or class.&amp;nbsp;&lt;/P&gt;&lt;P&gt;And thank you for the thought on the LRECL. I have 33450 points, and I am usually around there +/- 10000. It was set at 100000, which is where I usually keep just to cover my data set. I did not realize that it might be handled differently with increasing length, I will keep that in mind.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2017 22:47:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Read-in-error-Variables-repeat-and-made-up/m-p/329921#M73883</guid>
      <dc:creator>ehines</dc:creator>
      <dc:date>2017-02-03T22:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Data Read in error- Variables repeat and made up</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Read-in-error-Variables-repeat-and-made-up/m-p/329922#M73884</link>
      <description>&lt;P&gt;You should definitely add the TRUNCOVER option to your INFILE statement. Otherwise if one of the lines has too few values SAS will try to get the values from the next line. &amp;nbsp;That type of mixup will be much harder to handle.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;infile '16_01 Individual Sow Data Set 3Feb2017 TEST.csv' 
    dsd delimiter=',' firstobs=4 lrecl=500000 truncover
;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Most likely the cause of your trouble is that someone insert a line break into the value of one of the cells in the Excel file. &amp;nbsp;Say a cell was supposed to have 'A B' but instead of space the user added a line break. So &amp;nbsp;instead of line like&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;col1,col2,A B,col4,col5&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You will end up with two lines like&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;col1,col2,A
B,col4,col5&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You might have some luck checking&amp;nbsp;the file to make sure that every line has the same number of fields.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But a better solution is to either not use Excel as you data entry system, or if you do then format the sheet like a table. So remove the three extra rows at the top that you are skipping with FIRSTOBS=4 and just keep one header row. The values in the header row should all be valid variable names. &amp;nbsp;Then you can just have SAS read the XLS or XLSX file directly and skip the CSV file and the data step.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2017 23:21:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Read-in-error-Variables-repeat-and-made-up/m-p/329922#M73884</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-02-03T23:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Data Read in error- Variables repeat and made up</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Read-in-error-Variables-repeat-and-made-up/m-p/329941#M73894</link>
      <description>In the recent releases of SAS9 the INFILE option TERMSTR=CRLF was added for this kind of problem. &lt;BR /&gt;   &lt;BR /&gt;As mentioned earlier by &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159"&gt;@Tom&lt;/a&gt;, the most important INFILE option to clarify the way SAS should read your data, is TRUNCOVER&lt;BR /&gt;</description>
      <pubDate>Sat, 04 Feb 2017 08:25:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Read-in-error-Variables-repeat-and-made-up/m-p/329941#M73894</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2017-02-04T08:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Data Read in error- Variables repeat and made up</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Read-in-error-Variables-repeat-and-made-up/m-p/330002#M73926</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/127195"&gt;@ehines&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Thank you for the tip on posting, i'll try to remember that.&amp;nbsp;&lt;BR /&gt;I was thinking along the same lines as you suggested. Something was shifting, somewhere, but I just could not find it or it was restricted some how by my code. I copied a new file and manually changed excel formatting. &lt;STRONG&gt;&lt;FONT color="#339966"&gt;I removed a few extraneous variables&lt;/FONT&gt;&lt;/STRONG&gt;, and that&amp;nbsp;fixed it. I'm not sure why though, As I have run them before without issue. I do have variables named 24dead and dead24. I also did not see that those were not being read in as 2 separate variables, but fixing those column titles did not fix the issue.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the suggestions!&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Depending on who is providing Excel data shifting columns and changing formats is a &lt;STRONG&gt;very common problem&lt;/STRONG&gt;. A strictly database driven export may work but if a human ever intervenes in the process, such as they are copying items from somewhere else to compile into your data set, then things like this happen. Frequently. Also changes in one useres Excel default settings can do things such as the 0/1 to No/Yes.&lt;/P&gt;
&lt;P&gt;I will givfe you positive points for transferring the data to CSV before reading though.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Learning to read a log and what may cause certain types of errors is a learned skill so don't feel to bad about recognizing where to look. I've been looking at these logs off and on for nearly 30 years. I have had many instances of data sources changing layouts and so had a rough idea of where to look.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The text I highlighted in green would tell me there is someone I need to hunt down and administer lashes with wet noodles for changing file content.&lt;/P&gt;</description>
      <pubDate>Sun, 05 Feb 2017 03:48:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Read-in-error-Variables-repeat-and-made-up/m-p/330002#M73926</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-02-05T03:48:04Z</dc:date>
    </item>
  </channel>
</rss>

