<?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: Proc SQL - OBS Coloumn in Microsoft Integration with SAS</title>
    <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Proc-SQL-OBS-Coloumn/m-p/589796#M2424</link>
    <description>&lt;P&gt;If you want to post a picture/screen capture then click on the Photos icon.&lt;/P&gt;</description>
    <pubDate>Wed, 18 Sep 2019 19:20:33 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2019-09-18T19:20:33Z</dc:date>
    <item>
      <title>Proc SQL - OBS Coloumn</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Proc-SQL-OBS-Coloumn/m-p/589704#M2408</link>
      <description>&lt;P&gt;Hi - How to hide Obs column in proc sql. Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 15:26:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Proc-SQL-OBS-Coloumn/m-p/589704#M2408</guid>
      <dc:creator>DLROW</dc:creator>
      <dc:date>2019-09-18T15:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SQL - OBS Coloumn</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Proc-SQL-OBS-Coloumn/m-p/589706#M2409</link>
      <description>&lt;P&gt;Exactly what are you looking at when you see an OBS column in PROC SQL? Please show us a screen capture.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 15:30:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Proc-SQL-OBS-Coloumn/m-p/589706#M2409</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-09-18T15:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SQL - OBS Coloumn</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Proc-SQL-OBS-Coloumn/m-p/589707#M2410</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql nonumber;
select * from sashelp.class;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 18 Sep 2019 15:31:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Proc-SQL-OBS-Coloumn/m-p/589707#M2410</guid>
      <dc:creator>r_behata</dc:creator>
      <dc:date>2019-09-18T15:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SQL - OBS Coloumn</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Proc-SQL-OBS-Coloumn/m-p/589711#M2411</link>
      <description>&lt;P&gt;I get the obs column number as 1 2 3 4 ...for each row. When the report is exported to excel I get the number. Please see the attached. Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;field name1&amp;nbsp; &amp;nbsp; &amp;nbsp;fieldname2&amp;nbsp; &amp;nbsp; &amp;nbsp; fieldname 3&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; value&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;value&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;value&amp;nbsp;&lt;/P&gt;&lt;P&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;value&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;value&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;value&amp;nbsp;&lt;/P&gt;&lt;P&gt;3&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;value&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;value&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;value&amp;nbsp;&lt;/P&gt;&lt;P&gt;4&amp;nbsp; &amp;nbsp; &amp;nbsp; value&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;value&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;value&amp;nbsp;&lt;/P&gt;&lt;P&gt;5&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;value&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;value&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;value&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 15:39:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Proc-SQL-OBS-Coloumn/m-p/589711#M2411</guid>
      <dc:creator>DLROW</dc:creator>
      <dc:date>2019-09-18T15:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SQL - OBS Coloumn</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Proc-SQL-OBS-Coloumn/m-p/589719#M2412</link>
      <description>&lt;P&gt;Still I get the number if I create the table. When this report is run from&amp;nbsp; SAS Reports (Excel SAS Addin)&amp;nbsp; this number is also being populated in an excel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code:&lt;/P&gt;&lt;P&gt;proc sql nonumber;&lt;BR /&gt;create table test as select * from sashelp.class;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 15:55:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Proc-SQL-OBS-Coloumn/m-p/589719#M2412</guid>
      <dc:creator>DLROW</dc:creator>
      <dc:date>2019-09-18T15:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SQL - OBS Coloumn</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Proc-SQL-OBS-Coloumn/m-p/589722#M2413</link>
      <description>&lt;P&gt;I don't understand. You posted a picture of something in a SAS browser window.&lt;/P&gt;
&lt;P&gt;Not a dataset. Not an output. Not an Excel file.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 16:14:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Proc-SQL-OBS-Coloumn/m-p/589722#M2413</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-09-18T16:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SQL - OBS Coloumn</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Proc-SQL-OBS-Coloumn/m-p/589734#M2414</link>
      <description>&lt;P&gt;Attached again. Can you see the output?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 16:44:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Proc-SQL-OBS-Coloumn/m-p/589734#M2414</guid>
      <dc:creator>DLROW</dc:creator>
      <dc:date>2019-09-18T16:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SQL - OBS Coloumn</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Proc-SQL-OBS-Coloumn/m-p/589737#M2415</link>
      <description>&lt;P&gt;Many of us will not (or cannot) download and open Microsoft Office documents because they are security risks. Better to include the screen capture in your reply, by clicking on the "Photos" icon.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 16:51:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Proc-SQL-OBS-Coloumn/m-p/589737#M2415</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-09-18T16:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SQL - OBS Coloumn</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Proc-SQL-OBS-Coloumn/m-p/589739#M2416</link>
      <description>&lt;P&gt;Again that just looks like a photo of the data browsing window in SAS/Studio.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 16:59:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Proc-SQL-OBS-Coloumn/m-p/589739#M2416</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-09-18T16:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SQL - OBS Coloumn</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Proc-SQL-OBS-Coloumn/m-p/589755#M2417</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I see the screen shot if I download it though.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you run the below code you could see the&amp;nbsp; obs number (1st column) 1 2 3 4 ..I want to get rid of those numbers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sql nonumber;&lt;BR /&gt;create table test as select * from sashelp.class;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 18:01:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Proc-SQL-OBS-Coloumn/m-p/589755#M2417</guid>
      <dc:creator>DLROW</dc:creator>
      <dc:date>2019-09-18T18:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SQL - OBS Coloumn</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Proc-SQL-OBS-Coloumn/m-p/589758#M2418</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/125795"&gt;@DLROW&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I see the screen shot if I download it though.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you run the below code you could see the&amp;nbsp; obs number (1st column) 1 2 3 4 ..I want to get rid of those numbers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc sql nonumber;&lt;BR /&gt;create table test as select * from sashelp.class;&lt;BR /&gt;run;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Nope. It DOES NOT create any OBS NUMBER variable.&lt;/P&gt;
