<?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: ERROR 22-322: Syntax error, expecting one of the following: a name, ( in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Syntax-error-with-PROC-TRAJ/m-p/425047#M104685</link>
    <description>Thank you so much. This was the issue. It works fine now!</description>
    <pubDate>Thu, 04 Jan 2018 20:17:22 GMT</pubDate>
    <dc:creator>PavelTsel92</dc:creator>
    <dc:date>2018-01-04T20:17:22Z</dc:date>
    <item>
      <title>Syntax error with PROC TRAJ</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Syntax-error-with-PROC-TRAJ/m-p/425025#M104675</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I am new to sas and running the proc traj analysis. I am trying to run the analysis on a data set i created in excel just creating random numbers to see if my analysis will work. When I run the code that I have obtained from the proc traj site, I get the error that I have in the title. This is the code I use:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;PROC TRAJ DATA=OPPOSITN OUTPLOT=OP OUTSTAT=OS OUT=OF OUTEST=OE ITDETAIL;
    ID ID; VAR O1-O7; INDEP T1-T7;
    MODEL CNORM; MAX 10; NGROUPS 3; ORDER 3 3 3;
RUN;
%TRAJPLOT(OP,OS,'Opposition vs. Scaled Age','Cnorm Model','Opposition','Scaled Age')&lt;/PRE&gt;
&lt;P&gt;This is the code I copied and I switched it to this:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;PROC TRAJ DATA=Sample OUTPLOT=OP OUTSTAT=OS OUT=OF OUTEST=OE ITDETAIL;&lt;BR /&gt;ID ID; VAR TO1-TO4; INDEP D1-D4;&lt;BR /&gt;MODEL CNORM; MAX 10; NGROUPS 3; ORDER 3 3 3;&lt;BR /&gt;RUN;&lt;BR /&gt;%TRAJPLOT(OP,OS,'Opposition vs. Scaled Age','Cnorm Model','Opposition','Scaled Age')&lt;BR /&gt;&lt;BR /&gt;Any ideas why it is not working? Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2018 23:27:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Syntax-error-with-PROC-TRAJ/m-p/425025#M104675</guid>
      <dc:creator>PavelTsel92</dc:creator>
      <dc:date>2018-01-04T23:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 22-322: Syntax error, expecting one of the following: a name, (</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Syntax-error-with-PROC-TRAJ/m-p/425029#M104676</link>
      <description>&lt;P&gt;Maybe a basic question, but have to check....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you installed the TRAJ procedure modules?&amp;nbsp; TRAJ is not included with SAS -- it was developed by 3rd party researchers/developers.&amp;nbsp; Download is here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.andrew.cmu.edu/user/bjones/download.htm" target="_blank"&gt;https://www.andrew.cmu.edu/user/bjones/download.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You would need admin access to your SAS environment to install these.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2018 19:52:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Syntax-error-with-PROC-TRAJ/m-p/425029#M104676</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2018-01-04T19:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 22-322: Syntax error, expecting one of the following: a name, (</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Syntax-error-with-PROC-TRAJ/m-p/425033#M104677</link>
      <description>&lt;P&gt;Please post your full&amp;nbsp; log&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2018 19:52:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Syntax-error-with-PROC-TRAJ/m-p/425033#M104677</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-01-04T19:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 22-322: Syntax error, expecting one of the following: a name, (</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Syntax-error-with-PROC-TRAJ/m-p/425039#M104678</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Yes, I have installed everything. When I run the sample data from that site with their code, everything runs smoothly so I just wanted to try doing it with my own data.</description>
      <pubDate>Thu, 04 Jan 2018 19:56:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Syntax-error-with-PROC-TRAJ/m-p/425039#M104678</guid>
      <dc:creator>PavelTsel92</dc:creator>
      <dc:date>2018-01-04T19:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 22-322: Syntax error, expecting one of the following: a name, (</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Syntax-error-with-PROC-TRAJ/m-p/425040#M104679</link>
      <description>&lt;P&gt;NOTE: WORK.SAMPLE data set was successfully created.&lt;BR /&gt;NOTE: The data set WORK.SAMPLE has 10 observations and 9 variables.&lt;BR /&gt;1 PROC TRAJ DATA=Sample OUTPLOT=OP OUTSTAT=OS OUT=OF OUTEST=OE ITDETAIL;&lt;BR /&gt;2 ID ID; VAR TO1-TO4; INDEP D1-D4;&lt;BR /&gt;ERROR: Variable TO1 not found.&lt;BR /&gt;3 MODEL CNORM; MAX 10; NGROUPS 3; ORDER 3 3 3;&lt;BR /&gt;4 RUN;&lt;/P&gt;&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;WARNING: The data set WORK.OP may be incomplete. When this step was stopped there were 0&lt;BR /&gt;observations and 0 variables.&lt;BR /&gt;WARNING: The data set WORK.OS may be incomplete. When this step was stopped there were 0&lt;BR /&gt;observations and 0 variables.&lt;BR /&gt;WARNING: The data set WORK.OF may be incomplete. When this step was stopped there were 0&lt;BR /&gt;observations and 0 variables.&lt;BR /&gt;WARNING: The data set WORK.OE may be incomplete. When this step was stopped there were 0&lt;BR /&gt;observations and 0 variables.&lt;BR /&gt;NOTE: PROCEDURE TRAJ used (Total process time):&lt;BR /&gt;real time 0.01 seconds&lt;BR /&gt;cpu time 0.01 seconds&lt;/P&gt;&lt;P&gt;5 %TRAJPLOT(OP,OS,'Opposition vs. Scaled Age','Cnorm Model','Opposition','Scaled Age')&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;NOTE: Writing HTML Body file: sashtml.htm&lt;/P&gt;&lt;P&gt;NOTE: The data set WORK.CPREDTMP has 0 observations and 1 variables.&lt;BR /&gt;NOTE: PROCEDURE CONTENTS used (Total process time):&lt;BR /&gt;real time 0.15 seconds&lt;BR /&gt;cpu time 0.07 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;NOTE: There were 0 observations read from the data set WORK.CPREDTMP.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: Deleting WORK.CPREDTMP (memtype=DATA).&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE DATASETS used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: Variable pi is uninitialized.&lt;BR /&gt;NOTE: There were 0 observations read from the data set WORK.OS.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.01 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;WARNING: The value for the ACROSS option must be greater than 0. The specified value will be ignored.&lt;BR /&gt;WARNING: Variable T not found in data set WORK.OP.&lt;BR /&gt;WARNING: Variable AVG1 not found in data set WORK.OP.&lt;BR /&gt;NOTE 137-205: Line generated by the invoked macro "TRAJPLOT".&lt;BR /&gt;5 legend1 label=('Group Percents') value=(%unquote(&amp;amp;GpPcts)) across=&amp;amp;Cnt; proc&lt;BR /&gt;5 ! gplot data=&amp;amp;PlotFile; title1 &amp;amp;Title1; title2 &amp;amp;Title2; format t 12.2 avg1 12.2;&lt;BR /&gt;5 ! plot &amp;amp;aline &amp;amp;pline / overlay legend=legend1; label t=&amp;amp;Xlab;&lt;BR /&gt;-&lt;BR /&gt;22&lt;BR /&gt;ERROR 22-322: Syntax error, expecting one of the following: a name, (.&lt;/P&gt;&lt;P&gt;NOTE: Line generated by the invoked macro "TRAJPLOT".&lt;BR /&gt;5 legend1 label=('Group Percents') value=(%unquote(&amp;amp;GpPcts)) across=&amp;amp;Cnt; proc&lt;BR /&gt;5 ! gplot data=&amp;amp;PlotFile; title1 &amp;amp;Title1; title2 &amp;amp;Title2; format t 12.2 avg1 12.2;&lt;BR /&gt;5 ! plot &amp;amp;aline &amp;amp;pline / overlay legend=legend1; label t=&amp;amp;Xlab;&lt;BR /&gt;-&lt;BR /&gt;76&lt;BR /&gt;ERROR 76-322: Syntax error, statement will be ignored.&lt;/P&gt;&lt;P&gt;NOTE: The previous statement has been deleted.&lt;BR /&gt;WARNING: Variable T not found in data set WORK.OP.&lt;/P&gt;&lt;P&gt;WARNING: RUN statement ignored due to previous errors. Submit QUIT; to terminate the procedure.&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE GPLOT used (Total process time):&lt;BR /&gt;real time 0.01 seconds&lt;BR /&gt;cpu time 0.01 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2018 19:59:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Syntax-error-with-PROC-TRAJ/m-p/425040#M104679</guid>
      <dc:creator>PavelTsel92</dc:creator>
      <dc:date>2018-01-04T19:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 22-322: Syntax error, expecting one of the following: a name, (</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Syntax-error-with-PROC-TRAJ/m-p/425041#M104680</link>
      <description>&lt;P&gt;Ok, so you fix errors in the order they appear. The first error is actually:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;ERROR: Variable TO1 not found.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;Can you please verify that in the data set called, SAMPLE that you have a variable called TO1?&lt;/FONT&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;You can do that via PROC CONTENTS. Note that I'm not sure if it's T01 (zero) vs TO1 (letter o). I suspect that's the mistake.&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc contents data=sample;run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2018 20:04:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Syntax-error-with-PROC-TRAJ/m-p/425041#M104680</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-01-04T20:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 22-322: Syntax error, expecting one of the following: a name, (</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Syntax-error-with-PROC-TRAJ/m-p/425043#M104682</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I have fixed this issue. I changed the T01 to Tes01.&lt;BR /&gt;&lt;BR /&gt;This is the new log:&lt;/P&gt;&lt;P&gt;28 PROC TRAJ DATA=Sample OUTPLOT=OP OUTSTAT=OS OUT=OF OUTEST=OE ITDETAIL;&lt;BR /&gt;29 ID ID; VAR Tes01-Tes04; INDEP D1-D4;&lt;BR /&gt;30 MODEL CNORM; MAX 10; NGROUPS 3; ORDER 3 3 3;&lt;BR /&gt;31 RUN;&lt;/P&gt;&lt;P&gt;*** SAS PROC TRAJ *** Bobby L. Jones, Version Date: Dec 8 2010&lt;/P&gt;&lt;P&gt;ERROR: VAR data is outside of the range of MIN=0.00 and MAX=10.00&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: There were 10 observations read from the data set WORK.SAMPLE.&lt;BR /&gt;WARNING: The data set WORK.OP may be incomplete. When this step was stopped there were 0&lt;BR /&gt;observations and 0 variables.&lt;BR /&gt;WARNING: Data set WORK.OP was not replaced because this step was stopped.&lt;BR /&gt;WARNING: The data set WORK.OS may be incomplete. When this step was stopped there were 0&lt;BR /&gt;observations and 0 variables.&lt;BR /&gt;WARNING: Data set WORK.OS was not replaced because this step was stopped.&lt;BR /&gt;WARNING: The data set WORK.OF may be incomplete. When this step was stopped there were 0&lt;BR /&gt;observations and 0 variables.&lt;BR /&gt;WARNING: Data set WORK.OF was not replaced because this step was stopped.&lt;BR /&gt;WARNING: The data set WORK.OE may be incomplete. When this step was stopped there were 0&lt;BR /&gt;observations and 0 variables.&lt;BR /&gt;WARNING: Data set WORK.OE was not replaced because this step was stopped.&lt;BR /&gt;NOTE: PROCEDURE TRAJ used (Total process time):&lt;BR /&gt;real time 0.01 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;&lt;P&gt;32 %TRAJPLOT(OP,OS,'Opposition vs. Scaled Age','Cnorm Model','Opposition','Scaled Age')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: The data set WORK.CPREDTMP has 0 observations and 1 variables.&lt;BR /&gt;NOTE: PROCEDURE CONTENTS used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: There were 0 observations read from the data set WORK.CPREDTMP.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.01 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: Deleting WORK.CPREDTMP (memtype=DATA).&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE DATASETS used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: Variable pi is uninitialized.&lt;BR /&gt;NOTE: There were 0 observations read from the data set WORK.OS.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;WARNING: The value for the ACROSS option must be greater than 0. The specified value will be ignored.&lt;BR /&gt;WARNING: Variable T not found in data set WORK.OP.&lt;BR /&gt;WARNING: Variable AVG1 not found in data set WORK.OP.&lt;BR /&gt;NOTE 137-205: Line generated by the invoked macro "TRAJPLOT".&lt;BR /&gt;5 legend1 label=('Group Percents') value=(%unquote(&amp;amp;GpPcts)) across=&amp;amp;Cnt; proc&lt;BR /&gt;5 ! gplot data=&amp;amp;PlotFile; title1 &amp;amp;Title1; title2 &amp;amp;Title2; format t 12.2 avg1 12.2;&lt;BR /&gt;5 ! plot &amp;amp;aline &amp;amp;pline / overlay legend=legend1; label t=&amp;amp;Xlab;&lt;BR /&gt;-&lt;BR /&gt;22&lt;BR /&gt;ERROR 22-322: Syntax error, expecting one of the following: a name, (.&lt;/P&gt;&lt;P&gt;NOTE: Line generated by the invoked macro "TRAJPLOT".&lt;BR /&gt;5 legend1 label=('Group Percents') value=(%unquote(&amp;amp;GpPcts)) across=&amp;amp;Cnt; proc&lt;BR /&gt;5 ! gplot data=&amp;amp;PlotFile; title1 &amp;amp;Title1; title2 &amp;amp;Title2; format t 12.2 avg1 12.2;&lt;BR /&gt;5 ! plot &amp;amp;aline &amp;amp;pline / overlay legend=legend1; label t=&amp;amp;Xlab;&lt;BR /&gt;-&lt;BR /&gt;76&lt;BR /&gt;ERROR 76-322: Syntax error, statement will be ignored.&lt;/P&gt;&lt;P&gt;NOTE: The previous statement has been deleted.&lt;BR /&gt;WARNING: Variable T not found in data set WORK.OP.&lt;/P&gt;&lt;P&gt;WARNING: RUN statement ignored due to previous errors. Submit QUIT; to terminate the procedure.&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE GPLOT used (Total process time):&lt;BR /&gt;real time 0.01 seconds&lt;BR /&gt;cpu time 0.01 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2018 20:10:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Syntax-error-with-PROC-TRAJ/m-p/425043#M104682</guid>
      <dc:creator>PavelTsel92</dc:creator>
      <dc:date>2018-01-04T20:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 22-322: Syntax error, expecting one of the following: a name, (</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Syntax-error-with-PROC-TRAJ/m-p/425044#M104683</link>
      <description>&lt;P&gt;Again..first error:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;ERROR: VAR data is outside of the range of MIN=0.00 and MAX=10.00&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NOTE: There were 10 observations read from the data set WORK.SAMPLE.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I think this is an error from PROC TRAJ so I would check their documentation regarding the restrictions on the VAR variable and see what you need to change in your data to make it fit within the procedure.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2018 20:12:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Syntax-error-with-PROC-TRAJ/m-p/425044#M104683</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-01-04T20:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 22-322: Syntax error, expecting one of the following: a name, (</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Syntax-error-with-PROC-TRAJ/m-p/425047#M104685</link>
      <description>Thank you so much. This was the issue. It works fine now!</description>
      <pubDate>Thu, 04 Jan 2018 20:17:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Syntax-error-with-PROC-TRAJ/m-p/425047#M104685</guid>
      <dc:creator>PavelTsel92</dc:creator>
      <dc:date>2018-01-04T20:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 22-322: Syntax error, expecting one of the following: a name, (</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Syntax-error-with-PROC-TRAJ/m-p/425073#M104691</link>
      <description>&lt;P&gt;Please mark this question as solved.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2018 22:17:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Syntax-error-with-PROC-TRAJ/m-p/425073#M104691</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-01-04T22:17:40Z</dc:date>
    </item>
  </channel>
</rss>

