<?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: Unable to enter bracket [] in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-enter-bracket/m-p/601447#M173973</link>
    <description>&lt;P&gt;Hi Tom! Forgive me as I was not listening to you.&amp;nbsp; It is now working and below is the code.&lt;/P&gt;&lt;PRE&gt;  DATA _NULL_;                                                   
     CALL SYMPUTX('LB','AD'X);                                    
     CALL SYMPUTX('RB','BD'X);                                    
   RUN;                                                           
  DATA _NULL_;                                                             
  FILENAME MYMAIL EMAIL                                           
  SUBJECT="&amp;amp;LB./DOCUMENTS&amp;amp;RB. TEST 123"                           
      ATTACH=("TST.123.DAILY"                                 
          TYPE='TEXT/TXT' EXT='CSV');                             
  DATA _NULL_;                                                    
   FILE MYMAIL                                                    
   TO=('bagary@email.com');     
  RUN; &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First, I have to make variables in Macro as you stated and use it to assign in the subject line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tom THANK YOU again!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;~bagary&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Nov 2019 18:04:07 GMT</pubDate>
    <dc:creator>bagary</dc:creator>
    <dc:date>2019-11-04T18:04:07Z</dc:date>
    <item>
      <title>Unable to enter bracket []</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-enter-bracket/m-p/601135#M173833</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I am very new to mainframe SAS so I might not explain this right.&amp;nbsp; I am given a script that I need to assign a text to a variable.&amp;nbsp; However, when I hit the brackets from the keyboard ( [ ] ), i am getting a symbol&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Characters.PNG" style="width: 200px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/33599iE94AE6F1200424A6/image-size/small?v=v2&amp;amp;px=200" role="button" title="Characters.PNG" alt="Characters.PNG" /&gt;&lt;/span&gt;The text I want to type in is below:&lt;/P&gt;&lt;PRE&gt;SUBJECT="[/DOCUMENTS] TEST 123"&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Essentially, the text above will be inserted in the subject line of an email.&amp;nbsp; When I run the job, I get an output of below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Capture.PNG" style="width: 240px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/33601i28528D8D7DCF7F31/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I am not sure what I am missing.&amp;nbsp; Can someone please let me know if you have seen this before? I searched the internet with no luck.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate the help and thank you all!&lt;/P&gt;&lt;P&gt;Bagar&lt;/P&gt;</description>
      <pubDate>Sat, 02 Nov 2019 11:31:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unable-to-enter-bracket/m-p/601135#M173833</guid>
      <dc:creator>bagary</dc:creator>
      <dc:date>2019-11-02T11:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to enter bracket []</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-enter-bracket/m-p/601141#M173834</link>
      <description>&lt;P&gt;Make sure that your terminal emulation uses the correct codepage and keyboard mapping for your mainframe.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Nov 2019 13:42:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unable-to-enter-bracket/m-p/601141#M173834</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-11-02T13:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to enter bracket []</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-enter-bracket/m-p/601259#M173874</link>
      <description>Thank you for responding. Where would I go to check this and how can I confirm it is mapped correctly?</description>
      <pubDate>Sun, 03 Nov 2019 22:22:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unable-to-enter-bracket/m-p/601259#M173874</guid>
      <dc:creator>bagary</dc:creator>
      <dc:date>2019-11-03T22:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to enter bracket []</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-enter-bracket/m-p/601260#M173875</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/297923"&gt;@bagary&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Thank you for responding. Where would I go to check this and how can I confirm it is mapped correctly?&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This depends on the software used for connecting to the mainframe. Your mainframe admins should be able to help you.&lt;/P&gt;</description>
      <pubDate>Sun, 03 Nov 2019 22:44:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unable-to-enter-bracket/m-p/601260#M173875</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-11-03T22:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to enter bracket []</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-enter-bracket/m-p/601261#M173876</link>
      <description>&lt;P&gt;Square brackets are not part of the EBCDIC character set.&lt;/P&gt;
