<?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: Headskip in SAS ODS excel in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Headskip-in-SAS-ODS-excel/m-p/376547#M90394</link>
    <description>&lt;P&gt;Here are two options.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1)&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods text='xxxx';
proc report data=sashelp.class nowd;
run;




&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2)&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
proc report data=sashelp.class nowd;

compute before _page_;
 line 'xxxx';
endcomp;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 17 Jul 2017 13:46:43 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2017-07-17T13:46:43Z</dc:date>
    <item>
      <title>Headskip in SAS ODS excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Headskip-in-SAS-ODS-excel/m-p/376538#M90392</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using SAS ods to generate an excel file using below code.&lt;/P&gt;
&lt;P&gt;ODS EXCEL file="&amp;amp;output_path\contents_memlabel.xls" options(sheet_name="Contents_Memlabel" embedded_titles="yes");&lt;/P&gt;
&lt;P&gt;PROC REPORT DATA=CONT_LABEL NOWINDOWS;&lt;BR /&gt;TITLE "Dataset Name - Dataset Label - Number of observations - File size";&lt;BR /&gt;RUN;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the output i am getting an empty row in excel after the tile. Can someone help me out with removal empty row after the title.&lt;/P&gt;
&lt;P&gt;I would need a HEADSKIP alternative ODS EXCEL.&lt;/P&gt;
&lt;P&gt;Thanks in Advance&lt;BR /&gt;Rakesh&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 13:29:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Headskip-in-SAS-ODS-excel/m-p/376538#M90392</guid>
      <dc:creator>rakeshvvv</dc:creator>
      <dc:date>2017-07-17T13:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Headskip in SAS ODS excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Headskip-in-SAS-ODS-excel/m-p/376547#M90394</link>
      <description>&lt;P&gt;Here are two options.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1)&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods text='xxxx';
proc report data=sashelp.class nowd;
run;




&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2)&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
proc report data=sashelp.class nowd;

compute before _page_;
 line 'xxxx';
endcomp;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 17 Jul 2017 13:46:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Headskip-in-SAS-ODS-excel/m-p/376547#M90394</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-07-17T13:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Headskip in SAS ODS excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Headskip-in-SAS-ODS-excel/m-p/376557#M90399</link>
      <description>&lt;P&gt;Thanks Sir for the quick reply.... I am using the below option and I am getting additional line after the title. I would not need an extra line after the title and I would need need dataser variables immediately after the title.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Rakesh&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 14:06:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Headskip-in-SAS-ODS-excel/m-p/376557#M90399</guid>
      <dc:creator>rakeshvvv</dc:creator>
      <dc:date>2017-07-17T14:06:20Z</dc:date>
    </item>
  </channel>
</rss>

