<?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: Proc import- from xlsx to SAS/ SAS is omitting observations with a hyphen in them, how to avoid in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-import-from-xlsx-to-SAS-SAS-is-omitting-observations-with-a/m-p/404992#M98474</link>
    <description>&lt;P&gt;I was able to import the file with no problems using:&lt;/P&gt;
&lt;PRE&gt;proc import datafile='/folders/myfolders/import this file.csv'
  out=test;
run;
&lt;/PRE&gt;
&lt;P&gt;All of the hyphens, slashes and spaces in the variable names were automatically converted to underscores.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;p.s. I tried to load the file using Excel, but it balked. Turns out with the first field being called ID, it thought it was a sylk file. Interestingly, if I changed that to id (using notepad), it stopped complaining. I wonder if that was the problem when you originally tried to upload the file from Excel.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 17 Oct 2017 19:55:10 GMT</pubDate>
    <dc:creator>art297</dc:creator>
    <dc:date>2017-10-17T19:55:10Z</dc:date>
    <item>
      <title>Proc import- from xlsx to SAS/ SAS is omitting observations with a hyphen in them, how to avoid this</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-import-from-xlsx-to-SAS-SAS-is-omitting-observations-with-a/m-p/404664#M98362</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have an xlsx file where one column has numbers and some observations in&amp;nbsp;this column have numbers with &lt;STRONG&gt;hyphen&lt;/STRONG&gt; embedded within them. When I import this file into SAS, SAS is omitting the variable values with hyphens in them and only displaying the numbers without hyphens. How do I correct this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 03:43:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-import-from-xlsx-to-SAS-SAS-is-omitting-observations-with-a/m-p/404664#M98362</guid>
      <dc:creator>ahhh</dc:creator>
      <dc:date>2017-10-17T03:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Proc import- from xlsx to SAS/ SAS is omitting observations with a hyphen in them, how to avoid</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-import-from-xlsx-to-SAS-SAS-is-omitting-observations-with-a/m-p/404667#M98364</link>
      <description>&lt;P&gt;If you're using SAS9.4 or newer you could trying using the XLSX engine (i.e., DBMS=XLSX). I think it will automatically treat such fields as being character fields.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 04:00:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-import-from-xlsx-to-SAS-SAS-is-omitting-observations-with-a/m-p/404667#M98364</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2017-10-17T04:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Proc import- from xlsx to SAS/ SAS is omitting observations with a hyphen in them, how to avoid</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-import-from-xlsx-to-SAS-SAS-is-omitting-observations-with-a/m-p/404668#M98365</link>
      <description>Maybe using guessingrow=max helps, but this will increase time required to import the file.</description>
      <pubDate>Tue, 17 Oct 2017 04:04:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-import-from-xlsx-to-SAS-SAS-is-omitting-observations-with-a/m-p/404668#M98365</guid>
      <dc:creator>error_prone</dc:creator>
      <dc:date>2017-10-17T04:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Proc import- from xlsx to SAS/ SAS is omitting observations with a hyphen in them, how to avoid</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-import-from-xlsx-to-SAS-SAS-is-omitting-observations-with-a/m-p/404672#M98367</link>
      <description>Guessingrows isn’t a valid option for excel files. &lt;BR /&gt;&lt;BR /&gt;I’m assming in its place you see a period. This is because SAS is expecting a number and numbers don’t have hyphens, so you need to read it in as a character field. &lt;BR /&gt;&lt;BR /&gt;If DBMS=XLSX doesn’t work try DBSASTYPE option.</description>
      <pubDate>Tue, 17 Oct 2017 05:36:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-import-from-xlsx-to-SAS-SAS-is-omitting-observations-with-a/m-p/404672#M98367</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-10-17T05:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Proc import- from xlsx to SAS/ SAS is omitting observations with a hyphen in them, how to avoid</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-import-from-xlsx-to-SAS-SAS-is-omitting-observations-with-a/m-p/404678#M98368</link>
      <description>"Guessingrows isn’t a valid option for excel files."&lt;BR /&gt;Right, but it should be available &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;</description>
      <pubDate>Tue, 17 Oct 2017 06:19:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-import-from-xlsx-to-SAS-SAS-is-omitting-observations-with-a/m-p/404678#M98368</guid>
      <dc:creator>error_prone</dc:creator>
      <dc:date>2017-10-17T06:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Proc import- from xlsx to SAS/ SAS is omitting observations with a hyphen in them, how to avoid</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-import-from-xlsx-to-SAS-SAS-is-omitting-observations-with-a/m-p/404691#M98369</link>
      <description>&lt;P&gt;Save to csv, import that with a data step, read the column as character. Best method by orders of magnitude.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 07:21:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-import-from-xlsx-to-SAS-SAS-is-omitting-observations-with-a/m-p/404691#M98369</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-10-17T07:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Proc import- from xlsx to SAS/ SAS is omitting observations with a hyphen in them, how to avoid</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-import-from-xlsx-to-SAS-SAS-is-omitting-observations-with-a/m-p/404795#M98395</link>
      <description>&lt;P&gt;I converted into csv file and imported and that hyphen issue got resolved! But another issue came up- the variable with names that had a '/' in them- those variable values got dropped. Any ideas on how to address this??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example variable name: Ag/ab&lt;/P&gt;&lt;P&gt;it had decimal values 0.5,2.5 etc. They all were displayed as '0' when the import happened &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you all in advance!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Btw DBSASTYPE&amp;nbsp; did not work..&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 14:49:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-import-from-xlsx-to-SAS-SAS-is-omitting-observations-with-a/m-p/404795#M98395</guid>
      <dc:creator>ahhh</dc:creator>
      <dc:date>2017-10-17T14:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: Proc import- from xlsx to SAS/ SAS is omitting observations with a hyphen in them, how to avoid</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-import-from-xlsx-to-SAS-SAS-is-omitting-observations-with-a/m-p/404820#M98407</link>
      <description>&lt;P&gt;Take the data step that proc import generated, and adapt it to your needs.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 15:04:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-import-from-xlsx-to-SAS-SAS-is-omitting-observations-with-a/m-p/404820#M98407</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-10-17T15:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Proc import- from xlsx to SAS/ SAS is omitting observations with a hyphen in them, how to avoid</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-import-from-xlsx-to-SAS-SAS-is-omitting-observations-with-a/m-p/404821#M98408</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/119710"&gt;@ahhh&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I converted into csv file and imported and that hyphen issue got resolved! But another issue came up- the variable with names that had a '/' in them- those variable values got dropped. Any ideas on how to address this??&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example variable name: Ag/ab&lt;/P&gt;
