<?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 CMS HCC version v24 in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/CMS-HCC-version-v24/m-p/921276#M41335</link>
    <description>&lt;P&gt;I have created this library file to run the CMS HCC V24. I am getting a set of errors in which I need help to resolve.&lt;BR /&gt;&lt;BR /&gt;This is the library file&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;LIBNAME LIBRARY "/home/u63616417/sasuser.v94/v24_y2022/";&lt;BR /&gt;** "location of formats";&lt;BR /&gt;FILENAME IN0 "/home/u63616417/sasuser.v94/v24_y2022/";&lt;BR /&gt;&lt;BR /&gt;**"location of macros";&lt;BR /&gt;LIBNAME IN1 "/home/u63616417/sasuser.v94/v24_y2022/";&lt;BR /&gt;**"location of person-level file";&lt;BR /&gt;LIBNAME IN2 "/home/u63616417/sasuser.v94/v24_y2022/in/";&lt;BR /&gt;**"location of diagnosis file";&lt;BR /&gt;LIBNAME INCOEF "/home/u63616417/sasuser.v94/v24_y2022/in/";&lt;BR /&gt;**"location of the coefficients file";&lt;BR /&gt;LIBNAME OUT "/home/u63616417/sasuser.v94/v24_y2022/out/";&lt;BR /&gt;**"location for the output file";&lt;BR /&gt;filename inc "/home/u63616417/sasuser.v94/v24_y2022/C2419P1M";&lt;BR /&gt;libname incoef "/home/u63616417/sasuser.v94/v24_y2022/";&lt;BR /&gt;proc cimport data=incoef.hcccoefn infile=inc;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;%INCLUDE "/home/u63616417/sasuser.v94/v24_y2022/AGESEXV2.SAS";&lt;BR /&gt;%INCLUDE "/home/u63616417/sasuser.v94/v24_y2022/SCOREVAR.SAS";&lt;BR /&gt;%INCLUDE "/home/u63616417/sasuser.v94/v24_y2022/V24H86H1.SAS";&lt;BR /&gt;%INCLUDE "/home/u63616417/sasuser.v94/v24_y2022/V24H86L1.SAS";&lt;BR /&gt;%INCLUDE "/home/u63616417/sasuser.v94/v24_y2022/V24I0ED2.SAS";&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;filename inf "/home/u63616417/sasuser.v94/v24_y2022/F2422P1M";&lt;BR /&gt;libname library "/home/u63616417/sasuser.v94/v24_y2022/";&lt;BR /&gt;proc cimport library=library infile=inf;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%let filepath = /home/u63616417/sasuser.v94/v24_y2022/AGESEXV2.sas;&lt;BR /&gt;%let fileref = myref;&lt;/P&gt;&lt;P&gt;filename &amp;amp;fileref "&amp;amp;filepath";&lt;/P&gt;&lt;P&gt;data _null_;&lt;BR /&gt;if fexist("&amp;amp;fileref") then put "File exists.";&lt;BR /&gt;else put "File does not exist.";&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;filename &amp;amp;fileref clear;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;******************************Blueridge**************************************;&lt;BR /&gt;PROC IMPORT OUT= IN1.PERSON&lt;BR /&gt;DATAFILE= "/home/u63616417/sasuser.v94/v24_y2022/in/Hotsprings2022/Person_Other_LPHHotSprings_settlement.csv"&lt;BR /&gt;DBMS=csv REPLACE ;&lt;BR /&gt;GETNAMES=YES;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;PROC IMPORT OUT= IN2.DIAG&lt;BR /&gt;DATAFILE= "/home/u63616417/sasuser.v94/v24_y2022/in/Hotsprings2022/Diagnosis_2021_LPHHotSprings.csv"&lt;BR /&gt;DBMS=CSV REPLACE ;&lt;BR /&gt;GETNAMES=YES;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;%INCLUDE "/home/u63616417/sasuser.v94/v24_y2022/V2422P1P.SAS";&lt;/P&gt;&lt;P&gt;RUN;&lt;BR /&gt;PROC EXPORT&lt;BR /&gt;DATA= Out.PERSON&lt;BR /&gt;OUTFILE='/home/u63616417/sasuser.v94/v24_y2022/out/Hotsprings2022/Score_Person_Other_LPHHotSprings2022New_settlement.csv'&lt;BR /&gt;DBMS = CSV REPLACE;&lt;BR /&gt;RUN;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This is the error that I get in the log file&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV class=""&gt;NOTE: %INCLUDE (level 2) ending.&lt;/DIV&gt;&lt;DIV class=""&gt;NOTE: %INCLUDE (level 1) resuming.&lt;/DIV&gt;&lt;DIV class=""&gt;WARNING: Physical file does not exist, /home/u63616417/sasuser.v94/v24_y2022/AGESEXV2.sas.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: Cannot %INCLUDE member AGESEXV2 in the aggregate IN0.&lt;/DIV&gt;&lt;DIV class=""&gt;WARNING: Physical file does not exist, /home/u63616417/sasuser.v94/v24_y2022/V24I0ED2.sas.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: Cannot %INCLUDE member V24I0ED2 in the aggregate IN0.&lt;/DIV&gt;&lt;DIV class=""&gt;WARNING: Physical file does not exist, /home/u63616417/sasuser.v94/v24_y2022/V24H86L1.sas.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: Cannot %INCLUDE member V24H86L1 in the aggregate IN0.&lt;/DIV&gt;&lt;DIV class=""&gt;WARNING: Physical file does not exist, /home/u63616417/sasuser.v94/v24_y2022/V24H86H1.sas.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: Cannot %INCLUDE member V24H86H1 in the aggregate IN0.&lt;/DIV&gt;&lt;DIV class=""&gt;WARNING: Physical file does not exist, /home/u63616417/sasuser.v94/v24_y2022/SCOREVAR.sas.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: Cannot %INCLUDE member SCOREVAR in the aggregate IN0.&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Syed_Najeeb_0-1711018142294.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/94833i170148317488BED6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Syed_Najeeb_0-1711018142294.png" alt="Syed_Najeeb_0-1711018142294.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 21 Mar 2024 10:51:46 GMT</pubDate>
    <dc:creator>Syed_Najeeb</dc:creator>
    <dc:date>2024-03-21T10:51:46Z</dc:date>
    <item>
      <title>CMS HCC version v24</title>
      <link>https://communities.sas.com/t5/New-SAS-User/CMS-HCC-version-v24/m-p/921276#M41335</link>
      <description>&lt;P&gt;I have created this library file to run the CMS HCC V24. I am getting a set of errors in which I need help to resolve.&lt;BR /&gt;&lt;BR /&gt;This is the library file&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;LIBNAME LIBRARY "/home/u63616417/sasuser.v94/v24_y2022/";&lt;BR /&gt;** "location of formats";&lt;BR /&gt;FILENAME IN0 "/home/u63616417/sasuser.v94/v24_y2022/";&lt;BR /&gt;&lt;BR /&gt;**"location of macros";&lt;BR /&gt;LIBNAME IN1 "/home/u63616417/sasuser.v94/v24_y2022/";&lt;BR /&gt;**"location of person-level file";&lt;BR /&gt;LIBNAME IN2 "/home/u63616417/sasuser.v94/v24_y2022/in/";&lt;BR /&gt;**"location of diagnosis file";&lt;BR /&gt;LIBNAME INCOEF "/home/u63616417/sasuser.v94/v24_y2022/in/";&lt;BR /&gt;**"location of the coefficients file";&lt;BR /&gt;LIBNAME OUT "/home/u63616417/sasuser.v94/v24_y2022/out/";&lt;BR /&gt;**"location for the output file";&lt;BR /&gt;filename inc "/home/u63616417/sasuser.v94/v24_y2022/C2419P1M";&lt;BR /&gt;libname incoef "/home/u63616417/sasuser.v94/v24_y2022/";&lt;BR /&gt;proc cimport data=incoef.hcccoefn infile=inc;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;%INCLUDE "/home/u63616417/sasuser.v94/v24_y2022/AGESEXV2.SAS";&lt;BR /&gt;%INCLUDE "/home/u63616417/sasuser.v94/v24_y2022/SCOREVAR.SAS";&lt;BR /&gt;%INCLUDE "/home/u63616417/sasuser.v94/v24_y2022/V24H86H1.SAS";&lt;BR /&gt;%INCLUDE "/home/u63616417/sasuser.v94/v24_y2022/V24H86L1.SAS";&lt;BR /&gt;%INCLUDE "/home/u63616417/sasuser.v94/v24_y2022/V24I0ED2.SAS";&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;filename inf "/home/u63616417/sasuser.v94/v24_y2022/F2422P1M";&lt;BR /&gt;libname library "/home/u63616417/sasuser.v94/v24_y2022/";&lt;BR /&gt;proc cimport library=library infile=inf;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%let filepath = /home/u63616417/sasuser.v94/v24_y2022/AGESEXV2.sas;&lt;BR /&gt;%let fileref = myref;&lt;/P&gt;&lt;P&gt;filename &amp;amp;fileref "&amp;amp;filepath";&lt;/P&gt;&lt;P&gt;data _null_;&lt;BR /&gt;if fexist("&amp;amp;fileref") then put "File exists.";&lt;BR /&gt;else put "File does not exist.";&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;filename &amp;amp;fileref clear;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;******************************Blueridge**************************************;&lt;BR /&gt;PROC IMPORT OUT= IN1.PERSON&lt;BR /&gt;DATAFILE= "/home/u63616417/sasuser.v94/v24_y2022/in/Hotsprings2022/Person_Other_LPHHotSprings_settlement.csv"&lt;BR /&gt;DBMS=csv REPLACE ;&lt;BR /&gt;GETNAMES=YES;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;PROC IMPORT OUT= IN2.DIAG&lt;BR /&gt;DATAFILE= "/home/u63616417/sasuser.v94/v24_y2022/in/Hotsprings2022/Diagnosis_2021_LPHHotSprings.csv"&lt;BR /&gt;DBMS=CSV REPLACE ;&lt;BR /&gt;GETNAMES=YES;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;%INCLUDE "/home/u63616417/sasuser.v94/v24_y2022/V2422P1P.SAS";&lt;/P&gt;&lt;P&gt;RUN;&lt;BR /&gt;PROC EXPORT&lt;BR /&gt;DATA= Out.PERSON&lt;BR /&gt;OUTFILE='/home/u63616417/sasuser.v94/v24_y2022/out/Hotsprings2022/Score_Person_Other_LPHHotSprings2022New_settlement.csv'&lt;BR /&gt;DBMS = CSV REPLACE;&lt;BR /&gt;RUN;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This is the error that I get in the log file&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV class=""&gt;NOTE: %INCLUDE (level 2) ending.&lt;/DIV&gt;&lt;DIV class=""&gt;NOTE: %INCLUDE (level 1) resuming.&lt;/DIV&gt;&lt;DIV class=""&gt;WARNING: Physical file does not exist, /home/u63616417/sasuser.v94/v24_y2022/AGESEXV2.sas.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: Cannot %INCLUDE member AGESEXV2 in the aggregate IN0.&lt;/DIV&gt;&lt;DIV class=""&gt;WARNING: Physical file does not exist, /home/u63616417/sasuser.v94/v24_y2022/V24I0ED2.sas.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: Cannot %INCLUDE member V24I0ED2 in the aggregate IN0.&lt;/DIV&gt;&lt;DIV class=""&gt;WARNING: Physical file does not exist, /home/u63616417/sasuser.v94/v24_y2022/V24H86L1.sas.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: Cannot %INCLUDE member V24H86L1 in the aggregate IN0.&lt;/DIV&gt;&lt;DIV class=""&gt;WARNING: Physical file does not exist, /home/u63616417/sasuser.v94/v24_y2022/V24H86H1.sas.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: Cannot %INCLUDE member V24H86H1 in the aggregate IN0.&lt;/DIV&gt;&lt;DIV class=""&gt;WARNING: Physical file does not exist, /home/u63616417/sasuser.v94/v24_y2022/SCOREVAR.sas.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: Cannot %INCLUDE member SCOREVAR in the aggregate IN0.&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Syed_Najeeb_0-1711018142294.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/94833i170148317488BED6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Syed_Najeeb_0-1711018142294.png" alt="Syed_Najeeb_0-1711018142294.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 21 Mar 2024 10:51:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/CMS-HCC-version-v24/m-p/921276#M41335</guid>
      <dc:creator>Syed_Najeeb</dc:creator>
      <dc:date>2024-03-21T10:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: CMS HCC version v24</title>
      <link>https://communities.sas.com/t5/New-SAS-User/CMS-HCC-version-v24/m-p/921503#M41340</link>
      <description>&lt;P&gt;The %INCLUDE statements in your program are intended to read in text from an external file and process it as SAS code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%INCLUDE "/home/u63616417/sasuser.v94/v24_y2022/AGESEXV2.SAS";
