<?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: Why am I not getting date in the results when I specified date in the options for the second dat in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Why-am-I-not-getting-date-in-the-results-when-I-specified-date/m-p/537512#M147839</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;options date; has nothing to do with your result.&lt;/P&gt;
&lt;P&gt;Your program might not have any result or you may be missing the output destination listed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check your log: Does your log tell no records. Anything like this?&lt;/P&gt;
&lt;PRE&gt;NOTE: No observations were selected from data set SASHELP.CLASS.
NOTE: There were 0 observations read from the data set SASHELP.CLASS.&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If using SAS EG then go to tools&amp;gt;options&amp;gt;results&amp;gt; select one (html or sas report or ....)&lt;/P&gt;</description>
    <pubDate>Thu, 21 Feb 2019 20:01:20 GMT</pubDate>
    <dc:creator>SuryaKiran</dc:creator>
    <dc:date>2019-02-21T20:01:20Z</dc:date>
    <item>
      <title>Why am I not getting date in the results when I specified date in the options for the second dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Why-am-I-not-getting-date-in-the-results-when-I-specified-date/m-p/537499#M147837</link>
      <description>&lt;PRE&gt;options nonumber nodate;&lt;BR /&gt;proc print data=dam.weightclub;&lt;BR /&gt; where startweight&amp;gt;=180; &lt;BR /&gt;run;&lt;BR /&gt;options date;&lt;BR /&gt;proc freq data=dam.test_scores;&lt;BR /&gt; where score1&amp;gt;=70;&lt;BR /&gt; tables ID;&lt;BR /&gt;run; &lt;/PRE&gt;</description>
      <pubDate>Thu, 21 Feb 2019 19:21:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Why-am-I-not-getting-date-in-the-results-when-I-specified-date/m-p/537499#M147837</guid>
      <dc:creator>mdoddala</dc:creator>
      <dc:date>2019-02-21T19:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I not getting date in the results when I specified date in the options for the second dat</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Why-am-I-not-getting-date-in-the-results-when-I-specified-date/m-p/537512#M147839</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;options date; has nothing to do with your result.&lt;/P&gt;
&lt;P&gt;Your program might not have any result or you may be missing the output destination listed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check your log: Does your log tell no records. Anything like this?&lt;/P&gt;
&lt;PRE&gt;NOTE: No observations were selected from data set SASHELP.CLASS.
NOTE: There were 0 observations read from the data set SASHELP.CLASS.&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If using SAS EG then go to tools&amp;gt;options&amp;gt;results&amp;gt; select one (html or sas report or ....)&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2019 20:01:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Why-am-I-not-getting-date-in-the-results-when-I-specified-date/m-p/537512#M147839</guid>
      <dc:creator>SuryaKiran</dc:creator>
      <dc:date>2019-02-21T20:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I not getting date in the results when I specified date in the options for the second dat</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Why-am-I-not-getting-date-in-the-results-when-I-specified-date/m-p/537515#M147840</link>
      <description>&lt;P&gt;this is the output I got&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="outie.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/27337i495C727D2D53309D/image-size/large?v=v2&amp;amp;px=999" role="button" title="outie.PNG" alt="outie.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2019 20:07:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Why-am-I-not-getting-date-in-the-results-when-I-specified-date/m-p/537515#M147840</guid>
      <dc:creator>mdoddala</dc:creator>
      <dc:date>2019-02-21T20:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I not getting date in the results when I specified date in the options for the second dat</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Why-am-I-not-getting-date-in-the-results-when-I-specified-date/m-p/537519#M147842</link>
      <description>&lt;P&gt;I do see that they are not printed, however works if selected other destinations like PDF, Listing. Not exactly sure why.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The document say:&amp;nbsp;&lt;SPAN&gt;specifies that the date and the time that the SAS program started are printed at the top of each page of the SAS log and&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;&lt;EM&gt; any output&lt;/EM&gt; &lt;/STRONG&gt;&lt;/FONT&gt;that is created by SAS.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You may have to try other option like titles.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Title " Today's data: %sysfunc(today(),date9.) and Time: %sysfunc(time(),time.) ";
proc print data=sashelp.class;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 21 Feb 2019 20:30:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Why-am-I-not-getting-date-in-the-results-when-I-specified-date/m-p/537519#M147842</guid>
      <dc:creator>SuryaKiran</dc:creator>
      <dc:date>2019-02-21T20:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I not getting date in the results when I specified date in the options for the second dat</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Why-am-I-not-getting-date-in-the-results-when-I-specified-date/m-p/537520#M147843</link>
      <description>&lt;P&gt;You had suppressed page numbers and dates for the first output; since no new page has to be started for the second output, nothing is printed.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2019 20:34:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Why-am-I-not-getting-date-in-the-results-when-I-specified-date/m-p/537520#M147843</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-02-21T20:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I not getting date in the results when I specified date in the options for the second dat</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Why-am-I-not-getting-date-in-the-results-when-I-specified-date/m-p/537522#M147844</link>
      <description>&lt;P&gt;I'm not getting anything even when I don't suppress in the first dataset&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2019 20:48:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Why-am-I-not-getting-date-in-the-results-when-I-specified-date/m-p/537522#M147844</guid>
      <dc:creator>mdoddala</dc:creator>
      <dc:date>2019-02-21T20:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I not getting date in the results when I specified date in the options for the second dat</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Why-am-I-not-getting-date-in-the-results-when-I-specified-date/m-p/537539#M147855</link>
      <description>&lt;P&gt;HTML does not have a concept of pages in terms of number, they scroll and scale, so it's not shown.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create a different output type to see this functionality.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;options nonumber nodate;

ods pdf file='/folders/myfolders/demo_date_number.pdf' style=seaside;

proc print data=dam.weightclub;
 where startweight&amp;gt;=180; 
run;

ods pdf close;

options date;

ods pdf file='/folders/myfolders/demo_NoDate.pdf' style=seaside;

proc freq data=dam.test_scores;
 where score1&amp;gt;=70;
 tables ID;
run; 

ods pdf close;&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/257739"&gt;@mdoddala&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;PRE&gt;options nonumber nodate;&lt;BR /&gt;proc print data=dam.weightclub;&lt;BR /&gt; where startweight&amp;gt;=180; &lt;BR /&gt;run;&lt;BR /&gt;options date;&lt;BR /&gt;proc freq data=dam.test_scores;&lt;BR /&gt; where score1&amp;gt;=70;&lt;BR /&gt; tables ID;&lt;BR /&gt;run; &lt;/PRE&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2019 21:22:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Why-am-I-not-getting-date-in-the-results-when-I-specified-date/m-p/537539#M147855</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-02-21T21:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I not getting date in the results when I specified date in the options for the second dat</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Why-am-I-not-getting-date-in-the-results-when-I-specified-date/m-p/537565#M147865</link>
      <description>&lt;P&gt;Or we can just simply choose produce pdf output in the results tab of preferences:)&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2019 23:24:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Why-am-I-not-getting-date-in-the-results-when-I-specified-date/m-p/537565#M147865</guid>
      <dc:creator>mdoddala</dc:creator>
      <dc:date>2019-02-21T23:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I not getting date in the results when I specified date in the options for the second dat</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Why-am-I-not-getting-date-in-the-results-when-I-specified-date/m-p/537567#M147866</link>
      <description>Yes but then you can't control the file name or style.</description>
      <pubDate>Thu, 21 Feb 2019 23:32:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Why-am-I-not-getting-date-in-the-results-when-I-specified-date/m-p/537567#M147866</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-02-21T23:32:32Z</dc:date>
    </item>
  </channel>
</rss>

