<?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: format SSN could not be found or loaded in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/format-SSN-could-not-be-found-or-loaded/m-p/698477#M25509</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/347594"&gt;@Cooksam13&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;SSN is a character value with 9 characters&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;examples are&lt;BR /&gt;&lt;BR /&gt;528536558&lt;BR /&gt;&lt;BR /&gt;529105349&lt;BR /&gt;&lt;BR /&gt;528887912&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Which means the &lt;STRONG&gt;numeric&lt;/STRONG&gt; format SSN cannot be used.&lt;/P&gt;</description>
    <pubDate>Thu, 12 Nov 2020 18:49:59 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2020-11-12T18:49:59Z</dc:date>
    <item>
      <title>format SSN could not be found or loaded</title>
      <link>https://communities.sas.com/t5/New-SAS-User/format-SSN-could-not-be-found-or-loaded/m-p/698464#M25502</link>
      <description>&lt;P&gt;Hi i am trying to format my SSN numbers to have the dashes in it&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have used the SSN11. SSN. $SSN. $SSN11. and i get an error each time. can some one help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="sasSource"&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;72&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;73 Data Work.Vitals1;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;74 Set Vitals10&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;75 vitals11&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;76 vitals12&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;77 Vitals13&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;78 vitals14;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;79 Keep ApptDate&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;80 SSN&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;81 Measure&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;82 Value;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;83 Rename ApptDate = VisitDt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;84 Format SSN $SSN.;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;_____&lt;/DIV&gt;&lt;DIV class="sasError"&gt;484&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE 484-185: Format $SSN was not found or could not be loaded.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;85&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;86&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;87 Run;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Thu, 10 Dec 2020 15:12:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/format-SSN-could-not-be-found-or-loaded/m-p/698464#M25502</guid>
      <dc:creator>Cooksam13</dc:creator>
      <dc:date>2020-12-10T15:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: format SSN could not be found or loaded</title>
      <link>https://communities.sas.com/t5/New-SAS-User/format-SSN-could-not-be-found-or-loaded/m-p/698470#M25503</link>
      <description>&lt;P&gt;SSN is a numeric format, so the $ is not needed (in fact, it is wrong to use it there), and applies to only numeric variables.&amp;nbsp;Is SSN a numeric variable?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is a typical value of SSN in your data set? Please show us a few examples (or a screen capture of SSN in the data set).&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2020 18:35:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/format-SSN-could-not-be-found-or-loaded/m-p/698470#M25503</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-11-12T18:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: format SSN could not be found or loaded</title>
      <link>https://communities.sas.com/t5/New-SAS-User/format-SSN-could-not-be-found-or-loaded/m-p/698472#M25505</link>
      <description>&lt;P&gt;SSN is a character value with 9 characters&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;examples are&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;528536558&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;529105349&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;528887912&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2020 18:41:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/format-SSN-could-not-be-found-or-loaded/m-p/698472#M25505</guid>
      <dc:creator>Cooksam13</dc:creator>
      <dc:date>2020-11-12T18:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: format SSN could not be found or loaded</title>
      <link>https://communities.sas.com/t5/New-SAS-User/format-SSN-could-not-be-found-or-loaded/m-p/698473#M25506</link>
      <description>SSN is a character value with 9 characters&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;examples are&lt;BR /&gt;&lt;BR /&gt;528536558&lt;BR /&gt;&lt;BR /&gt;529105349&lt;BR /&gt;&lt;BR /&gt;528887912</description>
      <pubDate>Thu, 12 Nov 2020 18:41:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/format-SSN-could-not-be-found-or-loaded/m-p/698473#M25506</guid>
      <dc:creator>Cooksam13</dc:creator>
      <dc:date>2020-11-12T18:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: format SSN could not be found or loaded</title>
      <link>https://communities.sas.com/t5/New-SAS-User/format-SSN-could-not-be-found-or-loaded/m-p/698476#M25508</link>
      <description>&lt;P&gt;It can't be character, it has to be numeric.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;SSN1 = input(SSN,9.); /* Creates a numeric variable SSN1 */
