<?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 Creating a libname in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Creating-a-libname/m-p/881335#M39087</link>
    <description>&lt;P&gt;I am having trouble figuring out why the code is not creating a libname. This is the code that was given to us by the professor.&lt;/P&gt;&lt;P&gt;title1 "Part 2, Question 4";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* Create a library called HEARTLIB. USER MUST SPECIFY the folder path below where the MYHEART dataset is to be stored, it will be different than this path */&lt;/P&gt;&lt;P&gt;libname heartlib "/home/u63427874/HeartLib";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data heartlib.myheart;&lt;/P&gt;&lt;P&gt;set heart2;&lt;/P&gt;&lt;P&gt;if nmiss(ageatstart, cholesterol, diastolic, Height, MRW, Smoking, Systolic,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Weight) = 0 and&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;cmiss(bp_status, chol_statusnew, smoking_statusnew, weight_statusnew) = 0 then output;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc freq data=heartlib.myheart;&lt;/P&gt;&lt;P&gt;tables _character_ / missing;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc means data=heartlib.myheart nmiss;&lt;/P&gt;&lt;P&gt;var _numeric_;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;</description>
    <pubDate>Sun, 18 Jun 2023 19:04:58 GMT</pubDate>
    <dc:creator>samlq4</dc:creator>
    <dc:date>2023-06-18T19:04:58Z</dc:date>
    <item>
      <title>Creating a libname</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Creating-a-libname/m-p/881335#M39087</link>
      <description>&lt;P&gt;I am having trouble figuring out why the code is not creating a libname. This is the code that was given to us by the professor.&lt;/P&gt;&lt;P&gt;title1 "Part 2, Question 4";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* Create a library called HEARTLIB. USER MUST SPECIFY the folder path below where the MYHEART dataset is to be stored, it will be different than this path */&lt;/P&gt;&lt;P&gt;libname heartlib "/home/u63427874/HeartLib";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data heartlib.myheart;&lt;/P&gt;&lt;P&gt;set heart2;&lt;/P&gt;&lt;P&gt;if nmiss(ageatstart, cholesterol, diastolic, Height, MRW, Smoking, Systolic,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Weight) = 0 and&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;cmiss(bp_status, chol_statusnew, smoking_statusnew, weight_statusnew) = 0 then output;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc freq data=heartlib.myheart;&lt;/P&gt;&lt;P&gt;tables _character_ / missing;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc means data=heartlib.myheart nmiss;&lt;/P&gt;&lt;P&gt;var _numeric_;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jun 2023 19:04:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Creating-a-libname/m-p/881335#M39087</guid>
      <dc:creator>samlq4</dc:creator>
      <dc:date>2023-06-18T19:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a libname</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Creating-a-libname/m-p/881342#M39088</link>
      <description>&lt;P&gt;Hi and welcome to the communities!&lt;/P&gt;
&lt;P&gt;Please post the log, so we can see what goes wrong. Copy/paste the log 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;</description>
      <pubDate>Sun, 18 Jun 2023 20:46:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Creating-a-libname/m-p/881342#M39088</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-06-18T20:46:50Z</dc:date>
    </item>
  </channel>
</rss>

