<?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 Data _null_ set obs=0 Note in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Data-null-set-obs-0-Note/m-p/350547#M81492</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;when i run below code i got note&amp;nbsp; log file " NOTE: SAS set option OBS=0 and will continue to check statements. This might cause NOTE: No observations in data set. "&lt;BR /&gt;and the macro varibale gwhitelist has null value and resolving as ' ' ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data _null_;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; length WhiteList $1024;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WhiteList = prxChange("s#.*/svnrepo/\w*/(.*)/\w*\.sas.*#/opt/common/test/macros/$1/whitelist.xls#",1,&lt;BR /&gt;'$HeadURL: http://GLOBALMACROLIBARY/testing_area/macros/macro_library/core.sas $' );&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; call symput("gWhiteList",strip(WhiteList));&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;can any one help me to resolve this issue&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Rajasekhar&lt;/P&gt;</description>
    <pubDate>Mon, 17 Apr 2017 15:34:18 GMT</pubDate>
    <dc:creator>RajasekharReddy</dc:creator>
    <dc:date>2017-04-17T15:34:18Z</dc:date>
    <item>
      <title>Data _null_ set obs=0 Note</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-null-set-obs-0-Note/m-p/350547#M81492</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;when i run below code i got note&amp;nbsp; log file " NOTE: SAS set option OBS=0 and will continue to check statements. This might cause NOTE: No observations in data set. "&lt;BR /&gt;and the macro varibale gwhitelist has null value and resolving as ' ' ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data _null_;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; length WhiteList $1024;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WhiteList = prxChange("s#.*/svnrepo/\w*/(.*)/\w*\.sas.*#/opt/common/test/macros/$1/whitelist.xls#",1,&lt;BR /&gt;'$HeadURL: http://GLOBALMACROLIBARY/testing_area/macros/macro_library/core.sas $' );&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; call symput("gWhiteList",strip(WhiteList));&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;can any one help me to resolve this issue&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Rajasekhar&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2017 15:34:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-null-set-obs-0-Note/m-p/350547#M81492</guid>
      <dc:creator>RajasekharReddy</dc:creator>
      <dc:date>2017-04-17T15:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Data _null_ set obs=0 Note</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-null-set-obs-0-Note/m-p/350554#M81494</link>
      <description>&lt;P&gt;You didn't post the log so hard to see if there was an issue with the way you submitted the code. Perhaps the lines were too long and became truncated?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But most likely an earlier error has put SAS into a mode where it is not running anyghing.&lt;/P&gt;
&lt;P&gt;I would suggest looking higher in the log for the error that actually caused SAS to set OBS=0.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2017 15:59:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-null-set-obs-0-Note/m-p/350554#M81494</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-04-17T15:59:38Z</dc:date>
    </item>
  </channel>
</rss>

