<?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: SAS beginner in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-beginner/m-p/839844#M332038</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/435478"&gt;@kumaabi&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;a got offer for a free learning unit to the basics can be found here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/edu/schedules.html?crs=PROG1" target="_blank"&gt;https://support.sas.com/edu/schedules.html?crs=PROG1&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;
&lt;P&gt;Markus&lt;/P&gt;</description>
    <pubDate>Fri, 21 Oct 2022 05:18:41 GMT</pubDate>
    <dc:creator>MarkusWeick</dc:creator>
    <dc:date>2022-10-21T05:18:41Z</dc:date>
    <item>
      <title>SAS beginner</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-beginner/m-p/839825#M332027</link>
      <description>&lt;P&gt;The SAS data set mylib.room has five variables (name, sex, age, height, and weight) and 19 observations (9 observations with sex='F' and 10 observations with sex='M').&lt;BR /&gt;Libname mylib 'C:\STA575\SASData';&lt;BR /&gt;Data work.female(drop=height) work.others(keep=name weight height);&lt;BR /&gt;Set mylib.room;&lt;BR /&gt;If sex='F' then output work.female;&lt;BR /&gt;Output work.others;&lt;BR /&gt;Run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;What is the input data set?&lt;BR /&gt;&amp;nbsp;How many output data sets are being created?&lt;BR /&gt;&amp;nbsp;How many variables are in work.female?&lt;BR /&gt;&amp;nbsp;How many observations are in work.others?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2022 01:19:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-beginner/m-p/839825#M332027</guid>
      <dc:creator>kumaabi</dc:creator>
      <dc:date>2022-10-21T01:19:33Z</dc:date>
    </item>
    <item>
      <title>Please help me to Answer the questions below</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-beginner/m-p/839819#M332042</link>
      <description>&lt;P&gt;The SAS data set mylib.room has five variables (name, sex, age, height, and weight) and 19 observations (9 observations with sex='F' and 10 observations with sex='M').&lt;BR /&gt;Libname mylib 'C:\STA575\SASData';&lt;BR /&gt;Data work.female(drop=height) work.others(keep=name weight height);&lt;BR /&gt;Set mylib.room;&lt;BR /&gt;If sex='F' then output work.female;&lt;BR /&gt;Output work.others;&lt;BR /&gt;Run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Please help me to Answer the questions below&lt;BR /&gt;&amp;nbsp;What is the input data set?&lt;BR /&gt;&amp;nbsp;How many output data sets are being created?&lt;BR /&gt;&amp;nbsp;How many variables are in work.female?&lt;BR /&gt;&amp;nbsp;How many observations are in work.others?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2022 00:32:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-beginner/m-p/839819#M332042</guid>
      <dc:creator>kumaabi</dc:creator>
      <dc:date>2022-10-21T00:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me to Answer the questions below</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-beginner/m-p/839828#M332043</link>
      <description>&lt;P&gt;Give us you answers (and why you think they are the right answers) and we can confirm them or explain why they are not right.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-SPOILER&gt;If you want to try running the code yourself just change&amp;nbsp;&lt;STRONG&gt;mylib.room&lt;/STRONG&gt; to &lt;STRONG&gt;sashelp.class&lt;/STRONG&gt; and run it in any SAS session.&lt;/LI-SPOILER&gt;</description>
      <pubDate>Fri, 21 Oct 2022 02:09:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-beginner/m-p/839828#M332043</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-10-21T02:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me to Answer the questions below</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-beginner/m-p/839830#M332044</link>
      <description>The reason I asked here because I dont know anything about sas. I have to take it because its a mandatory course in my university. This is an assignment question</description>
      <pubDate>Fri, 21 Oct 2022 02:41:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-beginner/m-p/839830#M332044</guid>
      <dc:creator>kumaabi</dc:creator>
      <dc:date>2022-10-21T02:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me to Answer the questions below</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-beginner/m-p/839833#M332045</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/435478"&gt;@kumaabi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;The reason I asked here because I dont know anything about sas. I have to take it because its a mandatory course in my university. This is an assignment question&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I assume they assigned you something to read (or watch) so you should know something about SAS by now.&lt;/P&gt;
