<?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: options statement do not show on top right corner in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/options-statement-do-not-show-on-top-right-corner/m-p/234769#M42960</link>
    <description>&lt;P&gt;I don't think HTML allows those options, and I get the same behaviour is SAS UE.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you specify a different destination, PDF for example it does generate the notes.&lt;/P&gt;
&lt;P&gt;You'll need to navigate the file and open them to view the results.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods pdf file='/folders/myfolders/test.pdf';
ods html file='/folders/myfolders/test.html';

options date number;
proc means data=sashelp.class;
run;

ods html close;
ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sat, 14 Nov 2015 17:49:12 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2015-11-14T17:49:12Z</dc:date>
    <item>
      <title>options statement do not show on top right corner</title>
      <link>https://communities.sas.com/t5/SAS-Programming/options-statement-do-not-show-on-top-right-corner/m-p/234744#M42945</link>
      <description>&lt;P&gt;I entered the following code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;options ls=80 date number;&lt;/P&gt;
&lt;P&gt;proc means data=orion.sales;&lt;BR /&gt; var Salary;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;options nodate pageno=1;&lt;/P&gt;
&lt;P&gt;proc freq data=orion.sales;&lt;BR /&gt; tables Country;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;options ls=95;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the attached file is an example of the problem. I do not see in the options displayed for some reason. WHY?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Below is the LOG:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV class="sasSource"&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;55&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;56 options ls=80 date number;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;57&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;58 proc means data=orion.sales;&lt;/DIV&gt;
&lt;DIV id="sasLogNote1_1447471989623" class="sasNote"&gt;NOTE: Data file ORION.SALES.DATA is in a format that is native to another host,&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;or the file encoding does not match the session encoding. Cross&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;Environment Data Access will be used, which might require additional CPU&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;resources and might reduce performance.&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;59 var Salary;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;60 run;&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="sasLogNote2_1447471989623" class="sasNote"&gt;NOTE: There were 165 observations read from the data set ORION.SALES.&lt;/DIV&gt;
&lt;DIV id="sasLogNote3_1447471989623" class="sasNote"&gt;NOTE: PROCEDURE MEANS used (Total process time):&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;real time 0.06 seconds&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;cpu time 0.07 seconds&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;61&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;62 options nodate pageno=1;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;63&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;64 proc freq data=orion.sales;&lt;/DIV&gt;
&lt;DIV id="sasLogNote4_1447471989623" class="sasNote"&gt;NOTE: Data file ORION.SALES.DATA is in a format that is native to another host,&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;or the file encoding does not match the session encoding. Cross&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;Environment Data Access will be used, which might require additional CPU&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;resources and might reduce performance.&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;65 tables Country;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;66 run;&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="sasLogNote5_1447471989623" class="sasNote"&gt;NOTE: There were 165 observations read from the data set ORION.SALES.&lt;/DIV&gt;
&lt;DIV id="sasLogNote6_1447471989623" class="sasNote"&gt;NOTE: PROCEDURE FREQ used (Total process time):&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;real time 0.04 seconds&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;cpu time 0.05 seconds&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;67&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;68 options ls=95;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;69&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;70 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;82&lt;/DIV&gt;
&lt;/DIV&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/12073iBFA66E9351BB80C9/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="example.PNG" title="example.PNG" /&gt;</description>
      <pubDate>Sat, 14 Nov 2015 03:37:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/options-statement-do-not-show-on-top-right-corner/m-p/234744#M42945</guid>
      <dc:creator>gobejo</dc:creator>
      <dc:date>2015-11-14T03:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: options statement do not show on top right corner</title>
      <link>https://communities.sas.com/t5/SAS-Programming/options-statement-do-not-show-on-top-right-corner/m-p/234747#M42948</link>
      <description>&lt;P&gt;If you like to see the current settings of&amp;nbsp;your SAS session, try the proc options statement as shown below.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC OPTIONS;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;You should see the one's you have specified such as linesize=80.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps....!!!&lt;/P&gt;</description>
      <pubDate>Sat, 14 Nov 2015 05:32:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/options-statement-do-not-show-on-top-right-corner/m-p/234747#M42948</guid>
      <dc:creator>kannand</dc:creator>
      <dc:date>2015-11-14T05:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: options statement do not show on top right corner</title>
      <link>https://communities.sas.com/t5/SAS-Programming/options-statement-do-not-show-on-top-right-corner/m-p/234760#M42953</link>
      <description>&lt;P&gt;the proc options did not help. i am using SAS University edition. Is there some statement i need to know that will display the options statements in the output?&lt;/P&gt;</description>
      <pubDate>Sat, 14 Nov 2015 12:43:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/options-statement-do-not-show-on-top-right-corner/m-p/234760#M42953</guid>
      <dc:creator>gobejo</dc:creator>
      <dc:date>2015-11-14T12:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: options statement do not show on top right corner</title>
      <link>https://communities.sas.com/t5/SAS-Programming/options-statement-do-not-show-on-top-right-corner/m-p/234761#M42954</link>
      <description>&lt;P&gt;I think you&amp;nbsp;miss, e.g., the date and page number in the top right corner of your&amp;nbsp;SAS&amp;nbsp;outputs. The corresponding SAS system options refer primarily to the classic listing output. Your PNG file, however, shows HTML output. I&amp;nbsp;don't know about the SAS University edition, but in&amp;nbsp;a standard SAS session you can switch between these types of output (or select&amp;nbsp;both) in Tools --&amp;gt; Options --&amp;gt; Preferences... --&amp;gt; Results. It was one of the first things I did after installing SAS 9.4 to switch from HTML to listing output only.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Nov 2015 12:55:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/options-statement-do-not-show-on-top-right-corner/m-p/234761#M42954</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2015-11-14T12:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: options statement do not show on top right corner</title>
      <link>https://communities.sas.com/t5/SAS-Programming/options-statement-do-not-show-on-top-right-corner/m-p/234762#M42955</link>
      <description>&lt;P&gt;Here is an example using SAS University Ed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options ls=80 pagesize=60 ;
