<?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: SAS Transport Format Files in SAS Health and Life Sciences</title>
    <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/SAS-Transport-Format-Files/m-p/605664#M2278</link>
    <description>&lt;P&gt;I downloaded your .zip. expanded it in my myfolders directory, and ran this code in University Edition:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname myfolder '/folders/myfolders';

proc cimport
  infile="/folders/myfolders/DI_SAS/F2419P1M"
  lib=myfolder
;
run;

proc cimport
  infile="/folders/myfolders/DI_SAS/C2419P1M"
  lib=myfolder
;
run;

proc export
  data=myfolder.c2419p1m
  file='/folders/myfolders/c2419p1m.csv'
  dbms=csv
;
run;

proc transpose
  data=myfolder.c2419p1m
  out=myfolder.transposed
;
var _numeric_;
run;

proc export
  data=myfolder.transposed
  file='/folders/myfolders/tranposed.csv'
  dbms=csv
;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I attached the two csv files resulting. The formats in the format catalog are not used in the dataset.&lt;/P&gt;</description>
    <pubDate>Wed, 20 Nov 2019 10:34:03 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2019-11-20T10:34:03Z</dc:date>
    <item>
      <title>SAS Transport Format Files</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/SAS-Transport-Format-Files/m-p/605588#M2277</link>
      <description>&lt;P&gt;working on CMS-HCC risk-adjustment model using SAS programs obtained from the government.&lt;/P&gt;&lt;P&gt;included are two SAS Transport files.&amp;nbsp; one contains a format library (&lt;STRONG&gt;F2419P1M&lt;/STRONG&gt;) and the other (&lt;STRONG&gt;C2419P1M&lt;/STRONG&gt;) contains relative coefficients for 9 regression models.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not a SAS user.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to have these two files converted to ascii files (.txt) so I can read and understand the SAS programs and macros also contained in the CMS download files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have downloaded SAS Universal Viewer but that does not seem to have the content of these files.&lt;/P&gt;&lt;P&gt;what other options might I have?&lt;/P&gt;&lt;P&gt;if someone can download the attached and convert for me that would be great!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;thanks in advance&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 01:18:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/SAS-Transport-Format-Files/m-p/605588#M2277</guid>
      <dc:creator>rogerotto</dc:creator>
      <dc:date>2019-11-20T01:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Transport Format Files</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/SAS-Transport-Format-Files/m-p/605664#M2278</link>
      <description>&lt;P&gt;I downloaded your .zip. expanded it in my myfolders directory, and ran this code in University Edition:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname myfolder '/folders/myfolders';

proc cimport
  infile="/folders/myfolders/DI_SAS/F2419P1M"
  lib=myfolder
;
run;

proc cimport
  infile="/folders/myfolders/DI_SAS/C2419P1M"
  lib=myfolder
;
run;

proc export
  data=myfolder.c2419p1m
  file='/folders/myfolders/c2419p1m.csv'
  dbms=csv
;
run;

proc transpose
  data=myfolder.c2419p1m
  out=myfolder.transposed
;
var _numeric_;
run;

proc export
  data=myfolder.transposed
  file='/folders/myfolders/tranposed.csv'
  dbms=csv
;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I attached the two csv files resulting. The formats in the format catalog are not used in the dataset.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 10:34:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/SAS-Transport-Format-Files/m-p/605664#M2278</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-11-20T10:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Transport Format Files</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/SAS-Transport-Format-Files/m-p/784687#M2623</link>
      <description>&lt;P&gt;Would you be willing to repeat the process for C2419P1M from this file CMS-HCC and D2117P6R from the ESRD file? CMS has updated to HCC v24, so the prior file you extracted doesn't include all of the current weights.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 19:25:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/SAS-Transport-Format-Files/m-p/784687#M2623</guid>
      <dc:creator>SRienstra</dc:creator>
      <dc:date>2021-12-07T19:25:05Z</dc:date>
    </item>
  </channel>
</rss>

