<?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: I need help with loading Data in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/I-need-help-with-loading-Data/m-p/587580#M7926</link>
    <description>&lt;P&gt;That worked out, thank you.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Sep 2019 15:50:11 GMT</pubDate>
    <dc:creator>genius99</dc:creator>
    <dc:date>2019-09-10T15:50:11Z</dc:date>
    <item>
      <title>I need help with loading Data</title>
      <link>https://communities.sas.com/t5/SAS-Studio/I-need-help-with-loading-Data/m-p/587574#M7924</link>
      <description>&lt;P&gt;I am trying to load data with the data files attached,&lt;/P&gt;&lt;P&gt;&amp;nbsp;this is my code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data Orders;
    infile "C:/Users/100355202/Desktop/Orders.txt" dsd dlm = " ";
    input OrderID CustomerID :$20. EmployeeID :$20. OrderDate :mmddyy10. 
          RequiredDate :mmddyy10. ShippedDate :mmddyy10. ShipVia Freight 
          ShipName :$20. ShipAddress :$20. ShipCity :$20. ShipRegion :$20. 
          ShipPostalCode :$20. ShipCountry :$20. ;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;this is what I should get as the output&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ord.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/32342i52A501FE5EA51D23/image-size/large?v=v2&amp;amp;px=999" role="button" title="ord.PNG" alt="ord.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;but I am getting this as the output&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="out.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/32343iF943DB17F8295F59/image-size/large?v=v2&amp;amp;px=999" role="button" title="out.PNG" alt="out.PNG" /&gt;&lt;/span&gt;&amp;nbsp;Can you help me figure out what I am missing for it t work?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am receiving these notes&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="not.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/32345iC4B7DCB164EA9229/image-size/large?v=v2&amp;amp;px=999" role="button" title="not.PNG" alt="not.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 15:40:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/I-need-help-with-loading-Data/m-p/587574#M7924</guid>
      <dc:creator>genius99</dc:creator>
      <dc:date>2019-09-10T15:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: I need help with loading Data</title>
      <link>https://communities.sas.com/t5/SAS-Studio/I-need-help-with-loading-Data/m-p/587577#M7925</link>
      <description>&lt;P&gt;could you try the tab delimitation '09'x&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data Orders;
    infile "C:/Users/100355202/Desktop/Orders.txt" dsd dlm = "09"x;
    input OrderID CustomerID :$20. EmployeeID :$20. OrderDate :mmddyy10. 
          RequiredDate :mmddyy10. ShippedDate :mmddyy10. ShipVia Freight 
          ShipName :$20. ShipAddress :$20. ShipCity :$20. ShipRegion :$20. 
          ShipPostalCode :$20. ShipCountry :$20. ;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 10 Sep 2019 15:44:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/I-need-help-with-loading-Data/m-p/587577#M7925</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2019-09-10T15:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: I need help with loading Data</title>
      <link>https://communities.sas.com/t5/SAS-Studio/I-need-help-with-loading-Data/m-p/587580#M7926</link>
      <description>&lt;P&gt;That worked out, thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 15:50:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/I-need-help-with-loading-Data/m-p/587580#M7926</guid>
      <dc:creator>genius99</dc:creator>
      <dc:date>2019-09-10T15:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: I need help with loading Data</title>
      <link>https://communities.sas.com/t5/SAS-Studio/I-need-help-with-loading-Data/m-p/587589#M7927</link>
      <description>Thank you @genis99, Could you mark this solution as accepted so that it will help future users.</description>
      <pubDate>Tue, 10 Sep 2019 16:10:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/I-need-help-with-loading-Data/m-p/587589#M7927</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2019-09-10T16:10:59Z</dc:date>
    </item>
  </channel>
</rss>

