<?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 HOW TO DO THIS TASK? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/HOW-TO-DO-THIS-TASK/m-p/905999#M357787</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Juicety_0-1701698557798.png" style="width: 0px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/90746i01E532D49666C08D/image-size/small?v=v2&amp;amp;px=200" width="0" height="0" role="button" title="Juicety_0-1701698557798.png" alt="Juicety_0-1701698557798.png" /&gt;&lt;/span&gt;Task 2:&lt;BR /&gt;The data set asign2_customers.sas7bdat contains the details (city of residence, gender,&lt;BR /&gt;customer ID, date of birth (DOB), and enrollment date (EnrolDate) of 49,999 registered&lt;BR /&gt;customers. Each record has the following variables:&lt;BR /&gt;Variable Name Description&lt;BR /&gt;CustID Customer’s identity.&lt;BR /&gt;City Customer’s city of residence&lt;BR /&gt;Gender Gender of the customer (3 levels plus missing values, length of 6&lt;BR /&gt;bytes)&lt;BR /&gt;DOB Customer’s date of birth (in SAS date values)&lt;BR /&gt;EnrolDate Customer’s enrollment date (in SAS date values)&lt;BR /&gt;Create a new SAS data set that contains the following characteristics:&lt;BR /&gt;• Name the new data set Customers_New and keep it in the SAS library created in Task 1.&lt;BR /&gt;• Replace all Gender values (including missing ones if any), except the ‘Male’ and&lt;BR /&gt;the ’Female' values, with ‘Unknown’. Name the variable containing the new gender&lt;BR /&gt;values as Gender.&lt;BR /&gt;• Show each customer's age in full years on 31 Jul 2022 inclusive. For example, if a&lt;BR /&gt;customer was born on 1 August 1998, then the customer’s age is 23. Name the variable&lt;BR /&gt;containing the computed age value as Age.&lt;BR /&gt;• Show each customer’s tenure in the number of days between the customer’s enrollment&lt;BR /&gt;date and 31 Jul 2022 inclusive. For example, if a customer was enrolled on 29 Jun 2022,&lt;BR /&gt;the customer’s tenure is 3 days. Name the variable containing the tenure values as&lt;BR /&gt;Tenure.&lt;BR /&gt;• Only these variables are contained in Customers_New: City of residence, customer’s&lt;BR /&gt;identity, date of birth, enrollment date, gender, age, and length of tenure&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is some of raw data provided :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;City&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Gender&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CustID&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DOB&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; EnrolDate&lt;BR /&gt;1 Seatle&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MFMF&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 10292&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10/15/1964&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;08/17/2017&lt;BR /&gt;2 Seatle&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MFMF&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 47965&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 02/12/1967&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;08/16/2017&lt;BR /&gt;3 New York&amp;nbsp; &amp;nbsp; &amp;nbsp; Female&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 35046&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;05/19/1961&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;08/14/2017&lt;BR /&gt;4 Chicago&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Male&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;49234&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 01/08/1986&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 08/13/2017&lt;BR /&gt;5 Seatle&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 42466&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;06/06/1979&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;08/13/2017&lt;BR /&gt;6 Seatle&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Male&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;38316&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;03/11/1949&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;08/13/2017&lt;BR /&gt;7 Seatle&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MFMF&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 33719&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 08/22/2012&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;08/12/2017&lt;BR /&gt;8 Seatle&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Female&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 34072&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 10/18/1945&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;08/12/2017&lt;BR /&gt;9 Los Angeles&amp;nbsp; &amp;nbsp; &amp;nbsp;Male&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 46769&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10/11/1952&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 08/12/2017&lt;BR /&gt;10 Chicago&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Male&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;46247&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;06/20/2000&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 08/11/2017&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Dec 2023 14:19:13 GMT</pubDate>
    <dc:creator>Juicety</dc:creator>
    <dc:date>2023-12-04T14:19:13Z</dc:date>
    <item>
      <title>HOW TO DO THIS TASK?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/HOW-TO-DO-THIS-TASK/m-p/905999#M357787</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Juicety_0-1701698557798.png" style="width: 0px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/90746i01E532D49666C08D/image-size/small?v=v2&amp;amp;px=200" width="0" height="0" role="button" title="Juicety_0-1701698557798.png" alt="Juicety_0-1701698557798.png" /&gt;&lt;/span&gt;Task 2:&lt;BR /&gt;The data set asign2_customers.sas7bdat contains the details (city of residence, gender,&lt;BR /&gt;customer ID, date of birth (DOB), and enrollment date (EnrolDate) of 49,999 registered&lt;BR /&gt;customers. Each record has the following variables:&lt;BR /&gt;Variable Name Description&lt;BR /&gt;CustID Customer’s identity.&lt;BR /&gt;City Customer’s city of residence&lt;BR /&gt;Gender Gender of the customer (3 levels plus missing values, length of 6&lt;BR /&gt;bytes)&lt;BR /&gt;DOB Customer’s date of birth (in SAS date values)&lt;BR /&gt;EnrolDate Customer’s enrollment date (in SAS date values)&lt;BR /&gt;Create a new SAS data set that contains the following characteristics:&lt;BR /&gt;• Name the new data set Customers_New and keep it in the SAS library created in Task 1.&lt;BR /&gt;• Replace all Gender values (including missing ones if any), except the ‘Male’ and&lt;BR /&gt;the ’Female' values, with ‘Unknown’. Name the variable containing the new gender&lt;BR /&gt;values as Gender.&lt;BR /&gt;• Show each customer's age in full years on 31 Jul 2022 inclusive. For example, if a&lt;BR /&gt;customer was born on 1 August 1998, then the customer’s age is 23. Name the variable&lt;BR /&gt;containing the computed age value as Age.&lt;BR /&gt;• Show each customer’s tenure in the number of days between the customer’s enrollment&lt;BR /&gt;date and 31 Jul 2022 inclusive. For example, if a customer was enrolled on 29 Jun 2022,&lt;BR /&gt;the customer’s tenure is 3 days. Name the variable containing the tenure values as&lt;BR /&gt;Tenure.&lt;BR /&gt;• Only these variables are contained in Customers_New: City of residence, customer’s&lt;BR /&gt;identity, date of birth, enrollment date, gender, age, and length of tenure&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is some of raw data provided :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;City&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Gender&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CustID&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DOB&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; EnrolDate&lt;BR /&gt;1 Seatle&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MFMF&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 10292&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10/15/1964&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;08/17/2017&lt;BR /&gt;2 Seatle&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MFMF&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 47965&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 02/12/1967&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;08/16/2017&lt;BR /&gt;3 New York&amp;nbsp; &amp;nbsp; &amp;nbsp; Female&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 35046&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;05/19/1961&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;08/14/2017&lt;BR /&gt;4 Chicago&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Male&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;49234&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 01/08/1986&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 08/13/2017&lt;BR /&gt;5 Seatle&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 42466&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;06/06/1979&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;08/13/2017&lt;BR /&gt;6 Seatle&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Male&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;38316&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;03/11/1949&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;08/13/2017&lt;BR /&gt;7 Seatle&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MFMF&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 33719&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 08/22/2012&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;08/12/2017&lt;BR /&gt;8 Seatle&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Female&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 34072&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 10/18/1945&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;08/12/2017&lt;BR /&gt;9 Los Angeles&amp;nbsp; &amp;nbsp; &amp;nbsp;Male&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 46769&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10/11/1952&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 08/12/2017&lt;BR /&gt;10 Chicago&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Male&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;46247&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;06/20/2000&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 08/11/2017&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 14:19:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/HOW-TO-DO-THIS-TASK/m-p/905999#M357787</guid>
      <dc:creator>Juicety</dc:creator>
      <dc:date>2023-12-04T14:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO DO THIS TASK?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/HOW-TO-DO-THIS-TASK/m-p/906002#M357789</link>
      <description>&lt;P&gt;Since this is&amp;nbsp;&lt;U&gt;your&lt;/U&gt; homework, let us see what you have done so far. Post your code in a window opened with the "little running man" button.&lt;/P&gt;
