<?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: data _NULL_ Help in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/data-NULL-Help/m-p/526531#M143413</link>
    <description>&lt;P&gt;It is not restricted to data _null_ code.&lt;/P&gt;
&lt;P&gt;Generally it would refer to a line or record of the file accessible to an input statement.&lt;/P&gt;
&lt;P&gt;It interacts with the N= option on an INFILE statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Jan 2019 23:49:25 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2019-01-11T23:49:25Z</dc:date>
    <item>
      <title>data _NULL_ Help</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-NULL-Help/m-p/526520#M143406</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anybody tell me , What is the pound sign used for in the DATA _NULL_?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jaiganesh&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 22:41:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-NULL-Help/m-p/526520#M143406</guid>
      <dc:creator>jaiganesh</dc:creator>
      <dc:date>2019-01-11T22:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: data _NULL_ Help</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-NULL-Help/m-p/526524#M143408</link>
      <description>&lt;P&gt;One place you may find the pound sign (#) in a data step (_null_ or other) is in an input statement, where it is used as a line pointer control.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 23:02:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-NULL-Help/m-p/526524#M143408</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2019-01-11T23:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: data _NULL_ Help</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-NULL-Help/m-p/526531#M143413</link>
      <description>&lt;P&gt;It is not restricted to data _null_ code.&lt;/P&gt;
&lt;P&gt;Generally it would refer to a line or record of the file accessible to an input statement.&lt;/P&gt;
&lt;P&gt;It interacts with the N= option on an INFILE statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 23:49:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-NULL-Help/m-p/526531#M143413</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-01-11T23:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: data _NULL_ Help</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-NULL-Help/m-p/526596#M143446</link>
      <description>&lt;P&gt;If you are asking the question, there are likely a lot of details that you need to learn first.&amp;nbsp; Just addressing the question itself ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In a data _NULL_ step, the pound sign is typically used when the purpose of the DATA step is to generate some sort of text file using PUT statements.&amp;nbsp; The text file is often a report, but could conceivably be a data file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The pound sign appears within a PUT statement with a number immediately following.&amp;nbsp; That number indicates which line number the PUT statement should write to.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jan 2019 15:13:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-NULL-Help/m-p/526596#M143446</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2019-01-12T15:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: data _NULL_ Help</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-NULL-Help/m-p/526597#M143447</link>
      <description>Hi:&lt;BR /&gt;  As you can see, the pound sign # can be used in the DATA step (not just a _NULL_) when you are using either INPUT or PUT statements. &lt;BR /&gt;&lt;BR /&gt;  What code are you trying to figure out? Where do you see a pound sign? What is the purpose of the program? Since the use of pound sign is possible in different contexts, it's nearly impossible to answer your question without understanding the context that you are dealing with.&lt;BR /&gt;&lt;BR /&gt;Cynthia</description>
      <pubDate>Sat, 12 Jan 2019 15:40:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-NULL-Help/m-p/526597#M143447</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2019-01-12T15:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: data _NULL_ Help</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-NULL-Help/m-p/531010#M145259</link>
      <description>Could you please provide me a example on this.</description>
      <pubDate>Tue, 29 Jan 2019 15:23:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-NULL-Help/m-p/531010#M145259</guid>
      <dc:creator>jaiganesh</dc:creator>
      <dc:date>2019-01-29T15:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: data _NULL_ Help</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-NULL-Help/m-p/531012#M145260</link>
      <description>Could you please give me small example on this.</description>
      <pubDate>Tue, 29 Jan 2019 15:25:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-NULL-Help/m-p/531012#M145260</guid>
      <dc:creator>jaiganesh</dc:creator>
      <dc:date>2019-01-29T15:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: data _NULL_ Help</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-NULL-Help/m-p/531013#M145261</link>
      <description>Encountered with this question in one Interview, The above question was the exact question asked, If you could just give small program on this with Put would be deeply appreciated, I will take this topic from there.</description>
      <pubDate>Tue, 29 Jan 2019 15:30:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-NULL-Help/m-p/531013#M145261</guid>
      <dc:creator>jaiganesh</dc:creator>
      <dc:date>2019-01-29T15:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: data _NULL_ Help</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-NULL-Help/m-p/531023#M145267</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
  file print;
  put @1 'Hello'
      #6 @5 'World!';
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;produces:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="data_null_hello_put.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/26666i16ECB145A6568142/image-size/large?v=v2&amp;amp;px=999" role="button" title="data_null_hello_put.png" alt="data_null_hello_put.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2019 15:41:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-NULL-Help/m-p/531023#M145267</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2019-01-29T15:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: data _NULL_ Help</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-NULL-Help/m-p/531186#M145342</link>
      <description>Thank You so much for your Help.</description>
      <pubDate>Tue, 29 Jan 2019 21:27:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-NULL-Help/m-p/531186#M145342</guid>
      <dc:creator>jaiganesh</dc:creator>
      <dc:date>2019-01-29T21:27:18Z</dc:date>
    </item>
  </channel>
</rss>