&lt;P&gt;And even you don't you can still just read the code as if it was English and take a wild-a**-guess at some of the questions.&amp;nbsp; Don't worry about being wrong, we aren't going to grade you.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2022 03:15:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-beginner/m-p/839833#M332045</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-10-21T03:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: SAS beginner</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-beginner/m-p/839842#M332037</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/435478"&gt;@kumaabi&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;have you run the program? What ist your problem?&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;
&lt;P&gt;Markus&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2022 05:04:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-beginner/m-p/839842#M332037</guid>
      <dc:creator>MarkusWeick</dc:creator>
      <dc:date>2022-10-21T05:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAS beginner</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-beginner/m-p/839844#M332038</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/435478"&gt;@kumaabi&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;a got offer for a free learning unit to the basics can be found here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/edu/schedules.html?crs=PROG1" target="_blank"&gt;https://support.sas.com/edu/schedules.html?crs=PROG1&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;
&lt;P&gt;Markus&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2022 05:18:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-beginner/m-p/839844#M332038</guid>
      <dc:creator>MarkusWeick</dc:creator>
      <dc:date>2022-10-21T05:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: SAS beginner</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-beginner/m-p/839847#M332040</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/435478"&gt;@kumaabi&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I just saw Tom's advise, which I think is really good:&amp;nbsp;&lt;A href="https://communities.sas.com/t5/New-SAS-User/Please-help-me-to-Answer-the-questions-below/m-p/839819#M36387" target="_blank"&gt;Please help me to Answer the questions below - SAS Support Communities&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;
&lt;P&gt;Markus&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2022 05:27:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-beginner/m-p/839847#M332040</guid>
      <dc:creator>MarkusWeick</dc:creator>
      <dc:date>2022-10-21T05:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAS beginner</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-beginner/m-p/839851#M332041</link>
      <description>&lt;P&gt;Maxim 4.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;TRY IT.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2022 06:39:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-beginner/m-p/839851#M332041</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-10-21T06:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: SAS beginner</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-beginner/m-p/839853#M332046</link>
      <description>&lt;P&gt;And on top of everything:&lt;/P&gt;
&lt;P&gt;&lt;FONT size="7"&gt;&lt;STRONG&gt;DO&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="7"&gt;&lt;STRONG&gt;NOT&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="7"&gt;&lt;STRONG&gt;DOUBLE&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="7"&gt;&lt;STRONG&gt;POST&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2022 06:43:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-beginner/m-p/839853#M332046</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-10-21T06:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me to Answer the questions below</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-beginner/m-p/839862#M332050</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/435478"&gt;@kumaabi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;The reason I asked here because I dont know anything about sas. I have to take it because its a mandatory course in my university. This is an assignment question&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Please do not try lying to us. Since you were able to write the code posted&amp;nbsp;&lt;A href="https://communities.sas.com/t5/New-SAS-User/Unable-to-write-the-code/m-p/837137/highlight/true#M36133" target="_blank" rel="noopener"&gt;here&lt;/A&gt;, you DO have SAS knowledge.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2022 07:41:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-beginner/m-p/839862#M332050</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-10-21T07:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me to Answer the questions below</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-beginner/m-p/855013#M337944</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What is the input data set? - the input dataset you can see in the set statement i.e.: mylib.room&lt;BR /&gt;How many output data sets are being created? - Two output datasets will be created: females and others&lt;BR /&gt;How many variables are in work.female? - 4 variables: name,sex, age, weight&lt;BR /&gt;How many observations are in work.others? - 19 observations&lt;BR /&gt;</description>
      <pubDate>Sun, 22 Jan 2023 17:56:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-beginner/m-p/855013#M337944</guid>
      <dc:creator>v307086</dc:creator>
      <dc:date>2023-01-22T17:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: SAS beginner</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-beginner/m-p/856069#M338269</link>
      <description>Hey, ChatGPT can answer this...</description>
      <pubDate>Sat, 28 Jan 2023 02:00:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-beginner/m-p/856069#M338269</guid>
      <dc:creator>JBailey</dc:creator>
      <dc:date>2023-01-28T02:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me to Answer the questions below</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-beginner/m-p/856173#M338314</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;As you are new to SAS pease this is a good introduction for you &lt;A href="https://support.sas.com/resources/papers/proceedings11/054-2011.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/proceedings11/054-2011.pdf&lt;/A&gt; .&lt;/P&gt;</description>
      <pubDate>Sun, 29 Jan 2023 23:39:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-beginner/m-p/856173#M338314</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2023-01-29T23:39:38Z</dc:date>
    </item>
  </channel>
</rss>

