<?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 Program Help with ICD-10 code in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Program-Help-with-ICD-10-code/m-p/710667#M218820</link>
    <description>&lt;P&gt;Hey I am having issues with a program written to group diagnosis codes on a dataset I have.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is how the program is written without my input&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FILENAME INRAW1 'Location of CSV file, DXCCSR_v2021-1.CSV'&amp;nbsp; lRECL=3000;&amp;nbsp;&lt;BR /&gt;LIBNAME IN1 'Location of input discharge data';&amp;nbsp;&lt;BR /&gt;LIBNAME OUT1 'Directory to store output file';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then this is how I input it. band.csv is the dataset I want to convert using the program.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FILENAME INRAW1 '/folders/myfolders/DXCCSR_v2021-1.SAS'&amp;nbsp; &amp;nbsp; lRECL=3000;&lt;BR /&gt;LIBNAME IN1 '/folders/myfolders/band.csv';&lt;BR /&gt;LIBNAME OUT1 '/folders/myfolders/ICDtest.csv';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but it is saying IN1 and OUT1 do not exist. Thanks for you helo&lt;/P&gt;</description>
    <pubDate>Mon, 11 Jan 2021 19:27:18 GMT</pubDate>
    <dc:creator>ggilna</dc:creator>
    <dc:date>2021-01-11T19:27:18Z</dc:date>
    <item>
      <title>Program Help with ICD-10 code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Program-Help-with-ICD-10-code/m-p/710667#M218820</link>
      <description>&lt;P&gt;Hey I am having issues with a program written to group diagnosis codes on a dataset I have.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is how the program is written without my input&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FILENAME INRAW1 'Location of CSV file, DXCCSR_v2021-1.CSV'&amp;nbsp; lRECL=3000;&amp;nbsp;&lt;BR /&gt;LIBNAME IN1 'Location of input discharge data';&amp;nbsp;&lt;BR /&gt;LIBNAME OUT1 'Directory to store output file';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then this is how I input it. band.csv is the dataset I want to convert using the program.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FILENAME INRAW1 '/folders/myfolders/DXCCSR_v2021-1.SAS'&amp;nbsp; &amp;nbsp; lRECL=3000;&lt;BR /&gt;LIBNAME IN1 '/folders/myfolders/band.csv';&lt;BR /&gt;LIBNAME OUT1 '/folders/myfolders/ICDtest.csv';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but it is saying IN1 and OUT1 do not exist. Thanks for you helo&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 19:27:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Program-Help-with-ICD-10-code/m-p/710667#M218820</guid>
      <dc:creator>ggilna</dc:creator>
      <dc:date>2021-01-11T19:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Program Help with ICD-10 code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Program-Help-with-ICD-10-code/m-p/710668#M218821</link>
      <description>&lt;P&gt;LIBNAME statement is used to point to a directory where you have or want to create SAS datasets.&lt;/P&gt;
&lt;P&gt;Your program is pointing them an CSV filenames.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 19:29:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Program-Help-with-ICD-10-code/m-p/710668#M218821</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-01-11T19:29:40Z</dc:date>
    </item>
  </channel>
</rss>

