<?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: Dlm format in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Dlm-format/m-p/619471#M181883</link>
    <description>Hi yabwon,&lt;BR /&gt;Thanks for the quick response&lt;BR /&gt;I tried with the above code but I am able to get the spaces and comma dlm but test2 - test6 fields data has missed please find the below output after running the above code&lt;BR /&gt;{&lt;BR /&gt;0230533124, , , , , ,&lt;BR /&gt;0220212484, , , , , ,&lt;BR /&gt;0401092276, , , , , ,&lt;BR /&gt;0401104968, , , , , ,&lt;BR /&gt;0401108573, , , , , ,&lt;BR /&gt;0401132109, , , , , ,&lt;BR /&gt;0674579726, , , , , ,&lt;BR /&gt;0513179287, , , , , ,&lt;BR /&gt;0513179364, , , , , ,&lt;BR /&gt;0513179511, , , , , ,&lt;BR /&gt;}&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Rohit</description>
    <pubDate>Thu, 23 Jan 2020 12:20:18 GMT</pubDate>
    <dc:creator>rohitkrishna</dc:creator>
    <dc:date>2020-01-23T12:20:18Z</dc:date>
    <item>
      <title>Dlm format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Dlm-format/m-p/619451#M181866</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;we are facing one issue regarding the data with the dlm format please suggest some solution about the below query&amp;nbsp;&lt;/P&gt;&lt;P&gt;input file :&lt;/P&gt;&lt;P&gt;++++++++++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt;0230533124,,,,,&lt;BR /&gt;0220212484,Y,N,Y,N,N&lt;BR /&gt;0401092276,N,Y,N,S,J&lt;BR /&gt;0401104968,N,Y,N,S,J&lt;BR /&gt;0401108573,N,Y,N,S,J&lt;BR /&gt;0401132109,N,Y,N,S,J&lt;/P&gt;&lt;P&gt;total 6 fields&amp;nbsp;&lt;/P&gt;&lt;P&gt;++++++++++++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt;the reqirment is&amp;nbsp;&lt;/P&gt;&lt;P&gt;0230533124, , , , ,&lt;BR /&gt;0220212484,Y ,N ,Y ,N ,N&lt;BR /&gt;0401092276,N ,Y ,N ,S ,J&lt;BR /&gt;0401104968,N ,Y ,N ,S ,J&lt;BR /&gt;0401108573,N ,Y ,N ,S ,J&lt;BR /&gt;0401132109,N ,Y ,N ,S ,J&lt;/P&gt;&lt;P&gt;with the comma sapreter and one space for each field&amp;nbsp;&lt;/P&gt;&lt;P&gt;+++++++++++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt;and plz find the below code&amp;nbsp;&lt;/P&gt;&lt;P&gt;DATA S_FRMT;&lt;BR /&gt;FORMAT TEST1 Z10.;&lt;BR /&gt;INFILE CLSTA2C MISSOVER DSD DLM=',' TRUNCOVER;&lt;BR /&gt;INPUT TEST1 $&lt;BR /&gt;TEST2 $&lt;BR /&gt;TEST3 $&lt;BR /&gt;TEST4 $&lt;BR /&gt;TEST5 $&lt;BR /&gt;TEST6 $&lt;BR /&gt;;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;DATA IHUB_FT;&lt;BR /&gt;SET S_FRMT;&lt;BR /&gt;FILE SYSOUT;&lt;BR /&gt;putTEST2 z10.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; TEST3 $char1.&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;TEST4 $char1.&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;TEST5 $char1.&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;TEST6 $char1.;&lt;/P&gt;&lt;P&gt;&amp;nbsp;RUN;&lt;BR /&gt;PROC PRINT DATA = IHUB_FT;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;But I am facing the issue that is all fields are concatenating without comma it printing the data&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and i tried with the ||','|| option also that case some fields are missing&amp;nbsp;&lt;/P&gt;&lt;P&gt;my requirement is with comma separator i req the data, please kindly give some solution for the above problem&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Rohit&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 10:31:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Dlm-format/m-p/619451#M181866</guid>
      <dc:creator>rohitkrishna</dc:creator>
      <dc:date>2020-01-23T10:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dlm format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Dlm-format/m-p/619464#M181877</link>
      <description>&lt;P&gt;Please post test-data in usable form, so that we can use your program and see what happens.&lt;/P&gt;
