<?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: Missing Values_Please Help! in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Missing-Values-Please-Help/m-p/517788#M6686</link>
    <description>&lt;P&gt;You're definitely off track here.&amp;nbsp; The code that you have written so far would not locate an existing SAS data set.&amp;nbsp; Here's a better start:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;libname in '/&lt;SPAN&gt;courses/ddb976e5ba27fe300/NHANES 2013_2014';&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;proc contents data=in.dpq_h_errors;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;proc print data=in.dpq_h_errors (obs=10);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;That's the way to locate an existing data set, and to get an initial idea of what is in it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this program doesn't work, it's because the path to the folder that holds the data isn't quite right.&amp;nbsp; You would need to find the proper folder in that case.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 02 Dec 2018 01:02:23 GMT</pubDate>
    <dc:creator>Astounding</dc:creator>
    <dc:date>2018-12-02T01:02:23Z</dc:date>
    <item>
      <title>Missing Values_Please Help!</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Missing-Values-Please-Help/m-p/517781#M6685</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello. I really need help with this task that I have been given for SAS studio.&amp;nbsp;I only have the start of the code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data Depression;&lt;BR /&gt;infile '/courses/ddb976e5ba27fe300/NHANES 2013_2014';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would be eternally grateful if someone helped me. I have no idea what to do next for this code. I don't even understand what variables I need to use. I would appreciate any&amp;nbsp;help at all that helps point me in the right direction! The prompt for my task is below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create a temporary data set called &lt;STRONG&gt;Depression&amp;nbsp;&lt;/STRONG&gt;that reads the &lt;STRONG&gt;dpq_h_errors&amp;nbsp;&lt;/STRONG&gt;SAS data set and changes all impossible values in the depression variables to missing. The &lt;STRONG&gt;dpq_h_errors&amp;nbsp;&lt;/STRONG&gt;data set is stored in the &lt;STRONG&gt;/courses/ddb976e5ba27fe300/NHANES 2013_2014&amp;nbsp;&lt;/STRONG&gt;folder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The possible values are listed for each variable at:&lt;/P&gt;&lt;P&gt;&lt;A href="https://wwwn.cdc.gov/Nchs/Nhanes/2013-2014/DPQ_H.htm" target="_blank"&gt;https://wwwn.cdc.gov/Nchs/Nhanes/2013-2014/DPQ_H.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Dec 2018 23:30:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Missing-Values-Please-Help/m-p/517781#M6685</guid>
      <dc:creator>smart</dc:creator>
      <dc:date>2018-12-01T23:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Values_Please Help!</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Missing-Values-Please-Help/m-p/517788#M6686</link>
      <description>&lt;P&gt;You're definitely off track here.&amp;nbsp; The code that you have written so far would not locate an existing SAS data set.&amp;nbsp; Here's a better start:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;libname in '/&lt;SPAN&gt;courses/ddb976e5ba27fe300/NHANES 2013_2014';&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;proc contents data=in.dpq_h_errors;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;proc print data=in.dpq_h_errors (obs=10);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;That's the way to locate an existing data set, and to get an initial idea of what is in it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this program doesn't work, it's because the path to the folder that holds the data isn't quite right.&amp;nbsp; You would need to find the proper folder in that case.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Dec 2018 01:02:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Missing-Values-Please-Help/m-p/517788#M6686</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2018-12-02T01:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Values_Please Help!</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Missing-Values-Please-Help/m-p/517797#M6687</link>
      <description>&lt;P&gt;Thank you!!&lt;/P&gt;</description>
      <pubDate>Sun, 02 Dec 2018 03:17:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Missing-Values-Please-Help/m-p/517797#M6687</guid>
      <dc:creator>smart</dc:creator>
      <dc:date>2018-12-02T03:17:19Z</dc:date>
    </item>
  </channel>
</rss>

