<?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 CALL SYSTEM in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/CALL-SYSTEM/m-p/592215#M169770</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="span6"&gt;&lt;DIV class="progress progress-striped progress-info progress-gray"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="span6"&gt;&lt;DIV class="text-translation-target target"&gt;&lt;DIV class="translated_text"&gt;if&amp;nbsp;I&amp;nbsp;run&amp;nbsp;the&amp;nbsp;following&amp;nbsp;program,&amp;nbsp;then&amp;nbsp;the&amp;nbsp;desired&amp;nbsp;CSV&amp;nbsp;file&amp;nbsp;is&amp;nbsp;not&amp;nbsp;written&lt;/DIV&gt;&lt;DIV class="translated_text"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="translated_text"&gt;&lt;PRE&gt;DATA _NULL_;
        HOME = SYSGET("SAS_HOME");
        ATTRIB TASK FORMAT=$2000.;
        TASK = """" !! STRIP(HOME) !! "\SASPlatformObjectFramework\9.4\tools\sas-list-objects.exe"" -host ""&amp;amp;G_METASERVER."" -port ""&amp;amp;G_METAPORT.""" !! 
               " -user ""&amp;amp;G_METAUSER"" -password ""&amp;amp;G_METAPASS"" -domain ""DefaultAuth""" !!
               " -types ""&amp;amp;LIST_OF_TYPES."" -format csv " !!
			   " &amp;gt; C:\Users\sasdemo\md_ojects_list.csv"	;
        CALL SYSTEM(TASK);
      RUN;&lt;/PRE&gt;If I run the generated command line in command window directly, then the CSV file is generated&lt;/DIV&gt;&lt;DIV class="translated_text"&gt;&lt;PRE&gt;"C:\Program Files\SASHome\SASPlatformObjectFramework\9.4\tools\sas-list-objects.exe" -host "localhost" -port "8561" -user "sasdemo" -password "Meta#2019" -domain "DefaultAuth" -types "ACT" -format csv  &amp;gt; C:\Users\sasdemo\md_ojects_list.csv&lt;/PRE&gt;&lt;/DIV&gt;&lt;DIV class="translated_text"&gt;I run SAS9.4M6 on a Windows 10 environment.&lt;/DIV&gt;&lt;DIV class="translated_text"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="translated_text"&gt;Any ideas?&lt;/DIV&gt;&lt;DIV class="translated_text"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="translated_text"&gt;Regards,&lt;/DIV&gt;&lt;DIV class="translated_text"&gt;Christoph&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 27 Sep 2019 15:54:08 GMT</pubDate>
    <dc:creator>cwl</dc:creator>
    <dc:date>2019-09-27T15:54:08Z</dc:date>
    <item>
      <title>CALL SYSTEM</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CALL-SYSTEM/m-p/592215#M169770</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="span6"&gt;&lt;DIV class="progress progress-striped progress-info progress-gray"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="span6"&gt;&lt;DIV class="text-translation-target target"&gt;&lt;DIV class="translated_text"&gt;if&amp;nbsp;I&amp;nbsp;run&amp;nbsp;the&amp;nbsp;following&amp;nbsp;program,&amp;nbsp;then&amp;nbsp;the&amp;nbsp;desired&amp;nbsp;CSV&amp;nbsp;file&amp;nbsp;is&amp;nbsp;not&amp;nbsp;written&lt;/DIV&gt;&lt;DIV class="translated_text"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="translated_text"&gt;&lt;PRE&gt;DATA _NULL_;
        HOME = SYSGET("SAS_HOME");
        ATTRIB TASK FORMAT=$2000.;
        TASK = """" !! STRIP(HOME) !! "\SASPlatformObjectFramework\9.4\tools\sas-list-objects.exe"" -host ""&amp;amp;G_METASERVER."" -port ""&amp;amp;G_METAPORT.""" !! 
               " -user ""&amp;amp;G_METAUSER"" -password ""&amp;amp;G_METAPASS"" -domain ""DefaultAuth""" !!
               " -types ""&amp;amp;LIST_OF_TYPES."" -format csv " !!
			   " &amp;gt; C:\Users\sasdemo\md_ojects_list.csv"	;
        CALL SYSTEM(TASK);
      RUN;&lt;/PRE&gt;If I run the generated command line in command window directly, then the CSV file is generated&lt;/DIV&gt;&lt;DIV class="translated_text"&gt;&lt;PRE&gt;"C:\Program Files\SASHome\SASPlatformObjectFramework\9.4\tools\sas-list-objects.exe" -host "localhost" -port "8561" -user "sasdemo" -password "Meta#2019" -domain "DefaultAuth" -types "ACT" -format csv  &amp;gt; C:\Users\sasdemo\md_ojects_list.csv&lt;/PRE&gt;&lt;/DIV&gt;&lt;DIV class="translated_text"&gt;I run SAS9.4M6 on a Windows 10 environment.&lt;/DIV&gt;&lt;DIV class="translated_text"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="translated_text"&gt;Any ideas?&lt;/DIV&gt;&lt;DIV class="translated_text"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="translated_text"&gt;Regards,&lt;/DIV&gt;&lt;DIV class="translated_text"&gt;Christoph&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 27 Sep 2019 15:54:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CALL-SYSTEM/m-p/592215#M169770</guid>
      <dc:creator>cwl</dc:creator>
      <dc:date>2019-09-27T15:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: CALL SYSTEM</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CALL-SYSTEM/m-p/592218#M169772</link>
      <description>Show what TASK looks like using a PUT statement before the call system. &lt;BR /&gt;And show us the log please. &lt;BR /&gt;</description>
      <pubDate>Fri, 27 Sep 2019 15:58:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CALL-SYSTEM/m-p/592218#M169772</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-09-27T15:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: CALL SYSTEM</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CALL-SYSTEM/m-p/592221#M169773</link>
      <description>&lt;P&gt;Additional information:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems to me that the problem is the start of command line&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;"C:\Program Files\&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the error occurs because of the blank after "C:\Program "&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I have quoted the call of program with the blank in the path.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christoph&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 16:14:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CALL-SYSTEM/m-p/592221#M169773</guid>
      <dc:creator>cwl</dc:creator>
      <dc:date>2019-09-27T16:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: CALL SYSTEM</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CALL-SYSTEM/m-p/592224#M169774</link>
      <description>&lt;P&gt;The TASK looks like&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;"C:\Program Files\SASHome\SASPlatformObjectFramework\9.4\tools\sas-list-objects.exe" -host "localhost" -port "8561" -user "sasdemo" -password "Meta#2019" -domain "DefaultAuth" -types "ACT" -format csv  &amp;gt; C:\Users\sasdemo\md_ojects_list.csv&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ther error message I have in German only.&lt;/P&gt;&lt;P&gt;Der Befehl "C:\Program" ist entweder falsch geschrieben oder&lt;BR /&gt;konnte nicht gefunden werden.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the translation&lt;/P&gt;&lt;P&gt;The command "C:\Program" is either written incorrectly or&lt;BR /&gt;could not be found.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christoph&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 16:17:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CALL-SYSTEM/m-p/592224#M169774</guid>
      <dc:creator>cwl</dc:creator>
      <dc:date>2019-09-27T16:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: CALL SYSTEM</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CALL-SYSTEM/m-p/592225#M169775</link>
      <description>Please post the actual log.</description>
      <pubDate>Fri, 27 Sep 2019 16:20:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CALL-SYSTEM/m-p/592225#M169775</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-09-27T16:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: CALL SYSTEM</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CALL-SYSTEM/m-p/592226#M169776</link>
      <description>&lt;P&gt;this is the log in German language&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Der Befehl "C:\Program" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.&lt;/PRE&gt;</description>
      <pubDate>Fri, 27 Sep 2019 16:23:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CALL-SYSTEM/m-p/592226#M169776</guid>
      <dc:creator>cwl</dc:creator>
      <dc:date>2019-09-27T16:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: CALL SYSTEM</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CALL-SYSTEM/m-p/592227#M169777</link>
      <description>&lt;P&gt;"Log" means the log text of the whole step, including line numbers etc.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 16:30:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CALL-SYSTEM/m-p/592227#M169777</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-09-27T16:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: CALL SYSTEM</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CALL-SYSTEM/m-p/592229#M169779</link>
      <description>&lt;P&gt;You can use functions to make generating the command a lot easier.&lt;/P&gt;