&lt;P&gt;Are you sure this can be done &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt; ?&lt;/P&gt;</description>
      <pubDate>Sun, 03 Nov 2019 22:46:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unable-to-enter-bracket/m-p/601261#M173876</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2019-11-03T22:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to enter bracket []</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-enter-bracket/m-p/601265#M173879</link>
      <description>&lt;P&gt;There seem to be methods for square brackets:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://x3270.bgp.nu/Brackets.html" target="_blank" rel="noopener"&gt;http://x3270.bgp.nu/Brackets.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(and other results of a search for "ebcdic square brackets")&lt;/P&gt;</description>
      <pubDate>Sun, 03 Nov 2019 22:50:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unable-to-enter-bracket/m-p/601265#M173879</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-11-03T22:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to enter bracket []</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-enter-bracket/m-p/601267#M173881</link>
      <description>&lt;P&gt;Googling with keywords: &lt;EM&gt;IBM 3270 square brackets&lt;/EM&gt; I get results like &lt;A href="http://x3270.bgp.nu/Brackets.html" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Sun, 03 Nov 2019 23:03:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unable-to-enter-bracket/m-p/601267#M173881</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2019-11-03T23:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to enter bracket []</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-enter-bracket/m-p/601269#M173883</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;&amp;nbsp;Oh wow. I see. So much fun to be had trying to use these non-standard characters!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/297923"&gt;@bagary&lt;/a&gt; Probably best to turn local MF knowledge (as Kurt advised, who am I to say otherwise?).&lt;/P&gt;</description>
      <pubDate>Sun, 03 Nov 2019 23:16:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unable-to-enter-bracket/m-p/601269#M173883</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2019-11-03T23:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to enter bracket []</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-enter-bracket/m-p/601292#M173897</link>
      <description>&lt;P&gt;Thanks Patrick, Kurt and Chris.&lt;/P&gt;&lt;P&gt;I tried the following letters (see below) with the x3270 mode on my keyboard.&amp;nbsp;&lt;/P&gt;&lt;P&gt;SUBJECT="x'ad'DOCUMENTS¦ TEST123"&lt;/P&gt;&lt;P&gt;SUBJECT="x'BA'DOCUMENTS¦ TEST123"&lt;/P&gt;&lt;P&gt;SUBJECT="&amp;amp;x'BA'DOCUMENTS¦ TEST123"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/33610iE3503DC126321CF5/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I am able to generate the emails with the following subject line:&lt;/P&gt;&lt;P&gt;X'AD'DOCUMENTS¦ TEST123&lt;/P&gt;&lt;P&gt;X'BA'DOCUMENTS¦ TEST123&lt;/P&gt;&lt;P&gt;&amp;amp;X'BA'DOCUMENTS¦ TEST123&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where do I set&amp;nbsp;&lt;SPAN&gt;X'AD' and X'BD' or&amp;nbsp;X'BA' and X'BB' to generate the square brackets, [ ]?&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks guys!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;bagary&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 03:04:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unable-to-enter-bracket/m-p/601292#M173897</guid>
      <dc:creator>bagary</dc:creator>
      <dc:date>2019-11-04T03:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to enter bracket []</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-enter-bracket/m-p/601294#M173899</link>
      <description>&lt;P&gt;First the X goes on the end of the quoted string. Just like all of the other literals (dates, times, datetime, names, etc.).&lt;/P&gt;
&lt;P&gt;Second it does not go inside of other quotes.&lt;/P&gt;
&lt;P&gt;Did you try:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;SUBJECT='ad'x || '/DOCUMENTS' || 'bd'x ||' TEST 123';&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 04 Nov 2019 03:18:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unable-to-enter-bracket/m-p/601294#M173899</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-11-04T03:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to enter bracket []</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-enter-bracket/m-p/601332#M173920</link>
      <description>&lt;P&gt;Thank you Tom!&lt;/P&gt;&lt;P&gt;I tried but now it does not create an email.&lt;/P&gt;&lt;PRE&gt;SUBJECT='AD'X || '/DOCUMENTS' || 'BD'X ||' TEST 123';&lt;/PRE&gt;&lt;P&gt;I also tried assigning to a variable and tried both A and &amp;amp;A but with no luck.&lt;/P&gt;&lt;PRE&gt;LENGTH A VARCHAR(80);         