&lt;P&gt;And please use {i} or running-man icon to post code, log and anything that needs formats to be preserved.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 11:40:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Dlm-format/m-p/619464#M181877</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2020-01-23T11:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dlm format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Dlm-format/m-p/619468#M181881</link>
      <description>Hi andreas_lds,&lt;BR /&gt;thanks for the quick replay&lt;BR /&gt;please find the below input test data&lt;BR /&gt;{&lt;BR /&gt;0230533124,,,,,&lt;BR /&gt;0220212484,Y,N,Y,N,N&lt;BR /&gt;0401092276,N,Y,N,S,J&lt;BR /&gt;0401104968,N,Y,N,S,J&lt;BR /&gt;0401108573,N,Y,N,S,J&lt;BR /&gt;0401132109,N,Y,N,S,J&lt;BR /&gt;}&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Rohit&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Jan 2020 11:54:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Dlm-format/m-p/619468#M181881</guid>
      <dc:creator>rohitkrishna</dc:creator>
      <dc:date>2020-01-23T11:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dlm format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Dlm-format/m-p/619470#M181882</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/259823"&gt;@rohitkrishna&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try this one:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;DATA S_FRMT;
FORMAT TEST1 Z10.;
INFILE CARDS MISSOVER DSD DLM=',';
INPUT 
TEST1 $
TEST2 $
TEST3 $
TEST4 $
TEST5 $
TEST6 $
;
cards;
0230533124,,,,,
0220212484,Y,N,Y,N,N
0401092276,N,Y,N,S,J
0401104968,N,Y,N,S,J
0401108573,N,Y,N,S,J
0401132109,N,Y,N,S,J
;
RUN;


FILENAME SYSOUT TEMP;
DATA _null_;
  SET S_FRMT;
  array T TEST2 - TEST6;
  FILE SYSOUT;
  PUT TEST1 +(-1) ", " @;
    do over T;
      L = lengthn(T);
      put T $VARYING. L ", " @;
    end;
  PUT;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All the best&lt;/P&gt;&lt;P&gt;Bart&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 12:08:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Dlm-format/m-p/619470#M181882</guid>
      <dc:creator>yabwon</dc:creator>
      <dc:date>2020-01-23T12:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dlm format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Dlm-format/m-p/619471#M181883</link>
      <description>Hi yabwon,&lt;BR /&gt;Thanks for the quick response&lt;BR /&gt;I tried with the above code but I am able to get the spaces and comma dlm but test2 - test6 fields data has missed please find the below output after running the above code&lt;BR /&gt;{&lt;BR /&gt;0230533124, , , , , ,&lt;BR /&gt;0220212484, , , , , ,&lt;BR /&gt;0401092276, , , , , ,&lt;BR /&gt;0401104968, , , , , ,&lt;BR /&gt;0401108573, , , , , ,&lt;BR /&gt;0401132109, , , , , ,&lt;BR /&gt;0674579726, , , , , ,&lt;BR /&gt;0513179287, , , , , ,&lt;BR /&gt;0513179364, , , , , ,&lt;BR /&gt;0513179511, , , , , ,&lt;BR /&gt;}&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Rohit</description>
      <pubDate>Thu, 23 Jan 2020 12:20:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Dlm-format/m-p/619471#M181883</guid>
      <dc:creator>rohitkrishna</dc:creator>
      <dc:date>2020-01-23T12:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Dlm format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Dlm-format/m-p/619473#M181885</link>
      <description>&lt;P&gt;What are the data in the dataset you have? Do variables contain any values? What was the code you executed?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All the best&lt;/P&gt;&lt;P&gt;Bart&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;P.S. use the {i} and the [running man] icons to insert data and code.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 12:26:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Dlm-format/m-p/619473#M181885</guid>
      <dc:creator>yabwon</dc:creator>
      <dc:date>2020-01-23T12:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dlm format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Dlm-format/m-p/619477#M181888</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/259823"&gt;@rohitkrishna&lt;/a&gt;, if I've understood you correctly, you want to output a file the same as the input file, but with a space before each comma.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on that understanding, as long as there are no commas in your data values, the following code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
   file tempout;  /* use your output file */
   infile tempin; /* use your input file  */

   input;

   _infile_ = tranwrd(_infile_,',',' ,');

   put _infile_;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;produces the following output file:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;0230533124 , , , , ,