&lt;P&gt;it had decimal values 0.5,2.5 etc. They all were displayed as '0' when the import happened &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you all in advance!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Btw DBSASTYPE&amp;nbsp; did not work..&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Did your "variable names" take up more than one row in the Excel File? The second or subsequent rows would have been treated as data and for a field determined to be numeric a value of ag/ab would not be valid and set to missing. You could look in the csv file using a plain text editor like Notepad or WordPad (NOT EXCEL, it lies about actual content of delimited files sometimes) to see if your Ag/ab value is on row 1 in the text file or not. CSV expects any column headings to use as variable&amp;nbsp;to only occupy the first row even though you can specify data to start on other rows.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might show the entire log with any messages from the import. Use a code box opened with the {i} forum menu icon to preserve formatting of any of the data diagnostics.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 15:07:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-import-from-xlsx-to-SAS-SAS-is-omitting-observations-with-a/m-p/404821#M98408</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-10-17T15:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: Proc import- from xlsx to SAS/ SAS is omitting observations with a hyphen in them, how to avoid</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-import-from-xlsx-to-SAS-SAS-is-omitting-observations-with-a/m-p/404826#M98411</link>
      <description>&lt;P&gt;I used notepad and checked; looks like the variable names were in one row itself and did not extend into second row.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 15:12:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-import-from-xlsx-to-SAS-SAS-is-omitting-observations-with-a/m-p/404826#M98411</guid>
      <dc:creator>ahhh</dc:creator>
      <dc:date>2017-10-17T15:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Proc import- from xlsx to SAS/ SAS is omitting observations with a hyphen in them, how to avoid</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-import-from-xlsx-to-SAS-SAS-is-omitting-observations-with-a/m-p/404846#M98417</link>
      <description>&lt;P&gt;Could you please post the first 5 lines of the file (either as attachment, or into a {i} window)?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 15:49:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-import-from-xlsx-to-SAS-SAS-is-omitting-observations-with-a/m-p/404846#M98417</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-10-17T15:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Proc import- from xlsx to SAS/ SAS is omitting observations with a hyphen in them, how to avoid</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-import-from-xlsx-to-SAS-SAS-is-omitting-observations-with-a/m-p/404927#M98445</link>
      <description>&lt;P&gt;Hi, Here is a sample file- see attachment.. thank you so much&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 18:38:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-import-from-xlsx-to-SAS-SAS-is-omitting-observations-with-a/m-p/404927#M98445</guid>
      <dc:creator>ahhh</dc:creator>
      <dc:date>2017-10-17T18:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: Proc import- from xlsx to SAS/ SAS is omitting observations with a hyphen in them, how to avoid</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-import-from-xlsx-to-SAS-SAS-is-omitting-observations-with-a/m-p/404992#M98474</link>
      <description>&lt;P&gt;I was able to import the file with no problems using:&lt;/P&gt;
