<?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: Rename strings in all variables with given IDs in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Rename-strings-in-all-variables-with-given-IDs/m-p/422426#M103873</link>
    <description>&lt;P&gt;sorry, I created the correct list of things to rename, but now I'm getting following errors in the proc datasets:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Variable Year already exists on file WORK.PARAMETERS.&lt;BR /&gt;ERROR: Variable Period already exists on file WORK.PARAMETERS.&lt;BR /&gt;ERROR: Variable Segment1 already exists on file WORK.PARAMETERS.&lt;BR /&gt;ERROR: Variable Segment2 already exists on file WORK.PARAMETERS.&lt;BR /&gt;ERROR: Variable Segment3 already exists on file WORK.PARAMETERS.&lt;BR /&gt;ERROR: Variable Segment4 already exists on file WORK.PARAMETERS.&lt;BR /&gt;ERROR: Variable Segment5 already exists on file WORK.PARAMETERS.&lt;BR /&gt;ERROR: Variable TR_NFBE_S1_NFBE_NUTP_S3 is not on file WORK.PARAMETERS.&lt;BR /&gt;ERROR: Variable TR_NFBE_S2_NFBE_NUTP_S3 is not on file WORK.PARAMETERS.&lt;BR /&gt;ERROR: Variable TR_NFBE_S1_NFBE_S2 is not on file WORK.PARAMETERS.&lt;BR /&gt;ERROR: Variable TR_NFBE_S2_NFBE_S1 is not on file WORK.PARAMETERS.&lt;BR /&gt;ERROR: Variable TR_NFBE_S2_NFBE_UTP_S3 is not on file WORK.PARAMETERS.&lt;BR /&gt;ERROR: Variable TR_NFBE_S1_NFBE_UTP_S3 is not on file WORK.PARAMETERS.&lt;BR /&gt;ERROR: Variable TR_FBE_S2_FBE_NUTP_S3 is not on file WORK.PARAMETERS.&lt;BR /&gt;ERROR: Variable TR_FBE_S1_FBE_NUTP_S3 is not on file WORK.PARAMETERS.&lt;BR /&gt;ERROR: Variable TR_FBE_S1_FBE_S2 is not on file WORK.PARAMETERS.&lt;BR /&gt;ERROR: Variable TR_FBE_S2_FBE_S1 is not on file WORK.PARAMETERS.&lt;BR /&gt;ERROR: Variable TR_FBE_S2_FBE_UTP_S3 is not on file WORK.PARAMETERS.&lt;BR /&gt;ERROR: Variable TR_FBE_S1_FBE_UTP_S3 is not on file WORK.PARAMETERS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am supposed to modify the names, so if variable already exists, that should not be a problem. And the other variable do exist in the data.&lt;/P&gt;</description>
    <pubDate>Tue, 19 Dec 2017 18:28:25 GMT</pubDate>
    <dc:creator>ss59</dc:creator>
    <dc:date>2017-12-19T18:28:25Z</dc:date>
    <item>
      <title>Rename strings in all variables with given IDs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Rename-strings-in-all-variables-with-given-IDs/m-p/422335#M103849</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created the following IDs based on repeated 'states' in my input data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;states&lt;/TD&gt;&lt;TD&gt;ID&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ABC_MNO_S3&lt;/TD&gt;&lt;TD&gt;S1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ABC_S1&lt;/TD&gt;&lt;TD&gt;S2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ABC_S2&lt;/TD&gt;&lt;TD&gt;S3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ABC_PQR_S3&lt;/TD&gt;&lt;TD&gt;S4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;XYZ_MNO_S3&lt;/TD&gt;&lt;TD&gt;S5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;XYZ_S1&lt;/TD&gt;&lt;TD&gt;S6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;XYZ_S2&lt;/TD&gt;&lt;TD&gt;S7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;XYZ_PQR_S3&lt;/TD&gt;&lt;TD&gt;S8&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there an easy way to rename all the variable (column) names of my current data with the IDs?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically, whenever '&lt;SPAN&gt;XYZ_PQR_S3&lt;/SPAN&gt;&lt;SPAN&gt;' appears, I want it to be 'S8'. If there's a column name 'FromXYZ_PQR_S3_to_A' I want it to be renamed to&amp;nbsp;'FromS8_to_A'. This is true for all 8 (could be more) 'state'here.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2017 16:06:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Rename-strings-in-all-variables-with-given-IDs/m-p/422335#M103849</guid>
      <dc:creator>ss59</dc:creator>
      <dc:date>2017-12-19T16:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Rename strings in all variables with given IDs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Rename-strings-in-all-variables-with-given-IDs/m-p/422349#M103853</link>
      <description>&lt;P&gt;I think you need to provide more details of what you're trying to achieve here. It's not clear to me if you're trying to change variable names or values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/182781"&gt;@ss59&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have created the following IDs based on repeated 'states' in my input data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;states&lt;/TD&gt;
