<?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: SAS LSAF: &amp;amp;sysinfo is always 0 after proc compare in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-LSAF-amp-sysinfo-is-always-0-after-proc-compare/m-p/965967#M376005</link>
    <description>&lt;P&gt;Thanks a lot for reply!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just tried again and found the exact result as you had &amp;amp;sysinfo is 4096. Maybe something else happened before which I did not know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again for advice about pasting original code and result. Below was the one I just tried.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;249 data a; a=1; run;&lt;/P&gt;
&lt;P&gt;NOTE: The data set WORK.A has 1 observations and 1 variables.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;
&lt;P&gt;250 data b; a=2; run;&lt;/P&gt;
&lt;P&gt;NOTE: The data set WORK.B has 1 observations and 1 variables.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;
&lt;P&gt;251 proc compare base=a comp=b;&lt;BR /&gt;252 run;&lt;/P&gt;
&lt;P&gt;NOTE: There were 1 observations read from the data set WORK.A.&lt;BR /&gt;NOTE: There were 1 observations read from the data set WORK.B.&lt;BR /&gt;NOTE: The PROCEDURE COMPARE printed pages 7-8.&lt;BR /&gt;NOTE: PROCEDURE COMPARE used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;
&lt;P&gt;253 /* options mprint; */&lt;BR /&gt;254 %put &amp;amp;sysinfo;&lt;BR /&gt;4096&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 07 May 2025 13:04:05 GMT</pubDate>
    <dc:creator>jsbyxws</dc:creator>
    <dc:date>2025-05-07T13:04:05Z</dc:date>
    <item>
      <title>SAS LSAF: &amp;sysinfo is always 0 after proc compare</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-LSAF-amp-sysinfo-is-always-0-after-proc-compare/m-p/965924#M375998</link>
      <description>&lt;P&gt;I am working in SAS LSAF (Life Science Analytics Forum) environment. I found &amp;amp;sysinfo after proc compare did not work since its value is always 0. I tried this simple example:&lt;/P&gt;
&lt;P&gt;data a;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; a=1;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;data b;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; a=2;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;proc compare base=a comp=b;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;%put &amp;amp;sysinfo;&lt;/P&gt;
&lt;P&gt;Can you help?&lt;/P&gt;</description>
      <pubDate>Wed, 07 May 2025 02:42:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-LSAF-amp-sysinfo-is-always-0-after-proc-compare/m-p/965924#M375998</guid>
      <dc:creator>jsbyxws</dc:creator>
      <dc:date>2025-05-07T02:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAS LSAF: &amp;sysinfo is always 0 after proc compare</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-LSAF-amp-sysinfo-is-always-0-after-proc-compare/m-p/965943#M376003</link>
      <description>&lt;P&gt;I suggest that you show us the LOG from running your code. Include the log of the two data steps, Proc compare and the&amp;nbsp; output of the %put statement. Copy the code and all the messages from the log then on the forum open a text box using the &amp;lt;/&amp;gt; icon that appears above the message window and paste the text. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I run your code this is my log:&lt;/P&gt;
&lt;PRE&gt;52   data a;
53     a=1;
54   run;

NOTE: The data set WORK.A has 1 observations and 1 variables.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.01 seconds


55
56   data b;
57     a=2;
58   run;

NOTE: The data set WORK.B has 1 observations and 1 variables.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.01 seconds


59
60   proc compare base=a comp=b;
61   run;

NOTE: There were 1 observations read from the data set WORK.A.
NOTE: There were 1 observations read from the data set WORK.B.
NOTE: PROCEDURE COMPARE used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds


62
63   %put &amp;amp;sysinfo;
4096
&lt;/PRE&gt;
&lt;P&gt;So I am getting 4096 for Sysinfo.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note, it is a good idea on this forum to always paste example code that will run into a text box. The main message window on this forum will reformat pasted text and can result in data steps that won't run because of those changes.&lt;/P&gt;</description>
      <pubDate>Wed, 07 May 2025 10:20:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-LSAF-amp-sysinfo-is-always-0-after-proc-compare/m-p/965943#M376003</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2025-05-07T10:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: SAS LSAF: &amp;sysinfo is always 0 after proc compare</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-LSAF-amp-sysinfo-is-always-0-after-proc-compare/m-p/965967#M376005</link>
      <description>&lt;P&gt;Thanks a lot for reply!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just tried again and found the exact result as you had &amp;amp;sysinfo is 4096. Maybe something else happened before which I did not know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again for advice about pasting original code and result. Below was the one I just tried.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;249 data a; a=1; run;&lt;/P&gt;
&lt;P&gt;NOTE: The data set WORK.A has 1 observations and 1 variables.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;
&lt;P&gt;250 data b; a=2; run;&lt;/P&gt;
&lt;P&gt;NOTE: The data set WORK.B has 1 observations and 1 variables.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;
&lt;P&gt;251 proc compare base=a comp=b;&lt;BR /&gt;252 run;&lt;/P&gt;
&lt;P&gt;NOTE: There were 1 observations read from the data set WORK.A.&lt;BR /&gt;NOTE: There were 1 observations read from the data set WORK.B.&lt;BR /&gt;NOTE: The PROCEDURE COMPARE printed pages 7-8.&lt;BR /&gt;NOTE: PROCEDURE COMPARE used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;
&lt;P&gt;253 /* options mprint; */&lt;BR /&gt;254 %put &amp;amp;sysinfo;&lt;BR /&gt;4096&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 May 2025 13:04:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-LSAF-amp-sysinfo-is-always-0-after-proc-compare/m-p/965967#M376005</guid>
      <dc:creator>jsbyxws</dc:creator>
      <dc:date>2025-05-07T13:04:05Z</dc:date>
    </item>
  </channel>
</rss>

