<?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: How to extract a specific text from each cell from the same variable/column? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-extract-a-specific-text-from-each-cell-from-the-same/m-p/748816#M235225</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/181158"&gt;@tarheel13&lt;/a&gt;&amp;nbsp;It sure could if only we knew what the criteria are.&lt;/P&gt;</description>
    <pubDate>Fri, 18 Jun 2021 03:07:41 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2021-06-18T03:07:41Z</dc:date>
    <item>
      <title>How to extract a specific text from each cell from the same variable/column?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-extract-a-specific-text-from-each-cell-from-the-same/m-p/748781#M235194</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wish to extract a specific text from each cell from the same variable.&lt;/P&gt;&lt;P&gt;My goal is to extract these key words from the variable (observation) to the variable observation1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks all in advance,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So my data is described below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data test2; set test2;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;user&lt;/TD&gt;&lt;TD&gt;Observation&lt;/TD&gt;&lt;TD&gt;observation1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;8989&lt;/TD&gt;&lt;TD&gt;Multiple SIV types were detected&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Multiple SIV types&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;367&lt;/TD&gt;&lt;TD&gt;sample type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; indicated the presence of subtype H1. However,&lt;/TD&gt;&lt;TD&gt;presence of subtype H1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1427&lt;/TD&gt;&lt;TD&gt;sample type&amp;nbsp; indicated the presence of subtype H1. However, the&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;presence of subtype H1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3046&lt;/TD&gt;&lt;TD&gt;sample type&amp;nbsp; this case and indicated the presence of&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;multiple types, including H1, H3, N1, and N2.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;multiple types, including H1, H3 and N1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3146&lt;/TD&gt;&lt;TD&gt;sample&amp;nbsp; type and indicated the presence of&amp;nbsp; &amp;nbsp; multiple types, including H1, H3, N1, and N2.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;multiple types, including H1, H3, N1, and N2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;8910&lt;/TD&gt;&lt;TD&gt;sample type (H,N)&amp;nbsp; fluid&amp;nbsp; &amp;nbsp; indicated the presence of&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; multiple types, including H1, H3 and N2.&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;multiple types, including H1, H3 and N2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;9091&lt;/TD&gt;&lt;TD&gt;sample type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; indicated the presence of type N1.&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;presence of type N1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Thu, 17 Jun 2021 21:42:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-extract-a-specific-text-from-each-cell-from-the-same/m-p/748781#M235194</guid>
      <dc:creator>Moraes86</dc:creator>
      <dc:date>2021-06-17T21:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract a specific text from each cell from the same variable/column?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-extract-a-specific-text-from-each-cell-from-the-same/m-p/748799#M235211</link>
      <description>&lt;P&gt;What defines a keyword? What defines the start and the end of the string to extract?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2021 23:39:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-extract-a-specific-text-from-each-cell-from-the-same/m-p/748799#M235211</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2021-06-17T23:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract a specific text from each cell from the same variable/column?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-extract-a-specific-text-from-each-cell-from-the-same/m-p/748800#M235212</link>
      <description>&lt;P&gt;Please, Please describe how you will actually use this "observation1 variable" with multiple values in it?&lt;/P&gt;
