<?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: statement and options in sas in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/statement-and-options-in-sas/m-p/426626#M105126</link>
    <description>&lt;P&gt;Here's a 'better' example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;WHERE as a data set option.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data new(where=(age=11));&lt;/P&gt;
&lt;P&gt;set sashelp.class;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;WHERE as a statement.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data new;&lt;/P&gt;
&lt;P&gt;set sashelp.class;&lt;/P&gt;
&lt;P&gt;where age=11;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Jan 2018 20:18:50 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-01-10T20:18:50Z</dc:date>
    <item>
      <title>statement and options in sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/statement-and-options-in-sas/m-p/426116#M104975</link>
      <description>&lt;P&gt;i want notes of statements and options in sas and their difference with example&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 14:43:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/statement-and-options-in-sas/m-p/426116#M104975</guid>
      <dc:creator>rvsidhu035</dc:creator>
      <dc:date>2018-01-09T14:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: statement and options in sas [how to improve your question]</title>
      <link>https://communities.sas.com/t5/SAS-Programming/statement-and-options-in-sas/m-p/426119#M104976</link>
      <description>&lt;P&gt;Hello &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/175025"&gt;@rvsidhu035&lt;/a&gt;,&lt;/P&gt;&lt;BR /&gt; &lt;P&gt;Your question requires more details before experts can help.&amp;nbsp;Can you revise your question to include more information?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Review this checklist:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Specify a meaningful subject line for your topic.&amp;nbsp; Avoid generic subjects like "need help," "SAS query," or "urgent."&lt;/LI&gt;
&lt;LI&gt;When appropriate, provide sample data in text or DATA step format.&amp;nbsp; See &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_blank"&gt;this article for one method&lt;/A&gt;&amp;nbsp;you can use.&lt;/LI&gt;
&lt;LI&gt;If you're encountering an error in SAS, include the SAS log or a screenshot of the error condition.&amp;nbsp;Use the&amp;nbsp;&lt;STRONG&gt;Photos&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;button to include the image in your message.&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 279px;"&gt;&lt;IMG src="https://kntur85557.i.lithium.com/t5/image/serverpage/image-id/16608i91A52F817EAC9A69/image-dimensions/279x150?v=1.0" width="279" height="150" alt="use_buttons.png" title="use_buttons.png" /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;It also helps to include an example (table or picture) of the result that you're trying to achieve.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;To edit your original message, select the "blue gear" icon at the top of the message and select&amp;nbsp;&lt;STRONG&gt;Edit Message&lt;/STRONG&gt;.&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;From there you can adjust the title and add more details to the body of the message.&amp;nbsp; Or, simply reply to this message with any additional information you can supply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 229px;"&gt;&lt;IMG src="https://kntur85557.i.lithium.com/t5/image/serverpage/image-id/16605iAC020BC79315B045/image-size/large?v=1.0&amp;amp;px=600" alt="edit_post.png" title="edit_post.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;SAS experts are eager to help -- help&amp;nbsp;&lt;EM&gt;them&lt;/EM&gt; by providing as much detail as you can.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style:italic;font-size:smaller;"&gt;This prewritten response was triggered for you by fellow SAS Support Communities member &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&lt;/SPAN&gt;&lt;/P&gt;.</description>
      <pubDate>Tue, 09 Jan 2018 14:49:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/statement-and-options-in-sas/m-p/426119#M104976</guid>
      <dc:creator>Community_Guide</dc:creator>
      <dc:date>2018-01-09T14:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: statement and options in sas [how to improve your question]</title>
      <link>https://communities.sas.com/t5/SAS-Programming/statement-and-options-in-sas/m-p/426120#M104977</link>
      <description>&lt;P&gt;Hello &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/175025"&gt;@rvsidhu035&lt;/a&gt;,&lt;/P&gt;&lt;BR /&gt; &lt;P&gt;Your question requires more details before experts can help.&amp;nbsp;Can you revise your question to include more information?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Review this checklist:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Specify a meaningful subject line for your topic.&amp;nbsp; Avoid generic subjects like "need help," "SAS query," or "urgent."&lt;/LI&gt;
