<?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: Reading raw credit bureau data using SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Reading-raw-credit-bureau-data-using-SAS/m-p/301287#M63723</link>
    <description>&lt;P&gt;Got it.&lt;/P&gt;
&lt;P&gt;one trick that i do/use is...&lt;/P&gt;
&lt;P&gt;a. i run the data thru proc import.&lt;/P&gt;
&lt;P&gt;b. copy the relevant part of sas log from said proc import&lt;/P&gt;
&lt;P&gt;c. customize and tailor the code and flip it to a dedicated .sas code&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the customization i typically do:&lt;/P&gt;
&lt;P&gt;a. assign specific lengths and formats&lt;/P&gt;
&lt;P&gt;b. tailor field names&lt;/P&gt;
&lt;P&gt;c. custom field formatting or changes&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;so i basically let proc import spring board my code generation for me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;hth&lt;/P&gt;</description>
    <pubDate>Wed, 28 Sep 2016 14:02:58 GMT</pubDate>
    <dc:creator>zekeT_sasaholic</dc:creator>
    <dc:date>2016-09-28T14:02:58Z</dc:date>
    <item>
      <title>Reading raw credit bureau data using SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-raw-credit-bureau-data-using-SAS/m-p/300824#M63583</link>
      <description>&lt;P&gt;Does anyone have SAS code to share that will parse out raw credit bureau data for each of the major U.S. credit bureaus?&amp;nbsp; Each bureau has it's own data structure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2016 18:57:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-raw-credit-bureau-data-using-SAS/m-p/300824#M63583</guid>
      <dc:creator>dkanze</dc:creator>
      <dc:date>2016-09-26T18:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Reading raw credit bureau data using SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-raw-credit-bureau-data-using-SAS/m-p/301258#M63712</link>
      <description>&lt;P&gt;Hello Dan,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My immediate recommendation is to code &amp;nbsp;your own against the data/file(s) you have.&lt;/P&gt;
&lt;P&gt;Next - see if you can find a relevant and appropriate data dictionary for the data/file(s) you have.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As you indirectly stated "Major US CB"... the fact that they are - major - does facilitate finding information on the files they might make available for corporate use or consumption by an authorized, licensed entity. &amp;nbsp;It might be on the web as a data dictionary or actual 'code'. &amp;nbsp;But my caution is that they often do have changes to layouts, fields etc. &amp;nbsp;Sometimes per file or projects.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IMHO - you are much better off (safer) asking each CB for the relevant DD, documentation directly per the file (file ids, file names etc).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now - what you didnt state - which might be the case - is that many of these kinds of files have data dictionary and documentation but are a mess to read. &amp;nbsp;Thus you would like code that is pre-written to help read intricately structured data such as those in CB's or other industries. &amp;nbsp;That is found - but i'm not sure you'd hit the holy grail of all in one place. &amp;nbsp;And certainly not by just saying "CB data" - there is no specificity in that and someone who would have it - wouldnt know what to share of the many types of files to be found (often).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So i'll ask back - do you need help with reading data using&amp;nbsp;@ signs? &amp;nbsp;do you need help with reading data that has different layouts per rows but within the same file? &amp;nbsp;do you need help reading unstructured text? &amp;nbsp;if you could narrow things down that might help out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;hth.&lt;/P&gt;
&lt;P&gt;zeke torres&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.wcsug.com" target="_self"&gt;www.wcsug.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2016 13:32:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-raw-credit-bureau-data-using-SAS/m-p/301258#M63712</guid>
      <dc:creator>zekeT_sasaholic</dc:creator>
      <dc:date>2016-09-28T13:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Reading raw credit bureau data using SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-raw-credit-bureau-data-using-SAS/m-p/301274#M63719</link>
      <description>I have the data dictionaries for each bureau and could write my own solution. What I was hoping was to piggyback on existing open source code.&lt;BR /&gt;Thank you for your input.&lt;BR /&gt;Dan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Sep 2016 13:45:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-raw-credit-bureau-data-using-SAS/m-p/301274#M63719</guid>
      <dc:creator>dkanze</dc:creator>
      <dc:date>2016-09-28T13:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Reading raw credit bureau data using SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-raw-credit-bureau-data-using-SAS/m-p/301287#M63723</link>
      <description>&lt;P&gt;Got it.&lt;/P&gt;
&lt;P&gt;one trick that i do/use is...&lt;/P&gt;
&lt;P&gt;a. i run the data thru proc import.&lt;/P&gt;
&lt;P&gt;b. copy the relevant part of sas log from said proc import&lt;/P&gt;
&lt;P&gt;c. customize and tailor the code and flip it to a dedicated .sas code&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the customization i typically do:&lt;/P&gt;
&lt;P&gt;a. assign specific lengths and formats&lt;/P&gt;
&lt;P&gt;b. tailor field names&lt;/P&gt;
&lt;P&gt;c. custom field formatting or changes&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;so i basically let proc import spring board my code generation for me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;hth&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2016 14:02:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-raw-credit-bureau-data-using-SAS/m-p/301287#M63723</guid>
      <dc:creator>zekeT_sasaholic</dc:creator>
      <dc:date>2016-09-28T14:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Reading raw credit bureau data using SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-raw-credit-bureau-data-using-SAS/m-p/301357#M63752</link>
      <description>&lt;P&gt;Interesting starting point.&amp;nbsp; Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2016 17:25:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-raw-credit-bureau-data-using-SAS/m-p/301357#M63752</guid>
      <dc:creator>dkanze</dc:creator>
      <dc:date>2016-09-28T17:25:24Z</dc:date>
    </item>
  </channel>
</rss>