&lt;P&gt;See if that helps.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;TASK = catx(' '
,quote(catx('\',home,'SASPlatformObjectFramework\9.4\tools\sas-list-objects.exe'))
,'-host',quote("&amp;amp;G_METASERVER.")
,'-port',quote("&amp;amp;G_METAPORT.")
,'-user',quote("&amp;amp;G_METAUSER.")
,'-password',quote("&amp;amp;G_METAPASS.")
,'-domain',quote("DefaultAuth")
,'-types',quote("&amp;amp;LIST_OF_TYPES.")
,'-format csv'
,'&amp;gt;',quote('C:\Users\sasdemo\md_ojects_list.csv')
);
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 27 Sep 2019 16:34:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CALL-SYSTEM/m-p/592229#M169779</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-09-27T16:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: CALL SYSTEM</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CALL-SYSTEM/m-p/592237#M169785</link>
      <description>&lt;PRE&gt;1                                                          The SAS System                           17:17 Friday, September 27, 2019

1          ;*';*";*/;quit;run;
2          OPTIONS PAGENO=MIN;
3          %LET _CLIENTTASKLABEL='Program (3)';
4          %LET _CLIENTPROCESSFLOWNAME='Process Flow';
5          %LET _CLIENTPROJECTPATH='';
6          %LET _CLIENTPROJECTPATHHOST='';
7          %LET _CLIENTPROJECTNAME='';
8          %LET _SASPROGRAMFILE='';
9          %LET _SASPROGRAMFILEHOST='';
10         
11         ODS _ALL_ CLOSE;
12         OPTIONS DEV=PNG;
13         GOPTIONS XPIXELS=0 YPIXELS=0;
14         FILENAME EGSR TEMP;
15         ODS tagsets.sasreport13(ID=EGSR) FILE=EGSR
16             STYLE=HTMLBlue
17             STYLESHEET=(URL="file:///C:/Program%20Files/SASHome/SASEnterpriseGuide/7.1/Styles/HTMLBlue.css")
18             NOGTITLE
19             NOGFOOTNOTE
20             GPATH=&amp;amp;sasworklocation
21             ENCODING=UTF8
22             options(rolap="on")
23         ;
NOTE: Writing TAGSETS.SASREPORT13(EGSR) Body file: EGSR
24         
25         GOPTIONS ACCESSIBLE;
26         %let list_of_types=ACT;
27         %let files_folder=C:\Benutzer\sademo;;
28         %let G_METASERVER=sas01;
29         %let G_METAPORT=8561;
30         %let G_METAUSER=sasdemo;
31         %let G_METAPASS=xxxxxxxx;
32         
33         options noxwait;
34         /*
35         %macro BY_GET_METADATA_OBJECTS_LIST;
36         DATA test;
37                 HOME = %str(SYSGET("SAS_HOME"));
38                 ATTRIB TASK FORMAT=$2000.;
39                 TASK = """" !! %str(STRIP(HOME)) !! "\SASPlatformObjectFramework\9.4\tools\sas-list-objects.exe"" -host
39       ! ""&amp;amp;G_METASERVER."" -port ""&amp;amp;G_METAPORT.""" !!
40         
41                        " -user ""&amp;amp;G_METAUSER"" -password ""&amp;amp;G_METAPASS"" -domain ""DefaultAuth""" !!
42                        " -types ""&amp;amp;LIST_OF_TYPES."" -format csv " !!
43         			   " &amp;gt; C:\Users\sasdemo\md_ojects_list.csv 2&amp;gt;&amp;amp;1"	;
44                 CALL SYSTEM(%str(TASK));
45               RUN;
46         mend;
47         */
48         
49         DATA test;
50                 HOME = %str(SYSGET("SAS_HOME"));
51                 ATTRIB TASK FORMAT=$2000.;
52         TASK = catx(' '
53         ,quote(catx('\',home,'SASPlatformObjectFramework\9.4\tools\sas-list-objects.exe'))
54         ,'-host',quote("&amp;amp;G_METASERVER.")
55         ,'-port',quote("&amp;amp;G_METAPORT.")
56         ,'-user',quote("&amp;amp;G_METAUSER.")
2                                                          The SAS System                           17:17 Friday, September 27, 2019

57         ,'-password',quote("&amp;amp;G_METAPASS.")
58         ,'-domain',quote("DefaultAuth")
59         ,'-types',quote("&amp;amp;LIST_OF_TYPES.")
60         ,'-format csv'
61         ,'&amp;gt;',quote('C:\Users\sasdemo\md_ojects_list.csv')
62         );
63         
64         CALL SYSTEM(TASK);
65               RUN;

NOTE: The data set WORK.TEST has 1 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           11.47 seconds
      cpu time            0.01 seconds
      

66         
67         
68         GOPTIONS NOACCESSIBLE;
69         %LET _CLIENTTASKLABEL=;
70         %LET _CLIENTPROCESSFLOWNAME=;
71         %LET _CLIENTPROJECTPATH=;
72         %LET _CLIENTPROJECTPATHHOST=;
73         %LET _CLIENTPROJECTNAME=;
74         %LET _SASPROGRAMFILE=;
75         %LET _SASPROGRAMFILEHOST=;
76         
77         ;*';*";*/;quit;run;
78         ODS _ALL_ CLOSE;
79         
80         
81         QUIT; RUN;
82         &lt;/PRE&gt;</description>
      <pubDate>Fri, 27 Sep 2019 16:51:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CALL-SYSTEM/m-p/592237#M169785</guid>
      <dc:creator>cwl</dc:creator>
      <dc:date>2019-09-27T16:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: CALL SYSTEM</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CALL-SYSTEM/m-p/592238#M169786</link>
      <description>&lt;P&gt;Looks like it ran.&amp;nbsp; What did it write into the file?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 16:52:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CALL-SYSTEM/m-p/592238#M169786</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-09-27T16:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: CALL SYSTEM</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CALL-SYSTEM/m-p/592239#M169787</link>
      <description>&lt;P&gt;Thank you Tom.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The command is running with this change, but the output are not in the CSV file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christoph&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 16:52:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CALL-SYSTEM/m-p/592239#M169787</guid>
      <dc:creator>cwl</dc:creator>
      <dc:date>2019-09-27T16:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: CALL SYSTEM</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CALL-SYSTEM/m-p/592241#M169788</link>
      <description>You have two path references there, are they all on the same server as where you're testing?&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Sep 2019 16:59:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CALL-SYSTEM/m-p/592241#M169788</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-09-27T16:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: CALL SYSTEM</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CALL-SYSTEM/m-p/592244#M169790</link>
      <description>&lt;P&gt;I deleted the file before the run and the file is not created.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christoph&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 17:05:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CALL-SYSTEM/m-p/592244#M169790</guid>
      <dc:creator>cwl</dc:creator>
      <dc:date>2019-09-27T17:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: CALL SYSTEM</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CALL-SYSTEM/m-p/592245#M169791</link>
      <description>&lt;P&gt;Yes, thats my local Windows machine&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Christoph&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 17:07:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CALL-SYSTEM/m-p/592245#M169791</guid>
      <dc:creator>cwl</dc:creator>
      <dc:date>2019-09-27T17:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: CALL SYSTEM</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CALL-SYSTEM/m-p/592248#M169793</link>
      <description>&lt;P&gt;Remove the redirection from the end of the command and try running the command using a pipe instead and see what output it generates.&amp;nbsp; Something like:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
   command = catx(.......);
   infile dummy pipe filevar=command ;
   input;
  put _infile_;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 27 Sep 2019 17:19:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CALL-SYSTEM/m-p/592248#M169793</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-09-27T17:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: CALL SYSTEM</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CALL-SYSTEM/m-p/592274#M169802</link>
      <description>&lt;P&gt;Thank you for your support&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 18:36:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CALL-SYSTEM/m-p/592274#M169802</guid>
      <dc:creator>cwl</dc:creator>
      <dc:date>2019-09-27T18:36:53Z</dc:date>
    </item>
  </channel>
</rss>

