<?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 export carraige return and frozen header issue in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-export-carraige-return-and-frozen-header-issue/m-p/391117#M93883</link>
    <description>&lt;P&gt;Your question is confusing (for example what does &lt;FONT size="3" face="Courier New"&gt;the report carraige return results&amp;nbsp;go to the bottom of the page where there are no records&lt;/FONT&gt; mean?) hence probbaly why you got no answers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As for freezing rows, maybe forego proc export and look here&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Procedures/Using-SAS-to-freeze-panes-and-add-colors-to-cell-on-Excel/td-p/20154" target="_blank"&gt;https://communities.sas.com/t5/SAS-Procedures/Using-SAS-to-freeze-panes-and-add-colors-to-cell-on-Excel/td-p/20154&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 27 Aug 2017 06:30:48 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2017-08-27T06:30:48Z</dc:date>
    <item>
      <title>Proc export carraige return and frozen header issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-export-carraige-return-and-frozen-header-issue/m-p/390241#M93583</link>
      <description>&lt;P&gt;&lt;STRIKE&gt;&lt;/STRIKE&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;data tbl1;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;set tb;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;PROC&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;EXPORT&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;OUTFILE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"\\corp\dfs\Mortgage_Shared\VA019\F01B\Everyone\MBIO\Non_QM..xlsb"&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DATA&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;= tbl1&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DBMS&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;= EXCELCS &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;REPLACE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;SHEET&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'Data'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;SERVER&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'GA0122'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;quit&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;The results go to the above named server location&amp;nbsp;however the report carraige return results&amp;nbsp;go to the bottom of the page where there are no records.&amp;nbsp; I then have to move the scroller to the top.&amp;nbsp; Is there a way to insert code to have the results begin at the top left or cell (A1) and have a frozen header beginning at cell A2 ??&amp;nbsp; Or must this be handled in the datastep of "tbl1"&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 14:04:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-export-carraige-return-and-frozen-header-issue/m-p/390241#M93583</guid>
      <dc:creator>Q1983</dc:creator>
      <dc:date>2017-08-23T14:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Proc export carraige return and frozen header issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-export-carraige-return-and-frozen-header-issue/m-p/391117#M93883</link>
      <description>&lt;P&gt;Your question is confusing (for example what does &lt;FONT size="3" face="Courier New"&gt;the report carraige return results&amp;nbsp;go to the bottom of the page where there are no records&lt;/FONT&gt; mean?) hence probbaly why you got no answers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As for freezing rows, maybe forego proc export and look here&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Procedures/Using-SAS-to-freeze-panes-and-add-colors-to-cell-on-Excel/td-p/20154" target="_blank"&gt;https://communities.sas.com/t5/SAS-Procedures/Using-SAS-to-freeze-panes-and-add-colors-to-cell-on-Excel/td-p/20154&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Aug 2017 06:30:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-export-carraige-return-and-frozen-header-issue/m-p/391117#M93883</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2017-08-27T06:30:48Z</dc:date>
    </item>
  </channel>
</rss>