proc options option=(pagesize ls) ;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;and here are the results printed in the log....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt; 1          OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 55         
 56         options ls=80 pagesize=60 ;
 57         proc options option=(pagesize ls) ;
 58         run;
 
     SAS (r) Proprietary Software Release 9.4  TS1M3
 
  PAGESIZE=60       Specifies the number of lines that compose a page of the SAS 
                    log and SAS output.
  LINESIZE=80       Specifies the line size for the SAS log and for SAS 
                    procedure output for the LISTING destination.
 NOTE: PROCEDURE OPTIONS used (Total process time):
       real time           0.00 seconds
       cpu time            0.01 seconds
       
 
 59         
 60         OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 72         &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;If you notice the options used are printed in the log...... &amp;nbsp;Is this what you are looking for ?&lt;/P&gt;</description>
      <pubDate>Sat, 14 Nov 2015 12:55:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/options-statement-do-not-show-on-top-right-corner/m-p/234762#M42955</guid>
      <dc:creator>kannand</dc:creator>
      <dc:date>2015-11-14T12:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: options statement do not show on top right corner</title>
      <link>https://communities.sas.com/t5/SAS-Programming/options-statement-do-not-show-on-top-right-corner/m-p/234769#M42960</link>
      <description>&lt;P&gt;I don't think HTML allows those options, and I get the same behaviour is SAS UE.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you specify a different destination, PDF for example it does generate the notes.&lt;/P&gt;
&lt;P&gt;You'll need to navigate the file and open them to view the results.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods pdf file='/folders/myfolders/test.pdf';
ods html file='/folders/myfolders/test.html';

options date number;
proc means data=sashelp.class;
run;

ods html close;
ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 14 Nov 2015 17:49:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/options-statement-do-not-show-on-top-right-corner/m-p/234769#M42960</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-11-14T17:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: options statement do not show on top right corner</title>
      <link>https://communities.sas.com/t5/SAS-Programming/options-statement-do-not-show-on-top-right-corner/m-p/234778#M42961</link>
      <description>options like Linesize and Pagesize not even used by ODS destinations like HTML, RTF and PDF. That is because those destinations do not have the concept of "characters per inch" like the LISTING destination (or output window). So do not expect options that are designed for listing to work in other destinations.  Another thing that will not work, particularly in HTML output is the PAGENO option -- HTML doesn't have the concept of "pages", since 1 HTML file is 1 web "page" whether it is 5 rows of output or 500 rows of output -- one HTML file is one "page" -- so again, the PAGENO option is irrelevant for HTML (although honored by PDF and RTF).&lt;BR /&gt; &lt;BR /&gt;cynthia</description>
      <pubDate>Sat, 14 Nov 2015 20:45:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/options-statement-do-not-show-on-top-right-corner/m-p/234778#M42961</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2015-11-14T20:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: options statement do not show on top right corner</title>
      <link>https://communities.sas.com/t5/SAS-Programming/options-statement-do-not-show-on-top-right-corner/m-p/563100#M157812</link>
      <description>&lt;P&gt;You just saved my grade. Thank you thank you thank you!!&lt;/P&gt;</description>
      <pubDate>Sat, 01 Jun 2019 17:01:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/options-statement-do-not-show-on-top-right-corner/m-p/563100#M157812</guid>
      <dc:creator>emeline</dc:creator>
      <dc:date>2019-06-01T17:01:21Z</dc:date>
    </item>
  </channel>
</rss>