&lt;TD&gt;ID&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;ABC_MNO_S3&lt;/TD&gt;
&lt;TD&gt;S1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;ABC_S1&lt;/TD&gt;
&lt;TD&gt;S2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;ABC_S2&lt;/TD&gt;
&lt;TD&gt;S3&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;ABC_PQR_S3&lt;/TD&gt;
&lt;TD&gt;S4&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;XYZ_MNO_S3&lt;/TD&gt;
&lt;TD&gt;S5&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;XYZ_S1&lt;/TD&gt;
&lt;TD&gt;S6&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;XYZ_S2&lt;/TD&gt;
&lt;TD&gt;S7&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;XYZ_PQR_S3&lt;/TD&gt;
&lt;TD&gt;S8&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there an easy way to rename all the variable (column) names of my current data with the IDs?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Basically, whenever '&lt;SPAN&gt;XYZ_PQR_S3&lt;/SPAN&gt;&lt;SPAN&gt;' appears, I want it to be 'S8'. If there's a column name 'FromXYZ_PQR_S3_to_A' I want it to be renamed to&amp;nbsp;'FromS8_to_A'. This is true for all 8 (could be more) 'state'here.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2017 16:23:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Rename-strings-in-all-variables-with-given-IDs/m-p/422349#M103853</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-12-19T16:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Rename strings in all variables with given IDs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Rename-strings-in-all-variables-with-given-IDs/m-p/422353#M103854</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;, I'm trying to change variable names. So, most of the&amp;nbsp;variables&amp;nbsp;in my data contains one of these eight strings, and I want to replace them with ith IDs in the ID column without changing the actual data.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2017 16:26:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Rename-strings-in-all-variables-with-given-IDs/m-p/422353#M103854</guid>
      <dc:creator>ss59</dc:creator>
      <dc:date>2017-12-19T16:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Rename strings in all variables with given IDs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Rename-strings-in-all-variables-with-given-IDs/m-p/422358#M103855</link>
      <description>&lt;P&gt;Well, you can do this dynamically which is what I think you're after.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Use SASHELP.VCOLUMN to get the list of names in your table (or PROC CONTENTS).&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;In a data step:
&lt;OL&gt;
&lt;LI&gt;Load the names you're looking up into a temporary array&lt;/LI&gt;
&lt;LI&gt;Search through each name and use TRANWRD to replace the text you want, making sure to store it in a new variable.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;This will create a data set with the old names and the new names you want.&amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Use PROC SQL to build your RENAME statement (this can be done in previous data step but I find it easier to separate it out at first.&lt;/LI&gt;
&lt;LI&gt;Use PROC DATASETS with the RENAME statement to rename the variables.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A portion of that - the latter part at least is demo'd here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://gist.github.com/statgeek/82d9f2854edc01560e0f" target="_blank"&gt;https://gist.github.com/statgeek/82d9f2854edc01560e0f&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2017 16:31:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Rename-strings-in-all-variables-with-given-IDs/m-p/422358#M103855</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-12-19T16:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Rename strings in all variables with given IDs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Rename-strings-in-all-variables-with-given-IDs/m-p/422391#M103865</link>
      <description>&lt;P&gt;I am being able to get the new column with new names, but proc datasets with rename statement giving me errors. Also after using 'tranwrd' the order of the variables are changing and it is difficult to sort if that happens&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2017 17:32:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Rename-strings-in-all-variables-with-given-IDs/m-p/422391#M103865</guid>
      <dc:creator>ss59</dc:creator>
      <dc:date>2017-12-19T17:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Rename strings in all variables with given IDs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Rename-strings-in-all-variables-with-given-IDs/m-p/422392#M103866</link>
      <description>&lt;P&gt;Post your code.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the order is changing you likely did something incorrect in the code, the order shouldn't change in a data step.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2017 17:35:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Rename-strings-in-all-variables-with-given-IDs/m-p/422392#M103866</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-12-19T17:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Rename strings in all variables with given IDs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Rename-strings-in-all-variables-with-given-IDs/m-p/422408#M103867</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;here it is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc contents data =  parameters out= parameter_names (Keep= Name) order=varnum;
run;

/*make it dynamic later*/

data new_names;
set parameter_names;
Name = tranwrd(Name, "NFBE_NUTP_S3", "S5");
Name = tranwrd(Name, "NFBE_S1", "S6");
Name = tranwrd(Name, "NFBE_S2", "S7");
Name = tranwrd(Name, "NFBE_UTP_S3", "S8");
Name = tranwrd(Name, "FBE_NUTP_S3", "S1");
Name = tranwrd(Name, "FBE_S1", "S2");
Name = tranwrd(Name, "FBE_S2", "S3");
Name = tranwrd(Name, "FBE_UTP_S3", "S4");
put Name;
run;

/*create the list*/
proc sql;
select Name 
into :rename_list
separated by " "
from new_names;
quit;


%put &amp;amp;rename_list;

proc datasets library=work nolist;
modify parameters;
rename &amp;amp;rename_list;
run; quit;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;'tranwrd' is changing the order of the 'names', because it is affecting selective rows.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2017 18:03:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Rename-strings-in-all-variables-with-given-IDs/m-p/422408#M103867</guid>
      <dc:creator>ss59</dc:creator>
      <dc:date>2017-12-19T18:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: Rename strings in all variables with given IDs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Rename-strings-in-all-variables-with-given-IDs/m-p/422415#M103868</link>
      <description>&lt;P&gt;Step 2.2 -&amp;gt; make sure to save it to a new variable....&lt;/P&gt;
&lt;P&gt;To rename you need to have two variables, one is the new name and one is the old name, did you run/try the example I linked to? You can see how the macro variable looks and what yours should look like.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Search through each name and use TRANWRD to replace the text you want, &lt;STRONG&gt;making sure to store it in a new variable.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Tue, 19 Dec 2017 18:07:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Rename-strings-in-all-variables-with-given-IDs/m-p/422415#M103868</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-12-19T18:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Rename strings in all variables with given IDs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Rename-strings-in-all-variables-with-given-IDs/m-p/422416#M103869</link>
      <description>And you can keep varnum to sort it if desired - you don't keep it at the moment to maintain order, though I still don't see how it could possibly reorder the data. &lt;BR /&gt;</description>
      <pubDate>Tue, 19 Dec 2017 18:08:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Rename-strings-in-all-variables-with-given-IDs/m-p/422416#M103869</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-12-19T18:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Rename strings in all variables with given IDs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Rename-strings-in-all-variables-with-given-IDs/m-p/422426#M103873</link>
      <description>&lt;P&gt;sorry, I created the correct list of things to rename, but now I'm getting following errors in the proc datasets:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Variable Year already exists on file WORK.PARAMETERS.&lt;BR /&gt;ERROR: Variable Period already exists on file WORK.PARAMETERS.&lt;BR /&gt;ERROR: Variable Segment1 already exists on file WORK.PARAMETERS.&lt;BR /&gt;ERROR: Variable Segment2 already exists on file WORK.PARAMETERS.&lt;BR /&gt;ERROR: Variable Segment3 already exists on file WORK.PARAMETERS.&lt;BR /&gt;ERROR: Variable Segment4 already exists on file WORK.PARAMETERS.&lt;BR /&gt;ERROR: Variable Segment5 already exists on file WORK.PARAMETERS.&lt;BR /&gt;ERROR: Variable TR_NFBE_S1_NFBE_NUTP_S3 is not on file WORK.PARAMETERS.&lt;BR /&gt;ERROR: Variable TR_NFBE_S2_NFBE_NUTP_S3 is not on file WORK.PARAMETERS.&lt;BR /&gt;ERROR: Variable TR_NFBE_S1_NFBE_S2 is not on file WORK.PARAMETERS.&lt;BR /&gt;ERROR: Variable TR_NFBE_S2_NFBE_S1 is not on file WORK.PARAMETERS.&lt;BR /&gt;ERROR: Variable TR_NFBE_S2_NFBE_UTP_S3 is not on file WORK.PARAMETERS.&lt;BR /&gt;ERROR: Variable TR_NFBE_S1_NFBE_UTP_S3 is not on file WORK.PARAMETERS.&lt;BR /&gt;ERROR: Variable TR_FBE_S2_FBE_NUTP_S3 is not on file WORK.PARAMETERS.&lt;BR /&gt;ERROR: Variable TR_FBE_S1_FBE_NUTP_S3 is not on file WORK.PARAMETERS.&lt;BR /&gt;ERROR: Variable TR_FBE_S1_FBE_S2 is not on file WORK.PARAMETERS.&lt;BR /&gt;ERROR: Variable TR_FBE_S2_FBE_S1 is not on file WORK.PARAMETERS.&lt;BR /&gt;ERROR: Variable TR_FBE_S2_FBE_UTP_S3 is not on file WORK.PARAMETERS.&lt;BR /&gt;ERROR: Variable TR_FBE_S1_FBE_UTP_S3 is not on file WORK.PARAMETERS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am supposed to modify the names, so if variable already exists, that should not be a problem. And the other variable do exist in the data.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2017 18:28:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Rename-strings-in-all-variables-with-given-IDs/m-p/422426#M103873</guid>
      <dc:creator>ss59</dc:creator>
      <dc:date>2017-12-19T18:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Rename strings in all variables with given IDs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Rename-strings-in-all-variables-with-given-IDs/m-p/422429#M103874</link>
      <description>&lt;P&gt;The error is in your code...you have to post your code as well, not just the errors.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2017 18:36:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Rename-strings-in-all-variables-with-given-IDs/m-p/422429#M103874</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-12-19T18:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Rename strings in all variables with given IDs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Rename-strings-in-all-variables-with-given-IDs/m-p/422432#M103876</link>
      <description>&lt;P&gt;Never mind, it was done correctly before, which I didn't check and then in the second run it didn't find many of the variables since they were already renamed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2017 18:47:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Rename-strings-in-all-variables-with-given-IDs/m-p/422432#M103876</guid>
      <dc:creator>ss59</dc:creator>
      <dc:date>2017-12-19T18:47:07Z</dc:date>
    </item>
  </channel>
</rss>