&lt;P&gt;It makes the exact same dataset as if you just used a normal data step.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data test2;
 set sashelp.class;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 18 Sep 2019 18:11:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Proc-SQL-OBS-Coloumn/m-p/589758#M2418</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-09-18T18:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SQL - OBS Coloumn</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Proc-SQL-OBS-Coloumn/m-p/589774#M2419</link>
      <description>&lt;P&gt;Yes, it is not a variable but we do see the row numbers as 1 2 3 .... before the column 'Name'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;output :&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Name Sex Age Height Weight&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; Alfred M 14 69 112.5&lt;/P&gt;&lt;P&gt;2&amp;nbsp; &amp;nbsp; Alice F 13 56.5 84&lt;/P&gt;&lt;P&gt;3&amp;nbsp; &amp;nbsp; Barbara F 13 65.3 98&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 18:34:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Proc-SQL-OBS-Coloumn/m-p/589774#M2419</guid>
      <dc:creator>DLROW</dc:creator>
      <dc:date>2019-09-18T18:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SQL - OBS Coloumn</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Proc-SQL-OBS-Coloumn/m-p/589783#M2420</link>
      <description>&lt;P&gt;You are looking at a screen designed to let your browse a dataset. That does not have anything to do with PROC SQL or anything to do with OUTPUT.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you open an Excel file in Excel it will also show you line numbers (and column letters).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 336px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/32584iF5B43DE8F54DD11C/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want the observation number to not show in &lt;STRONG&gt;output&lt;/STRONG&gt; then use appropriate options for that.&amp;nbsp; NOOBS in PROC PRINT and NONUMBER in PROC SQL.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/32582i2F626691340AD736/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 282px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/32583iDE1CB047F43880AD/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 18:49:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Proc-SQL-OBS-Coloumn/m-p/589783#M2420</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-09-18T18:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SQL - OBS Coloumn</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Proc-SQL-OBS-Coloumn/m-p/589791#M2421</link>
      <description>&lt;P&gt;Not sure what the add-in to Excel is doing. But if you are using Excel shouldn't your screen shot look like an Excel sheet?&lt;/P&gt;
&lt;P&gt;Also your code does NOT look like a report. It is just a step to create a dataset.&amp;nbsp; Nothing in that code to produce any report to be copied to Excel.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 19:07:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Proc-SQL-OBS-Coloumn/m-p/589791#M2421</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-09-18T19:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SQL - OBS Coloumn</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Proc-SQL-OBS-Coloumn/m-p/589792#M2422</link>
      <description>&lt;P&gt;Thanks for your reply Tom.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you created the stored process and run the report from SAS Report tab (through EXCEL SAS ADDIN) ? If so , please try that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do you attach the results here. I am not able to.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 19:09:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Proc-SQL-OBS-Coloumn/m-p/589792#M2422</guid>
      <dc:creator>DLROW</dc:creator>
      <dc:date>2019-09-18T19:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SQL - OBS Coloumn</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Proc-SQL-OBS-Coloumn/m-p/589795#M2423</link>
      <description>&lt;P&gt;so you can see my screen shot then, ok ,attaching again&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 19:13:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Proc-SQL-OBS-Coloumn/m-p/589795#M2423</guid>
      <dc:creator>DLROW</dc:creator>
      <dc:date>2019-09-18T19:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SQL - OBS Coloumn</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Proc-SQL-OBS-Coloumn/m-p/589796#M2424</link>
      <description>&lt;P&gt;If you want to post a picture/screen capture then click on the Photos icon.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 19:20:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Proc-SQL-OBS-Coloumn/m-p/589796#M2424</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-09-18T19:20:33Z</dc:date>
    </item>
  </channel>
</rss>

