<?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: What does &amp;quot;/ /&amp;quot; mean in SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/What-does-quot-quot-mean-in-SAS/m-p/722526#M224049</link>
    <description>&lt;P&gt;The / is used in a put statement. Each / breaks a line, thus start a new line.&lt;/P&gt;
&lt;P&gt;// is therefor adds two space lines.&lt;/P&gt;</description>
    <pubDate>Mon, 01 Mar 2021 02:34:16 GMT</pubDate>
    <dc:creator>Shmuel</dc:creator>
    <dc:date>2021-03-01T02:34:16Z</dc:date>
    <item>
      <title>What does "/ /" mean in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-does-quot-quot-mean-in-SAS/m-p/722515#M224042</link>
      <description>&lt;P&gt;Hi all SAS Users,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Today when reading a SAS code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
input x @@;
datalines;
1 2 3
;
data test3;
   set have;
   put _N_=;
   _N_=0;
   put _N_= //;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The log is as below&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;_N_=1
_N_=0


_N_=2
_N_=0


_N_=3
_N_=0&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;It is my first time seeing "/ /" in SAS, I tried to perform some searches but there is no result available for me, even from lexjansen.&lt;/P&gt;
&lt;P&gt;My keyword is " &lt;STRONG&gt;"/ /"&amp;nbsp; in SAS meaning&lt;/STRONG&gt;", whether I did something wrong in searching as well? And could you please explain what does "/ /" play on the above code and some cases we normally apply this one?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm regards.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 01:52:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-does-quot-quot-mean-in-SAS/m-p/722515#M224042</guid>
      <dc:creator>Phil_NZ</dc:creator>
      <dc:date>2021-03-01T01:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: What does "/ /" mean in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-does-quot-quot-mean-in-SAS/m-p/722519#M224045</link>
      <description>&lt;P&gt;"/" is a line pointer control that represents a line break&lt;/P&gt;
&lt;P&gt;See here.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://v8doc.sas.com/sashtml/lgref/z0161869.htm#z0150137" target="_self"&gt;https://v8doc.sas.com/sashtml/lgref/z0161869.htm#z0150137&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 02:18:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-does-quot-quot-mean-in-SAS/m-p/722519#M224045</guid>
      <dc:creator>japelin</dc:creator>
      <dc:date>2021-03-01T02:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: What does "/ /" mean in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-does-quot-quot-mean-in-SAS/m-p/722521#M224046</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/226565"&gt;@japelin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your reply.&lt;/P&gt;
&lt;P&gt;I understand this one because "/" is an operator and can be searched, I am curious about what does "/ /" mean&lt;/P&gt;
&lt;P&gt;Or, "/" is one line break, so "/ /" is two lines break ????&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm regards.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 02:25:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-does-quot-quot-mean-in-SAS/m-p/722521#M224046</guid>
      <dc:creator>Phil_NZ</dc:creator>
      <dc:date>2021-03-01T02:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: What does "/ /" mean in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-does-quot-quot-mean-in-SAS/m-p/722523#M224047</link>
      <description>&lt;P&gt;&lt;EM&gt;&amp;gt; so "/ /" is two lines break ????&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;indeed&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 02:29:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-does-quot-quot-mean-in-SAS/m-p/722523#M224047</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2021-03-01T02:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: What does "/ /" mean in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-does-quot-quot-mean-in-SAS/m-p/722524#M224048</link>
      <description>&lt;P&gt;Yes, it is.&lt;BR /&gt;"//" is two &lt;SPAN&gt;lines break&lt;/SPAN&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2021-03-01_11h28_48.png" style="width: 238px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/55303iAF43E8130BB8C8C9/image-size/large?v=v2&amp;amp;px=999" role="button" title="2021-03-01_11h28_48.png" alt="2021-03-01_11h28_48.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 02:29:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-does-quot-quot-mean-in-SAS/m-p/722524#M224048</guid>
      <dc:creator>japelin</dc:creator>
      <dc:date>2021-03-01T02:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: What does "/ /" mean in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-does-quot-quot-mean-in-SAS/m-p/722526#M224049</link>
      <description>&lt;P&gt;The / is used in a put statement. Each / breaks a line, thus start a new line.&lt;/P&gt;
&lt;P&gt;// is therefor adds two space lines.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 02:34:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-does-quot-quot-mean-in-SAS/m-p/722526#M224049</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2021-03-01T02:34:16Z</dc:date>
    </item>
  </channel>
</rss>