&lt;LI&gt;When appropriate, provide sample data in text or DATA step format.&amp;nbsp; See &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_blank"&gt;this article for one method&lt;/A&gt;&amp;nbsp;you can use.&lt;/LI&gt;
&lt;LI&gt;If you're encountering an error in SAS, include the SAS log or a screenshot of the error condition.&amp;nbsp;Use the&amp;nbsp;&lt;STRONG&gt;Photos&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;button to include the image in your message.&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 279px;"&gt;&lt;IMG src="https://kntur85557.i.lithium.com/t5/image/serverpage/image-id/16608i91A52F817EAC9A69/image-dimensions/279x150?v=1.0" width="279" height="150" alt="use_buttons.png" title="use_buttons.png" /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;It also helps to include an example (table or picture) of the result that you're trying to achieve.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;To edit your original message, select the "blue gear" icon at the top of the message and select&amp;nbsp;&lt;STRONG&gt;Edit Message&lt;/STRONG&gt;.&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;From there you can adjust the title and add more details to the body of the message.&amp;nbsp; Or, simply reply to this message with any additional information you can supply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 229px;"&gt;&lt;IMG src="https://kntur85557.i.lithium.com/t5/image/serverpage/image-id/16605iAC020BC79315B045/image-size/large?v=1.0&amp;amp;px=600" alt="edit_post.png" title="edit_post.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;SAS experts are eager to help -- help&amp;nbsp;&lt;EM&gt;them&lt;/EM&gt; by providing as much detail as you can.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style:italic;font-size:smaller;"&gt;This prewritten response was triggered for you by fellow SAS Support Communities member &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/31304"&gt;@PeterClemmensen&lt;/a&gt;&lt;/SPAN&gt;&lt;/P&gt;.</description>
      <pubDate>Tue, 09 Jan 2018 14:49:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/statement-and-options-in-sas/m-p/426120#M104977</guid>
      <dc:creator>Community_Guide</dc:creator>
      <dc:date>2018-01-09T14:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: statement and options in sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/statement-and-options-in-sas/m-p/426121#M104978</link>
      <description>&lt;P&gt;Please ask a question. The more specific the better. Stating a desire rarely fulfills that desire.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;-- Jan&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 14:49:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/statement-and-options-in-sas/m-p/426121#M104978</guid>
      <dc:creator>jklaverstijn</dc:creator>
      <dc:date>2018-01-09T14:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: statement and options in sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/statement-and-options-in-sas/m-p/426122#M104979</link>
      <description>&lt;P&gt;SAS has literally tons (if you would print it) of documentation. See here: &lt;A href="http://documentation.sas.com" target="_blank"&gt;http://documentation.sas.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 14:51:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/statement-and-options-in-sas/m-p/426122#M104979</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-01-09T14:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: statement and options in sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/statement-and-options-in-sas/m-p/426127#M104980</link>
      <description>&lt;P&gt;i am asking different between statements and options in sas ? if you don't kow then cool no need to be suggest sentence formation or some other things we are learner hence we made mistakes&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 14:58:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/statement-and-options-in-sas/m-p/426127#M104980</guid>
      <dc:creator>rvsidhu035</dc:creator>
      <dc:date>2018-01-09T14:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: statement and options in sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/statement-and-options-in-sas/m-p/426140#M104982</link>
      <description>&lt;P&gt;Here is a list of statements in SAS:&amp;nbsp;&lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000293668.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000293668.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Each statement, in turn, might have options as might any procedures (proc).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To confuse matters, though, there is also an options statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 15:57:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/statement-and-options-in-sas/m-p/426140#M104982</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2018-01-09T15:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: statement and options in sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/statement-and-options-in-sas/m-p/426143#M104983</link>
      <description>That's my seminar topic sir that why I am request thank you sir your kindly information</description>
      <pubDate>Tue, 09 Jan 2018 16:00:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/statement-and-options-in-sas/m-p/426143#M104983</guid>
      <dc:creator>rvsidhu035</dc:creator>
      <dc:date>2018-01-09T16:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: statement and options in sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/statement-and-options-in-sas/m-p/426146#M104984</link>
      <description>&lt;P&gt;Statements can have options.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There's an Options statement.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your question is ambiguous.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/175025"&gt;@rvsidhu035&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;i am asking different between statements and options in sas ? if you don't kow then cool no need to be suggest sentence formation or some other things we are learner hence we made mistakes&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 16:06:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/statement-and-options-in-sas/m-p/426146#M104984</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-01-09T16:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: statement and options in sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/statement-and-options-in-sas/m-p/426148#M104985</link>
      <description>You know if work as statement but not as option where work both statement&lt;BR /&gt;and options&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Jan 2018 16:11:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/statement-and-options-in-sas/m-p/426148#M104985</guid>
      <dc:creator>rvsidhu035</dc:creator>
      <dc:date>2018-01-09T16:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: statement and options in sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/statement-and-options-in-sas/m-p/426150#M104986</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/175025"&gt;@rvsidhu035&lt;/a&gt; wrote:&lt;BR /&gt;You know if work as statement but not as option where work both statement&lt;BR /&gt;and options&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I don't know what that means.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 16:16:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/statement-and-options-in-sas/m-p/426150#M104986</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-01-09T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: statement and options in sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/statement-and-options-in-sas/m-p/426155#M104988</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/175025"&gt;@rvsidhu035&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;i want notes of statements and options in sas and their difference with example&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Options allow you to chose&amp;nbsp;one or more&amp;nbsp;behaviors. However where and what option you want to control is the key. There are SAS System options, some of which are only valid at program start (invocation) and controlled by configuration information others available&amp;nbsp;by using an&amp;nbsp;Options &lt;STRONG&gt;statement&lt;/STRONG&gt;. There are also other specific sub-environment options such as for device based graphics using GOPTIONS statement or statistical graphics using the ODS GRAPHICS statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As mentioned in other posts here almost every SAS Procedure has one or more options, usually as a minimum the data to use.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Statements are basically any instruction a single code element that ends with a semicolon. Which could be a PROC statement such as&lt;/P&gt;