&lt;PRE&gt;proc import datafile='/folders/myfolders/import this file.csv'
  out=test;
run;
&lt;/PRE&gt;
&lt;P&gt;All of the hyphens, slashes and spaces in the variable names were automatically converted to underscores.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;p.s. I tried to load the file using Excel, but it balked. Turns out with the first field being called ID, it thought it was a sylk file. Interestingly, if I changed that to id (using notepad), it stopped complaining. I wonder if that was the problem when you originally tried to upload the file from Excel.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 19:55:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-import-from-xlsx-to-SAS-SAS-is-omitting-observations-with-a/m-p/404992#M98474</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2017-10-17T19:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Proc import- from xlsx to SAS/ SAS is omitting observations with a hyphen in them, how to avoid</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-import-from-xlsx-to-SAS-SAS-is-omitting-observations-with-a/m-p/405083#M98503</link>
      <description>&lt;P&gt;Thank you..&amp;nbsp; some id variable values actually had a hyphen in them. And those variable values are being displayed as missing. Sorry I left that while creating sample file. Please use the same code you have used before with this following sample file (attachment). Please let me know of any ideas to fix this..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 02:22:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-import-from-xlsx-to-SAS-SAS-is-omitting-observations-with-a/m-p/405083#M98503</guid>
      <dc:creator>ahhh</dc:creator>
      <dc:date>2017-10-18T02:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Proc import- from xlsx to SAS/ SAS is omitting observations with a hyphen in them, how to avoid</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-import-from-xlsx-to-SAS-SAS-is-omitting-observations-with-a/m-p/405088#M98506</link>
      <description>&lt;P&gt;I used the same proc import code I suggested in my last post and all field appear to import correctly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 02:37:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-import-from-xlsx-to-SAS-SAS-is-omitting-observations-with-a/m-p/405088#M98506</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2017-10-18T02:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Proc import- from xlsx to SAS/ SAS is omitting observations with a hyphen in them, how to avoid</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-import-from-xlsx-to-SAS-SAS-is-omitting-observations-with-a/m-p/405089#M98507</link>
      <description>&lt;P&gt;Even the rows 8,9,10 with ids like 100-09080??&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 02:40:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-import-from-xlsx-to-SAS-SAS-is-omitting-observations-with-a/m-p/405089#M98507</guid>
      <dc:creator>ahhh</dc:creator>
      <dc:date>2017-10-18T02:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Proc import- from xlsx to SAS/ SAS is omitting observations with a hyphen in them, how to avoid</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-import-from-xlsx-to-SAS-SAS-is-omitting-observations-with-a/m-p/405095#M98509</link>
      <description>&lt;P&gt;Looks correct to me. I've attached copies of the output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 04:15:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-import-from-xlsx-to-SAS-SAS-is-omitting-observations-with-a/m-p/405095#M98509</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2017-10-18T04:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Proc import- from xlsx to SAS/ SAS is omitting observations with a hyphen in them, how to avoid</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-import-from-xlsx-to-SAS-SAS-is-omitting-observations-with-a/m-p/405109#M98518</link>
      <description>&lt;P&gt;Always read ID variables as character:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