A='AD'X                   
FILENAME MYMAIL EMAIL     
SUBJECT=A;         &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I also tried but it did not work also&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;SUBJECT='AD'X || '/DOCUMENTS'&lt;/PRE&gt;&lt;P&gt;Now that I am using concatenation, ||, the script does not produce an email anymore.&amp;nbsp; &amp;nbsp;&lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://communities.sas.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;img id="smileyfrustrated" class="emoticon emoticon-smileyfrustrated" src="https://communities.sas.com/i/smilies/16x16_smiley-frustrated.png" alt="Smiley Frustrated" title="Smiley Frustrated" /&gt;&lt;img id="smileyembarrassed" class="emoticon emoticon-smileyembarrassed" src="https://communities.sas.com/i/smilies/16x16_smiley-embarrassed.png" alt="Smiley Embarassed" title="Smiley Embarassed" /&gt;&lt;/P&gt;&lt;P&gt;SAS is definitely kicking my behind lol!&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 10:23:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unable-to-enter-bracket/m-p/601332#M173920</guid>
      <dc:creator>bagary</dc:creator>
      <dc:date>2019-11-04T10:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to enter bracket []</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-enter-bracket/m-p/601354#M173931</link>
      <description>&lt;P&gt;I was just correcting the statements in your last post. If you want to write something you need to use a PUT statement. Just setting a variable will not cause it to be written.&lt;BR /&gt;You can either construct a value into a variable and PUT the variable.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Or skip the variable and include the string in the PUT statement. In that case the concatenation operators are not needed.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;put 'AD'X '/DOCUMENTS' 'BD'X ' TEST 123';
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;If you are trying to build part of a statement, like the FILENAME statement then you will probably want to create a macro variable and use that.&amp;nbsp; So first get the value into a macro variable.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
  call symputx('subject','AD'X || '/DOCUMENTS' || 'BD'X ||' TEST 123');
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Then in the next step you can use the value in your FILENAME statement.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename mymail email subject="&amp;amp;subject" ;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you need to use the left and right brackets a lot it might help to put them into macro variables by themselves.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
  call symputx('LB','AD'X);
  call symputx('RB','BD'X);
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Then you can use them in other quoted strings. Make sure to use double quote characters so that the macro variable references are resolved.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
  filename mymail email 'customer@companyname.com' subject="&amp;amp;lb./DOCUMENTS&amp;amp;rb. TEST 123";
  put "Dear Sir,"
      / "Here is your email message with &amp;amp;lb.square brackets&amp;amp;rb."
      / "SAS"
  ;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 04 Nov 2019 12:37:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unable-to-enter-bracket/m-p/601354#M173931</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-11-04T12:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to enter bracket []</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-enter-bracket/m-p/601423#M173957</link>
      <description>&lt;P&gt;Tom, I really do appreciate your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I looked at your many suggestions on the script.&amp;nbsp; I took the snippet of the code with your code but it did not create an email (see below).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;OPTIONS SYMBOLGEN MACROGEN MPRINT;                                                                      
CALL SYMPUTX('LB','AD'X);                                      
CALL SYMPUTX('RB','BD'X);                                              
FILENAME MYMAIL EMAIL                                          
SUBJECT="&amp;amp;LB./DOCUMENTS&amp;amp;RB. TEST 123";                         
    ATTACH=("TST.G5.SP9.Daily"                                
        TYPE='TEXT/TXT' EXT='CSV');                            
DATA _NULL_;                                                   
 FILE MYMAIL    
                                               
 TO=('bagary@email.com');                                
 RUN;                               &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;If I remove the 2 lines&lt;/P&gt;&lt;PRE&gt;CALL SYMPUTX('LB','AD'X);                                      
CALL SYMPUTX('RB','BD'X);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;It will create an email with the subject line..&lt;/P&gt;&lt;P&gt;&amp;amp;LB./DOCUMENTS&amp;amp;RB. TEST 123&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 16:15:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unable-to-enter-bracket/m-p/601423#M173957</guid>
      <dc:creator>bagary</dc:creator>
      <dc:date>2019-11-04T16:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to enter bracket []</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-enter-bracket/m-p/601427#M173960</link>
      <description>&lt;P&gt;Your code does not make any sense. You cannot put a CALL SYMPUTX() statement outside of a data step. No more than you could put any other data step statement outside of a data step.&lt;/P&gt;
&lt;P&gt;There is no ATTACH statement.&amp;nbsp; I suspect that you have inserted an extra semi-colon in the middle of your FILENAME statement.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note to avoid this I always place the ending semi-colon for a multiple line statement on a new line, instead of hiding it at the end of the line.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;FILENAME MYMAIL EMAIL                                          
  SUBJECT="&amp;amp;LB./DOCUMENTS&amp;amp;RB. TEST 123"
  ATTACH=("TST.G5.SP9.Daily" TYPE='TEXT/TXT' EXT='CSV')
;         &lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 04 Nov 2019 16:33:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unable-to-enter-bracket/m-p/601427#M173960</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-11-04T16:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to enter bracket []</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-enter-bracket/m-p/601447#M173973</link>
      <description>&lt;P&gt;Hi Tom! Forgive me as I was not listening to you.&amp;nbsp; It is now working and below is the code.&lt;/P&gt;&lt;PRE&gt;  DATA _NULL_;                                                   
     CALL SYMPUTX('LB','AD'X);                                    
     CALL SYMPUTX('RB','BD'X);                                    
   RUN;                                                           
  DATA _NULL_;                                                             
  FILENAME MYMAIL EMAIL                                           
  SUBJECT="&amp;amp;LB./DOCUMENTS&amp;amp;RB. TEST 123"                           
      ATTACH=("TST.123.DAILY"                                 
          TYPE='TEXT/TXT' EXT='CSV');                             
  DATA _NULL_;                                                    
   FILE MYMAIL                                                    
   TO=('bagary@email.com');     
  RUN; &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First, I have to make variables in Macro as you stated and use it to assign in the subject line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tom THANK YOU again!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;~bagary&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 18:04:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unable-to-enter-bracket/m-p/601447#M173973</guid>
      <dc:creator>bagary</dc:creator>
      <dc:date>2019-11-04T18:04:07Z</dc:date>
    </item>
  </channel>
</rss>