format ssn1 ssn.;&amp;nbsp;/* Apply&amp;nbsp;format&amp;nbsp;to&amp;nbsp;SSN1&amp;nbsp;*/&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 12 Nov 2020 18:49:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/format-SSN-could-not-be-found-or-loaded/m-p/698476#M25508</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-11-12T18:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: format SSN could not be found or loaded</title>
      <link>https://communities.sas.com/t5/New-SAS-User/format-SSN-could-not-be-found-or-loaded/m-p/698477#M25509</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/347594"&gt;@Cooksam13&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;SSN is a character value with 9 characters&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;examples are&lt;BR /&gt;&lt;BR /&gt;528536558&lt;BR /&gt;&lt;BR /&gt;529105349&lt;BR /&gt;&lt;BR /&gt;528887912&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Which means the &lt;STRONG&gt;numeric&lt;/STRONG&gt; format SSN cannot be used.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2020 18:49:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/format-SSN-could-not-be-found-or-loaded/m-p/698477#M25509</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-11-12T18:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: format SSN could not be found or loaded</title>
      <link>https://communities.sas.com/t5/New-SAS-User/format-SSN-could-not-be-found-or-loaded/m-p/698489#M25513</link>
      <description>thanks this works but i need to keep it a character. how would i do that?</description>
      <pubDate>Thu, 12 Nov 2020 19:10:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/format-SSN-could-not-be-found-or-loaded/m-p/698489#M25513</guid>
      <dc:creator>Cooksam13</dc:creator>
      <dc:date>2020-11-12T19:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: format SSN could not be found or loaded</title>
      <link>https://communities.sas.com/t5/New-SAS-User/format-SSN-could-not-be-found-or-loaded/m-p/698492#M25514</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/347594"&gt;@Cooksam13&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;thanks this works but i need to keep it a character. how would i do that?&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;SSN is character&lt;/P&gt;
&lt;P&gt;SSN1 is numeric&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What isn't working if you use properly formatted SSN1 instead of SSN&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2020 19:15:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/format-SSN-could-not-be-found-or-loaded/m-p/698492#M25514</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-11-12T19:15:28Z</dc:date>
    </item>
    <item>
      <title>keep SSN a character but the format cannot be found</title>
      <link>https://communities.sas.com/t5/New-SAS-User/format-SSN-could-not-be-found-or-loaded/m-p/698503#M25521</link>
      <description>&lt;P&gt;Hi, i just asked this question but i thought i should clarify more what I need to happen&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am combing data sets vertically and one of my data sets will not change the SSN format it is in. I need to have them be in the 11 character format. The SSN is currently in Character format with 9 characters.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I currently have this&amp;nbsp;&lt;/P&gt;&lt;DIV class="sasSource"&gt;&lt;FONT color="#FF0000"&gt;126 Data Work.Vitals;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;FONT color="#FF0000"&gt;127 Set Vitals&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;FONT color="#FF0000"&gt;128 vitals11&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;FONT color="#FF0000"&gt;129 vitals12&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;FONT color="#FF0000"&gt;130 Vitals13&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;FONT color="#FF0000"&gt;131 vitals14;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;FONT color="#FF0000"&gt;132 Keep ApptDate&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;FONT color="#FF0000"&gt;133 SSN&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;FONT color="#FF0000"&gt;134 Measure&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;FONT color="#FF0000"&gt;135 Value;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;FONT color="#FF0000"&gt;136 Rename ApptDate = VisitDt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;FONT color="#FF0000"&gt;137 Format SSN $SSN.;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&lt;FONT color="#FF0000"&gt;_____&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&lt;FONT color="#FF0000"&gt;484&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&lt;FONT color="#FF0000"&gt;NOTE 484-185: Format $SSN was not found or could not be loaded.&lt;/FONT&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;however in my original code '$' is not included in it for SSN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The examples of data i have are&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;008276992&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;SPAN&gt;036788134&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;044905089&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Work.Vitals will be added to several other data sets and that is where the problem is coming from. "SSN is categorized as characters and numbers in other data sets"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But every data set besides Work.Vitals is in the correct format of SSN11. so i know that Work.Vitals is the culprit. can someone please help? &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 15:11:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/format-SSN-could-not-be-found-or-loaded/m-p/698503#M25521</guid>
      <dc:creator>Cooksam13</dc:creator>
      <dc:date>2020-12-10T15:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: keep SSN a character but the format cannot be found</title>
      <link>https://communities.sas.com/t5/New-SAS-User/format-SSN-could-not-be-found-or-loaded/m-p/698508#M25522</link>
      <description>&lt;P&gt;If you need to clarify something, please do it in the original thread. That's why I moved your post here.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2020 20:15:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/format-SSN-could-not-be-found-or-loaded/m-p/698508#M25522</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-11-12T20:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: keep SSN a character but the format cannot be found</title>
      <link>https://communities.sas.com/t5/New-SAS-User/format-SSN-could-not-be-found-or-loaded/m-p/698631#M25541</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/347594"&gt;@Cooksam13&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi, i just asked this question but i thought i should clarify more what I need to happen&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am combing data sets vertically and one of my data sets will not change the SSN format it is in. I need to have them be in the 11 character format. The SSN is currently in Character format with 9 characters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I currently have this&amp;nbsp;&lt;/P&gt;