&lt;P&gt;I see people ask for things like this often and the work to use such in anything expect a printed output is horrendous.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, list the explicit values you are looking for. You are making us guess.&lt;/P&gt;
&lt;P&gt;Since apparently you are looking at phrases have you done anything to check how consistent spelling is?&lt;/P&gt;
&lt;P&gt;Consider this bit: "multiple types, including H1, H3 and N1"&lt;/P&gt;
&lt;P&gt;Could it ever appear as:&lt;/P&gt;
&lt;P&gt;"multiple types, including h1, H3 and N1"&amp;nbsp; (case of letters)&lt;/P&gt;
&lt;P&gt;"multiple types, including H1,H3 and N1"&amp;nbsp; (change in spaces)&lt;/P&gt;
&lt;P&gt;"multiple types, &amp;nbsp; including H1, H3 and N1" (different change in spaces)&lt;/P&gt;
&lt;P&gt;"multiple types, including N1, H3 and H1"&amp;nbsp;&amp;nbsp; (different order of words)&lt;/P&gt;
&lt;P&gt;"multiple types including H1, H3 and N1"&amp;nbsp;&amp;nbsp; (missing punctuation)&lt;/P&gt;
&lt;P&gt;"multiple types; including H1, H3 and N1"&amp;nbsp; (different punctuation)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Personally if I have something similar to this I would create 5 variables,each gets a 1 when a specific one of the 5 phrases occurs and 0 if it doesn't. Then it would be easy to count how many records have which values; select records with a specific value, or combinations of values for specific tasks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Awaiting a response about how consistent your data actually may be and how the variable Observation1 is to be used.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2021 23:42:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-extract-a-specific-text-from-each-cell-from-the-same/m-p/748800#M235212</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-06-17T23:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract a specific text from each cell from the same variable/column?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-extract-a-specific-text-from-each-cell-from-the-same/m-p/748810#M235219</link>
      <description>&lt;P&gt;This looks like something that prxmatch could help with?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 01:51:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-extract-a-specific-text-from-each-cell-from-the-same/m-p/748810#M235219</guid>
      <dc:creator>tarheel13</dc:creator>
      <dc:date>2021-06-18T01:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract a specific text from each cell from the same variable/column?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-extract-a-specific-text-from-each-cell-from-the-same/m-p/748816#M235225</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/181158"&gt;@tarheel13&lt;/a&gt;&amp;nbsp;It sure could if only we knew what the criteria are.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 03:07:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-extract-a-specific-text-from-each-cell-from-the-same/m-p/748816#M235225</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2021-06-18T03:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract a specific text from each cell from the same variable/column?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-extract-a-specific-text-from-each-cell-from-the-same/m-p/748893#M235263</link>
      <description>Hi ChrisNZ,&lt;BR /&gt;&lt;BR /&gt;I mean keyword for each outcome in each cell in observation1.&lt;BR /&gt;For example, in the second line( user 367) in this table is written: " sample type indicated the presence of subtype H1. However, presence of subtype H1"&lt;BR /&gt;&lt;BR /&gt;For this variable, what defines the start and the end would be "presence of subtype H1".&lt;BR /&gt;My challenge is that the outcome changes for each line, as seen in the results from variable "observation1".&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jun 2021 14:07:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-extract-a-specific-text-from-each-cell-from-the-same/m-p/748893#M235263</guid>
      <dc:creator>Moraes86</dc:creator>
      <dc:date>2021-06-18T14:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract a specific text from each cell from the same variable/column?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-extract-a-specific-text-from-each-cell-from-the-same/m-p/749016#M235316</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/375564"&gt;@Moraes86&lt;/a&gt;&amp;nbsp;I do have an alternate solution.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
infile cards dsd ;
input user $ Observation &amp;amp; $500.;
cards;
"370","sample type 	N1 indicated the presenceH3 of subtype H1 However,"
"367","sample type indicated the presence of subtype H1.H2 However,"
"368","sample type indicated the presence of subtype H1 However,H3"
"369","sample type indicated the presence of subtype H1 However,"
"3046","sample type  this case and indicated the presence of         multiple types, including H1, H3, N1, and N2.      "
;
run;

data want1;
set have;
/*Creating a variable which will contain all Finding Words*/
FINDING_WORD="H1 H2 H3 N1 N2";
COUNT=COUNTW(FINDING_WORD);
DO I=1 TO COUNT;
if INDEX(OBSERVATION,SCAN(FINDING_WORD,I)) then Flag=SCAN(FINDING_WORD,I);
OUTPUT;
END;
DROP I FINDING_WORD COUNT;
run;

PROC SORT DATA=WANT1 NODUPKEY;BY _ALL_;RUN;

DATA WANT;
SET WANT1;
BY USER Observation;
RETAIN FINDING;
IF FIRST.USER THEN FINDING=FLAG;
ELSE FINDING=CATX(',',FINDING,FLAG);
IF LAST.USER;
DROP FLAG;
RUN;

&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 19 Jun 2021 06:21:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-extract-a-specific-text-from-each-cell-from-the-same/m-p/749016#M235316</guid>
      <dc:creator>singhsahab</dc:creator>
      <dc:date>2021-06-19T06:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract a specific text from each cell from the same variable/column?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-extract-a-specific-text-from-each-cell-from-the-same/m-p/749079#M235338</link>
      <description>&lt;P&gt;This works.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
