<?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 How to output list(.lst) file into sas dataset in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-output-list-lst-file-into-sas-dataset/m-p/140976#M296565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before I get to my question let me explain a few things . &lt;/P&gt;&lt;P&gt;I’m creating a report that will&amp;nbsp; show differences between two SAS datasets.&amp;nbsp; These two SAS datasets have 14 million observations and 390 variables. &lt;/P&gt;&lt;P&gt;I used PROC compare to create the a list file with all the differences between each observations and then&amp;nbsp; output the list file into SAS dataset. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ods listing close;&lt;/P&gt;&lt;P&gt; Ods ouput CompareSummary=compare_summary;&lt;/P&gt;&lt;P&gt;Proc compare base=first_dataset compare=second_dataset&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Maxprint(100,5000) novalues listequalvar;&lt;/P&gt;&lt;P&gt; Id key;&lt;/P&gt;&lt;P&gt;Run;&lt;/P&gt;&lt;P&gt;Ods output close;&lt;/P&gt;&lt;P&gt;Ods listing;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Does anyone knows why SAS takeout the space between len2 and Ndif?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how I could output part of the list file “variables with Unequal Values”&amp;nbsp; into 4 column?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Nov 2013 22:52:12 GMT</pubDate>
    <dc:creator>zqkal</dc:creator>
    <dc:date>2013-11-12T22:52:12Z</dc:date>
    <item>
      <title>How to output list(.lst) file into sas dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-output-list-lst-file-into-sas-dataset/m-p/140976#M296565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before I get to my question let me explain a few things . &lt;/P&gt;&lt;P&gt;I’m creating a report that will&amp;nbsp; show differences between two SAS datasets.&amp;nbsp; These two SAS datasets have 14 million observations and 390 variables. &lt;/P&gt;&lt;P&gt;I used PROC compare to create the a list file with all the differences between each observations and then&amp;nbsp; output the list file into SAS dataset. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ods listing close;&lt;/P&gt;&lt;P&gt; Ods ouput CompareSummary=compare_summary;&lt;/P&gt;&lt;P&gt;Proc compare base=first_dataset compare=second_dataset&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Maxprint(100,5000) novalues listequalvar;&lt;/P&gt;&lt;P&gt; Id key;&lt;/P&gt;&lt;P&gt;Run;&lt;/P&gt;&lt;P&gt;Ods output close;&lt;/P&gt;&lt;P&gt;Ods listing;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Does anyone knows why SAS takeout the space between len2 and Ndif?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how I could output part of the list file “variables with Unequal Values”&amp;nbsp; into 4 column?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 22:52:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-output-list-lst-file-into-sas-dataset/m-p/140976#M296565</guid>
      <dc:creator>zqkal</dc:creator>
      <dc:date>2013-11-12T22:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to output list(.lst) file into sas dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-output-list-lst-file-into-sas-dataset/m-p/140977#M296566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't show anything related to len2 or Ndif so can't say anything about spaces.&lt;/P&gt;&lt;P&gt;I think you might be well off to examine the output data set options that proc compare will generate such as :&lt;/P&gt;&lt;P&gt;out=outputsetname outnoequal outdif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 16:23:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-output-list-lst-file-into-sas-dataset/m-p/140977#M296566</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2013-11-13T16:23:16Z</dc:date>
    </item>
  </channel>
</rss>

