<?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 BRFSS Asthma Asthma Call back in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/BRFSS-Asthma-Asthma-Call-back/m-p/836843#M330872</link>
    <description>&lt;P&gt;Hello programmers,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone let me know what the QDrive in this code is? I has tried to assign the lbrary to my directory by swapping and changing the codes but it still gives me errors.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;%let Qdrive = \\Cdc\project\CCHP_NCCD_DACH_BRFSS;
%let CYYYY  = 2014;

LIBNAME LIBRARY "&amp;amp;Qdrive\BRFSS\PROJECTS\ASTHMA\&amp;amp;CYYYY\LIBRARY";

Proc FORMAT LIBRARY=LIBRARY;
  Value  $BIRTHW1z
  "000001" - "003015" = "Pounds/Ounces "
  "777777" = "Don't know "
  "999999" = "Refused "
  " " = "Partial complete "
  ;
 
  Value  $HEIGHT1z
  "0001" - "0811" = "Feet/Inches "
  "7777" = "Don't know "
  "9999" = "Refused "
  " " = "Partial complete "
  ;
 
  Value  $IDAY_F
  "1" - "31" = "Interview day "&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;doing&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Oct 2022 02:21:12 GMT</pubDate>
    <dc:creator>ChuksManuel</dc:creator>
    <dc:date>2022-10-05T02:21:12Z</dc:date>
    <item>
      <title>BRFSS Asthma Asthma Call back</title>
      <link>https://communities.sas.com/t5/SAS-Programming/BRFSS-Asthma-Asthma-Call-back/m-p/836843#M330872</link>
      <description>&lt;P&gt;Hello programmers,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone let me know what the QDrive in this code is? I has tried to assign the lbrary to my directory by swapping and changing the codes but it still gives me errors.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;%let Qdrive = \\Cdc\project\CCHP_NCCD_DACH_BRFSS;
%let CYYYY  = 2014;

LIBNAME LIBRARY "&amp;amp;Qdrive\BRFSS\PROJECTS\ASTHMA\&amp;amp;CYYYY\LIBRARY";

Proc FORMAT LIBRARY=LIBRARY;
  Value  $BIRTHW1z
  "000001" - "003015" = "Pounds/Ounces "
  "777777" = "Don't know "
  "999999" = "Refused "
  " " = "Partial complete "
  ;
 
  Value  $HEIGHT1z
  "0001" - "0811" = "Feet/Inches "
  "7777" = "Don't know "
  "9999" = "Refused "
  " " = "Partial complete "
  ;
 
  Value  $IDAY_F
  "1" - "31" = "Interview day "&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;doing&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2022 02:21:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/BRFSS-Asthma-Asthma-Call-back/m-p/836843#M330872</guid>
      <dc:creator>ChuksManuel</dc:creator>
      <dc:date>2022-10-05T02:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: BRFSS Asthma Asthma Call back</title>
      <link>https://communities.sas.com/t5/SAS-Programming/BRFSS-Asthma-Asthma-Call-back/m-p/836873#M330894</link>
      <description>&lt;P&gt;I would from the usage expect that it points to a server named CDC and the path for the user from the default location the user has there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If that is not a path to your data then you should provide the actual path. In windows that would be starting at a Drive such as C:\\ (which you see might be missing the LETTER in your Qdrive definition) or a Unix/Linux drive mount.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you get ERRORS you should include the LOG with the code that generates the error and all the messages generated. Copy the text from the log, on this forum open a text box with the &amp;lt;/&amp;gt; icon that appears above the main message window and paste the text.&lt;/P&gt;
&lt;P&gt;The text box prevents the message window from reformatting text which can make the diagnostic characters SAS often supplies appear in the wrong place.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2022 05:21:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/BRFSS-Asthma-Asthma-Call-back/m-p/836873#M330894</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-10-05T05:21:35Z</dc:date>
    </item>
  </channel>
</rss>