&lt;P&gt;Providing usable example data (in text form, ideally as DATA step with DATALINES) will give people something to play around and get you answers more quickly.&amp;nbsp;&lt;STRONG&gt;Do not post pictures of code or data.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 14:09:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/HOW-TO-DO-THIS-TASK/m-p/906002#M357789</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-12-04T14:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO DO THIS TASK?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/HOW-TO-DO-THIS-TASK/m-p/906007#M357791</link>
      <description>This is what i write but error anyways :&lt;BR /&gt;&lt;BR /&gt;libname mysaslib '~/raw data/HW2';&lt;BR /&gt;proc format;&lt;BR /&gt;value $gender 'Male' ='Male' 'Female'='Female'&lt;BR /&gt;'OTHER' 'Unknown';&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;data Customers_New;&lt;BR /&gt;SET asign2_customers;&lt;BR /&gt;format gender $gender. ;&lt;BR /&gt;format DOB EnrolDate MMDDYY10. ;&lt;BR /&gt;Age = INTCK('YEAR', DOB, '31JUL2022'd,'c');&lt;BR /&gt;Tenure = INTCK('DAY', EnrolDate, '31JUL2022'd,'c');&lt;BR /&gt;KEEP City CustID DOB EnrolDate Gender Age Tenure;&lt;BR /&gt;RUN;&lt;BR /&gt;proc print data=mysaslib.asign2_customers (obs=10) noobs;&lt;BR /&gt;run;</description>
      <pubDate>Mon, 04 Dec 2023 14:19:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/HOW-TO-DO-THIS-TASK/m-p/906007#M357791</guid>
      <dc:creator>Juicety</dc:creator>
      <dc:date>2023-12-04T14:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO DO THIS TASK?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/HOW-TO-DO-THIS-TASK/m-p/906013#M357796</link>
      <description>&lt;P&gt;What errors? Please show us the log, the ENTIRE log for this code, not selected parts, not just the error messages.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please copy the log as text and paste it into the window that appears when you click on the &amp;lt;/&amp;gt; icon.&amp;nbsp;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;DO NOT SKIP THIS STEP.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PaigeMiller_0-1699900743276.png" style="width: 859px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/89703i797B759183DE7484/image-size/large?v=v2&amp;amp;px=999" role="button" title="PaigeMiller_0-1699900743276.png" alt="PaigeMiller_0-1699900743276.png" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 14:34:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/HOW-TO-DO-THIS-TASK/m-p/906013#M357796</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-12-04T14:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO DO THIS TASK?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/HOW-TO-DO-THIS-TASK/m-p/906020#M357800</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Juicety_0-1701701465551.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/90748i3FD31F0B8134C48B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Juicety_0-1701701465551.png" alt="Juicety_0-1701701465551.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is what my code's output which is not what i want&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 14:51:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/HOW-TO-DO-THIS-TASK/m-p/906020#M357800</guid>
      <dc:creator>Juicety</dc:creator>
      <dc:date>2023-12-04T14:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO DO THIS TASK?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/HOW-TO-DO-THIS-TASK/m-p/906022#M357801</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Juicety_0-1701701562612.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/90749iF998EFAFF2EDC694/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Juicety_0-1701701562612.png" alt="Juicety_0-1701701562612.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is what i want for my answer.&lt;/P&gt;&lt;P&gt;I dont know which part of my code is wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 14:53:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/HOW-TO-DO-THIS-TASK/m-p/906022#M357801</guid>
      <dc:creator>Juicety</dc:creator>
      <dc:date>2023-12-04T14:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO DO THIS TASK?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/HOW-TO-DO-THIS-TASK/m-p/906077#M357811</link>
      <description>&lt;P&gt;Post the log by copy/pasting the text into a window opened with this button:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/54552i914D97BE1B0F21E5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" alt="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;(the "little running man" I mentioned earlier is the one right next to it)&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 18:23:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/HOW-TO-DO-THIS-TASK/m-p/906077#M357811</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-12-04T18:23:28Z</dc:date>
    </item>
  </channel>
</rss>