&lt;P&gt;Proc Print data=thisdataset;&lt;/P&gt;
&lt;P&gt;which establishes the procedure to run (Print) and an OPTION of the data set to print.&lt;/P&gt;
&lt;P&gt;A statement may also be a specific instruction to a procedure such as listing the variables to print, the formats to display those variables and so forth.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Look at the documentation for almost any prodecure. The SYNTAX section will display the STATEMENTS available to the procedure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But this question is too broad to provide examples of every one. the basic printed documentation of the Base (or foundation) SAS , SAT/STAT and SAS/Graph modules alone is well over 1000 pages.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 16:26:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/statement-and-options-in-sas/m-p/426155#M104988</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-01-09T16:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: statement and options in sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/statement-and-options-in-sas/m-p/426492#M105078</link>
      <description>&lt;P&gt;where as option&lt;/P&gt;&lt;P&gt;data new(where=(age=11));&lt;/P&gt;&lt;P&gt;set sashelp.class;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;if is not a option here not work this code&lt;/P&gt;&lt;P&gt;data new1(if age=11);&lt;/P&gt;&lt;P&gt;set sashelp.class;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2018 15:34:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/statement-and-options-in-sas/m-p/426492#M105078</guid>
      <dc:creator>rvsidhu035</dc:creator>
      <dc:date>2018-01-10T15:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: statement and options in sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/statement-and-options-in-sas/m-p/426626#M105126</link>
      <description>&lt;P&gt;Here's a 'better' example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;WHERE as a data set option.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data new(where=(age=11));&lt;/P&gt;
&lt;P&gt;set sashelp.class;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;WHERE as a statement.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data new;&lt;/P&gt;
&lt;P&gt;set sashelp.class;&lt;/P&gt;
&lt;P&gt;where age=11;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2018 20:18:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/statement-and-options-in-sas/m-p/426626#M105126</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-01-10T20:18:50Z</dc:date>
    </item>
  </channel>
</rss>