&lt;DIV class="sasSource"&gt;&lt;FONT color="#FF0000"&gt;*Creating data for Utah *;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&lt;FONT color="#FF0000"&gt;126 Data Work.Vitals_UT1;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&lt;FONT color="#FF0000"&gt;127 Set Hypimpt.utah_Vitals_2010&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&lt;FONT color="#FF0000"&gt;128 HypImpt.utah_vitals_2011&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&lt;FONT color="#FF0000"&gt;129 HypImpt.Utah_vitals_2012&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&lt;FONT color="#FF0000"&gt;130 HYpImpt.Utah_Vitals_2013&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&lt;FONT color="#FF0000"&gt;131 hypimpt.Utah_vitals_2014;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&lt;FONT color="#FF0000"&gt;132 Keep ApptDate&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&lt;FONT color="#FF0000"&gt;133 SSN&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&lt;FONT color="#FF0000"&gt;134 Measure&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&lt;FONT color="#FF0000"&gt;135 Value;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&lt;FONT color="#FF0000"&gt;136 Rename ApptDate = VisitDt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&lt;FONT color="#FF0000"&gt;137 Format SSN $SSN.;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV class="sasError"&gt;&lt;FONT color="#FF0000"&gt;_____&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV class="sasError"&gt;&lt;FONT color="#FF0000"&gt;484&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;&lt;FONT color="#FF0000"&gt;NOTE 484-185: Format $SSN was not found or could not be loaded.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;however in my original code '$' is not included in it for SSN.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The examples of data i have are&amp;nbsp;&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;008276992&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;SPAN&gt;036788134&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;044905089&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Work.Vitals_UT1 will be added to several other data sets and that is where the problem is coming from. "SSN is categorized as characters and numbers in other data sets"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;But every data set besides Work.Vitals_Ut1 is in the correct format of SSN11. so i know that Work.Vitals_UT is the culprit. can someone please help? &lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;So, if I am understanding this properly, you have SSNs character variables that are 11 characters long in some data sets, and SSNs that are character variables that are 9 characters long in other data sets, and you are trying to merge the data sets by SSN.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is that a correct statement?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, in the data sets with SSNs that are character variables that are 9 characters long, this ought to work:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data new;
    length ssn $ 11;
    set old;
    SSN1 = input(SSN,9.); /* Creates a numeric variable SSN1 */
    format ssn1 ssn.; /* Apply format to SSN1 */
    ssn=vvalue(ssn1); /* Convert properly formatted SSN1 to character variable 11 characters long */
run; &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and now SSN is a character variable 11 characters long.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 13:21:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/format-SSN-could-not-be-found-or-loaded/m-p/698631#M25541</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-11-13T13:21:20Z</dc:date>
    </item>
  </channel>
</rss>