infile cards pad truncover;
input  OBSERVATION $500.;
cards;
Multiple SIV types were detected&amp;nbsp;
sample type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; indicated the presence of subtype H1. However,
sample type&amp;nbsp; indicated the presence of subtype H1. However, the&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
sample type&amp;nbsp; this case and indicated the presence of&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;multiple types, including H1, H3, N1, and N2.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
sample&amp;nbsp; type and indicated the presence of&amp;nbsp; &amp;nbsp; multiple types, including H1, H3, N1, and N2.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
sample type (H,N)&amp;nbsp; fluid&amp;nbsp; &amp;nbsp; indicated the presence of&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; multiple types, including H1, H3 and N2.
sample type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; indicated the presence of type N1.&amp;nbsp;
;

data WANT;
  set HAVE;
  STR=prxchange('s/.*((multiple|presence).*\.).*/\1/',1,OBSERVATION);
  if STR=OBSERVATION then
  STR=prxchange('s/.*(multiple.*types).*/\1/i',1,OBSERVATION);
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;DIV class="branch"&gt;&lt;BR /&gt;
&lt;DIV&gt;
&lt;DIV align="left"&gt;
&lt;TABLE class="table" summary="Procedure Print: Data Set WORK.WANT" frame="box" rules="all" cellspacing="0" cellpadding="5"&gt;&lt;COLGROUP&gt; &lt;COL /&gt; &lt;COL /&gt;&lt;/COLGROUP&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH class="l header" scope="col"&gt;OBSERVATION&lt;/TH&gt;
&lt;TH class="l header" scope="col"&gt;STR&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="l data"&gt;&lt;FONT size="2"&gt;Multiple SIV types were detected&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD class="l data"&gt;&lt;FONT size="2"&gt;Multiple SIV types&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="l data"&gt;&lt;FONT size="2"&gt;sample type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; indicated the presence of subtype H1. However,&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD class="l data"&gt;&lt;FONT size="2"&gt;presence of subtype H1.&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="l data"&gt;&lt;FONT size="2"&gt;sample type&amp;nbsp; indicated the presence of subtype H1. However, the&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD class="l data"&gt;&lt;FONT size="2"&gt;presence of subtype H1.&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="l data"&gt;&lt;FONT size="2"&gt;sample type&amp;nbsp; this case and indicated the presence of&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;multiple types, including H1, H3, N1, and N2.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD class="l data"&gt;&lt;FONT size="2"&gt;multiple types, including H1, H3, N1, and N2.&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="l data"&gt;&lt;FONT size="2"&gt;sample&amp;nbsp; type and indicated the presence of&amp;nbsp; &amp;nbsp; multiple types, including H1, H3, N1, and N2.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD class="l data"&gt;&lt;FONT size="2"&gt;multiple types, including H1, H3, N1, and N2.&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="l data"&gt;&lt;FONT size="2"&gt;sample type (H,N)&amp;nbsp; fluid&amp;nbsp; &amp;nbsp; indicated the presence of&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; multiple types, including H1, H3 and N2.&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD class="l data"&gt;&lt;FONT size="2"&gt;multiple types, including H1, H3 and N2.&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="l data"&gt;&lt;FONT size="2"&gt;sample type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; indicated the presence of type N1.&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD class="l data"&gt;&lt;FONT size="2"&gt;presence of type N1.&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Jun 2021 09:39:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-extract-a-specific-text-from-each-cell-from-the-same/m-p/749079#M235338</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2021-06-20T09:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract a specific text from each cell from the same variable/column?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-extract-a-specific-text-from-each-cell-from-the-same/m-p/749290#M235425</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much.&lt;/P&gt;
&lt;P&gt;It worked and helped me a lot!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Moraes&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 15:45:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-extract-a-specific-text-from-each-cell-from-the-same/m-p/749290#M235425</guid>
      <dc:creator>Moraes86</dc:creator>
      <dc:date>2021-06-21T15:45:37Z</dc:date>
    </item>
  </channel>
</rss>