%INCLUDE "/home/u63616417/sasuser.v94/v24_y2022/SCOREVAR.SAS";
%INCLUDE "/home/u63616417/sasuser.v94/v24_y2022/V24H86H1.SAS";
%INCLUDE "/home/u63616417/sasuser.v94/v24_y2022/V24H86L1.SAS";
%INCLUDE "/home/u63616417/sasuser.v94/v24_y2022/V24I0ED2.SAS";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Your log indicates that those files don't really exist, so a WARNING and ERROR is generated for each bad file name:&lt;/P&gt;
&lt;PRE&gt;WARNING: Physical file does not exist, /home/u63616417/sasuser.v94/v24_y2022/AGESEXV2.sas.
ERROR: Cannot %INCLUDE member AGESEXV2 in the aggregate IN0.
WARNING: Physical file does not exist, /home/u63616417/sasuser.v94/v24_y2022/V24I0ED2.sas.
ERROR: Cannot %INCLUDE member V24I0ED2 in the aggregate IN0.
WARNING: Physical file does not exist, /home/u63616417/sasuser.v94/v24_y2022/V24H86L1.sas.
ERROR: Cannot %INCLUDE member V24H86L1 in the aggregate IN0.
WARNING: Physical file does not exist, /home/u63616417/sasuser.v94/v24_y2022/V24H86H1.sas.
ERROR: Cannot %INCLUDE member V24H86H1 in the aggregate IN0.
WARNING: Physical file does not exist, /home/u63616417/sasuser.v94/v24_y2022/SCOREVAR.sas.
ERROR: Cannot %INCLUDE member SCOREVAR in the aggregate IN0.&lt;/PRE&gt;
&lt;P&gt;You specify the file by providing a combination of &lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;path&lt;/STRONG&gt; &lt;/FONT&gt;and &lt;FONT color="#FF0000"&gt;filename&lt;/FONT&gt; like this:&lt;BR /&gt;&amp;nbsp;"&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;/home/u63616417/sasuser.v94/v24_y2022/&lt;/FONT&gt;AGESEXV2.SAS&lt;/STRONG&gt;&lt;/FONT&gt;"&lt;/P&gt;
&lt;P&gt;and remember, &lt;EM&gt;everything&lt;/EM&gt; is case-sensitive in Linux.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;It is unusual for SAS program files to be located in your SASUSER folder structure. Ensure your path and filename are correct and the casing is current, too.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 13:23:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/CMS-HCC-version-v24/m-p/921503#M41340</guid>
      <dc:creator>SASJedi</dc:creator>
      <dc:date>2024-03-22T13:23:19Z</dc:date>
    </item>
  </channel>
</rss>