0220212484 ,Y ,N ,Y ,N ,N
0401092276 ,N ,Y ,N ,S ,J
0401104968 ,N ,Y ,N ,S ,J
0401108573 ,N ,Y ,N ,S ,J
0401132109 ,N ,Y ,N ,S ,J&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Amir.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 12:41:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Dlm-format/m-p/619477#M181888</guid>
      <dc:creator>Amir</dc:creator>
      <dc:date>2020-01-23T12:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dlm format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Dlm-format/m-p/619480#M181890</link>
      <description>Hi yabwon,&lt;BR /&gt;Thanks for the response&lt;BR /&gt;Ya tried the above code the results have as shown in the input &amp;amp; moreover I am using the input file instead of cards&lt;BR /&gt;{ 0230533124, , , , , ,&lt;BR /&gt;0220212484, , , , , ,&lt;BR /&gt;0401092276, , , , , ,&lt;BR /&gt;0401104968, , , , , ,&lt;BR /&gt;0401108573, , , , , ,&lt;BR /&gt;0401132109, , , , , ,&lt;BR /&gt;0674579726, , , , , ,&lt;BR /&gt;0513179287, , , , , ,&lt;BR /&gt;0513179364, , , , , ,&lt;BR /&gt;0513179511, , , , , ,}&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Rohit&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Jan 2020 12:53:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Dlm-format/m-p/619480#M181890</guid>
      <dc:creator>rohitkrishna</dc:creator>
      <dc:date>2020-01-23T12:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dlm format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Dlm-format/m-p/619487#M181897</link>
      <description>Hi Amir,&lt;BR /&gt;Thanks for the understanding I tried above code some have I getting the results but not it as expected while using the traswrd function we are able getting the space but the comma sparter has missing plase find the below code&lt;BR /&gt;{DATA S_FRMT;&lt;BR /&gt;FORMAT TEST1 Z10.;&lt;BR /&gt;INFILE CLSTA2C MISSOVER DSD DLM=',';&lt;BR /&gt;INPUT&lt;BR /&gt;TEST1 $&lt;BR /&gt;TEST2 $&lt;BR /&gt;TEST3 $&lt;BR /&gt;TEST4 $&lt;BR /&gt;TEST5 $&lt;BR /&gt;TEST6 $&lt;BR /&gt;;&lt;BR /&gt;TEST1 = TRANWRD(TEST1,',',' ,');&lt;BR /&gt;TEST2 = TRANWRD(TEST2,',',' ,');&lt;BR /&gt;TEST3 = TRANWRD(TEST3,',',' ,');&lt;BR /&gt;TEST4 = TRANWRD(TEST4,',',' ,');&lt;BR /&gt;TEST5 = TRANWRD(TEST5,',',' ,');&lt;BR /&gt;TEST6 = TRANWRD(TEST6,',',' ,');&lt;BR /&gt;RUN;&lt;BR /&gt;DATA IHUB_FT;&lt;BR /&gt;SET S_FRMT;&lt;BR /&gt;FILE SYSOUT;&lt;BR /&gt;PUT TEST1&lt;BR /&gt;TEST2&lt;BR /&gt;TEST3&lt;BR /&gt;TEST4&lt;BR /&gt;TEST5&lt;BR /&gt;TEST6;&lt;BR /&gt;RUN; }&lt;BR /&gt;&lt;BR /&gt;++++++++++++++++++++++++++++++&lt;BR /&gt;{ and the output has&lt;BR /&gt;0230533124&lt;BR /&gt;0220212484 Y N Y N N&lt;BR /&gt;0401092276 N Y N S J&lt;BR /&gt;0401104968 N Y N S J&lt;BR /&gt;0401108573 N Y N S J&lt;BR /&gt;0401132109 N Y N S J&lt;BR /&gt;0674579726 N Y N S J&lt;BR /&gt;0513179287 N Y N S J&lt;BR /&gt;0513179364 N Y N S J&lt;BR /&gt;0513179511 N Y N S J}&lt;BR /&gt;i req comma sparter kindly help on it&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Rohit&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Jan 2020 13:13:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Dlm-format/m-p/619487#M181897</guid>
      <dc:creator>rohitkrishna</dc:creator>
      <dc:date>2020-01-23T13:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dlm format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Dlm-format/m-p/619494#M181901</link>
      <description>&lt;P&gt;The code I provided can be used as it is, all you have to do replace the &lt;FONT face="courier new,courier"&gt;file&lt;/FONT&gt; reference to "&lt;SPAN&gt;sysout" and the&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;infile&lt;/FONT&gt; reference to "clsta2c":&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;   file sysout;    /* use your output file */
   infile clsta2c; /* use your input file  */
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No other code needs to change, just make the above two replacements.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The one data step I posted reads the input file, changes the record it has read and then writes it directly to the output file. No data set or program variables need to be created to do this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Amir.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 13:35:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Dlm-format/m-p/619494#M181901</guid>
      <dc:creator>Amir</dc:creator>
      <dc:date>2020-01-23T13:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dlm format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Dlm-format/m-p/619497#M181903</link>
      <description>Hi Amir,&lt;BR /&gt;Thanks for the response&lt;BR /&gt;superb it's working fine, thanks a lot&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Rohit&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Jan 2020 13:44:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Dlm-format/m-p/619497#M181903</guid>
      <dc:creator>rohitkrishna</dc:creator>
      <dc:date>2020-01-23T13:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dlm format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Dlm-format/m-p/619499#M181905</link>
      <description>&lt;P&gt;Seems likes DLMSTR=' ,'&amp;nbsp; FILE statement option is what you need.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;48         data _null_;