infile cards dlm=',' dsd truncover;
input
  ID :$10.
  Date :mmddyy10.
  consolidated :$20.
  Ag_Ab_OR1
  Ag_Ab_S_CO1
  Ag_Ab_Od2
  Ag_Ab_a_O2
  Ag_Ab_OD3
  Ag_Ab_a_O3
  Antigen :$1.
  Antibody :$1.
  STI :$1.
  V_1_supplemental :$20.
;
label
  ID = 'ID'
  Date = 'Date'
  consolidated = 'consolidated'
  Ag_Ab_OR1 = 'Ag_Ab OR1'
  Ag_Ab_S_CO1 = 'Ag_Ab S/CO1'
  Ag_Ab_Od2 = 'Ag_Ab Od2'
  Ag_Ab_a_O2 = 'Ag_Ab a/O2'
  Ag_Ab_OD3 = 'Ag_Ab OD3'
  Ag_Ab_a_O3 = 'Ag_Ab a/O3'
  Antigen = 'Antigen'
  Antibody = 'Antibody'
  STI = 'STI'
  V_1_supplemental = 'V-1_supplemental'
;
format
  date mmddyy10.
;
cards;
98888888,6/12/2011,Reactive,0.089,0.099,0.678,,,,-,+,,
97777777,6/27/2010,non-reactive,0.987,,0.567,11.5,,,-,-,,negative
96543216,8/1/2007,Reactive,,0.987,,33.33,,5.78,+,-,,
97778881,10/3/2006,Reactive,0.099,,0.456,23.22,6.89,,-,+,,equal
92188881,4/4/2009,non-reactive,0.876,0.777,,,,,+,-,,positive
92222227,1/14/2010,d/c-TT+,0.678,0.543,0.345,,,,-,-,-,
100-09080,2/14/2011,,,,,,,,,,,
200-08070,,,0.789,,,,,,,,,
100-50678,3/24/2008,d/c-TT+,,8.9,,34.56,78.9,6.9,,,,negative
;
run;

proc print data=want label noobs;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Clean log, and clean result:&lt;/P&gt;
&lt;PRE&gt;                                        Ag_Ab   Ag_Ab   Ag_Ab   Ag_Ab   Ag_Ab   Ag_Ab
   ID             Date   consolidated    OR1    S/CO1    Od2     a/O2    OD3     a/O3   Antigen   Antibody   STI   V-1_supplemental

98888888    06/12/2011   Reactive       0.089   0.099   0.678     .       .       .        -         +                             
97777777    06/27/2010   non-reactive   0.987    .      0.567   11.50     .       .        -         -                 negative    
96543216    08/01/2007   Reactive        .      0.987    .      33.33     .      5.78      +         -                             
97778881    10/03/2006   Reactive       0.099    .      0.456   23.22    6.89     .        -         +                 equal       
92188881    04/04/2009   non-reactive   0.876   0.777    .        .       .       .        +         -                 positive    
92222227    01/14/2010   d/c-TT+        0.678   0.543   0.345     .       .       .        -         -        -                    
100-09080   02/14/2011                   .       .       .        .       .       .                                                
200-08070            .                  0.789    .       .        .       .       .                                                
100-50678   03/24/2008   d/c-TT+         .      8.900    .      34.56   78.90    6.90                                  negative    
&lt;/PRE&gt;</description>
      <pubDate>Wed, 18 Oct 2017 06:19:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-import-from-xlsx-to-SAS-SAS-is-omitting-observations-with-a/m-p/405109#M98518</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-10-18T06:19:36Z</dc:date>
    </item>
  </channel>
</rss>