49            file log dlmstr=' ,';
50            set test;
51            put (_all_)(:);
52            run;

0230533124 ,  ,  ,  ,  , 
0220212484 ,Y ,N ,Y ,N ,N
0401092276 ,N ,Y ,N ,S ,J
0401104968 ,N ,Y ,N ,S ,J
0401108573 ,N ,Y ,N ,S ,J
0401132109 ,N ,Y ,N ,S ,J&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 23 Jan 2020 13:47:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Dlm-format/m-p/619499#M181905</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2020-01-23T13:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dlm format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Dlm-format/m-p/619502#M181908</link>
      <description>&lt;P&gt;No problem. Please mark whichever post you want to as the solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Amir.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 13:50:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Dlm-format/m-p/619502#M181908</guid>
      <dc:creator>Amir</dc:creator>
      <dc:date>2020-01-23T13:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Dlm format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Dlm-format/m-p/619507#M181909</link>
      <description>&lt;P&gt;It is not clear what you want since you keep posting the fixed text data into the regular body of your post so the forum is showing it in proportional font and potentially flowing text and adding emojis. Make sure to use the pop up windows from the Insert Code or Insert SAS Code icons on the menu bar.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this what you want out?&lt;/P&gt;
&lt;PRE&gt;2225  data _null_;
2226    file log;
2227    set have;
2228    put var1 +(-1) (var2-var6) (',');
2229  run;

0230533124,  ,  ,  ,  ,
0220212484,Y ,N ,Y ,N ,N
0401092276,N ,Y ,N ,S ,J
0401104968,N ,Y ,N ,S ,J
0401108573,N ,Y ,N ,S ,J
0401132109,N ,Y ,N ,S ,J
&lt;/PRE&gt;</description>
      <pubDate>Thu, 23 Jan 2020 14:03:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Dlm-format/m-p/619507#M181909</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-01-23T14:03:17Z</dc:date>
    </item>
  </channel>
</rss>

