<?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: Help with running Catalog Programs in SAS EG. in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-running-Catalog-Programs-in-SAS-EG/m-p/819270#M40887</link>
    <description />
    <pubDate>Tue, 21 Jun 2022 09:45:37 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2022-06-21T09:45:37Z</dc:date>
    <item>
      <title>Help with running Catalog Programs in SAS EG.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-running-Catalog-Programs-in-SAS-EG/m-p/819253#M40885</link>
      <description>&lt;P&gt;My work has several ‘panel’ programs that currently need to be run from BASE SAS. The specific program I am trying to run contains a list of FRAME and SCL types. I have been delegated a project where those panel programs need to be run on SAS EG for user accessibility (we are trying to move users away from BASE SAS). The code below is what I use to call the catalog program in SAS EG.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DanielP91_0-1655797283115.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72475i31DEC5B910BB19E6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DanielP91_0-1655797283115.png" alt="DanielP91_0-1655797283115.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Libname essplib "E:\Users\Daniel Paredes\Mydata";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc display catalog=essplib.Pan01.Main.Frame;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I run the code above, I get the error below.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ERROR: Cannot allocate window.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NOTE: Cannot open entry AF.AFGO for write access - catalog SASUSER.PROFILE is opened for read access.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help or suggestions I can get with this would be greatly appreciated.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 07:46:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-running-Catalog-Programs-in-SAS-EG/m-p/819253#M40885</guid>
      <dc:creator>DanielP91</dc:creator>
      <dc:date>2022-06-21T07:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Help with running Catalog Programs in SAS EG.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-running-Catalog-Programs-in-SAS-EG/m-p/819265#M40886</link>
      <description>&lt;P&gt;Ooops.... You're migrating from a single server local environment (PC SAS) with a windowing system (SAS Display Manager) sitting directly on the local SAS server to a client-server architecture.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've seen a "PC SAS" based application using SAS AF the last time like 20 years ago. There is no migration path because both technology and architecture are so different. I fear for whatever requirements you have to address a full re-design and re-build will be required.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 10:03:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-running-Catalog-Programs-in-SAS-EG/m-p/819265#M40886</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2022-06-21T10:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help with running Catalog Programs in SAS EG.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-running-Catalog-Programs-in-SAS-EG/m-p/819270#M40887</link>
      <description />
      <pubDate>Tue, 21 Jun 2022 09:45:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-running-Catalog-Programs-in-SAS-EG/m-p/819270#M40887</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-06-21T09:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Help with running Catalog Programs in SAS EG.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-running-Catalog-Programs-in-SAS-EG/m-p/819283#M40889</link>
      <description>Patrick is correct. SCL/AF is last century. It is a way to bring up a Window display in the old SAS DMS editor. It is old, old school SAS.&lt;BR /&gt;&lt;BR /&gt;EG is a C#/.NET application. You can create dialogues in it using custom EG tasks. They are simply C# code implementing a few interfaces. Chris Hemendinger has numerous examples. &lt;BR /&gt;&lt;BR /&gt;However, I suggest just pulling the parameters out of a window and putting them into some macro vars at the top of the code. Not worth building a UI part unless it is very complex.</description>
      <pubDate>Tue, 21 Jun 2022 10:12:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-running-Catalog-Programs-in-SAS-EG/m-p/819283#M40889</guid>
      <dc:creator>AlanC</dc:creator>
      <dc:date>2022-06-21T10:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Help with running Catalog Programs in SAS EG.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-running-Catalog-Programs-in-SAS-EG/m-p/819284#M40890</link>
      <description>&lt;P&gt;And to add to what&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13798"&gt;@AlanC&lt;/a&gt;&amp;nbsp;wrote:&lt;/P&gt;
&lt;P&gt;To come-up with something future-proof you also don't use EG as beginning with Viya 4.x there isn't any EG anymore but just SAS Studio.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 10:23:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-running-Catalog-Programs-in-SAS-EG/m-p/819284#M40890</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2022-06-21T10:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: Help with running Catalog Programs in SAS EG.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-running-Catalog-Programs-in-SAS-EG/m-p/819316#M40895</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12447"&gt;@Patrick&lt;/a&gt; pointed it out already: migrating old stuff to Enterprise Guide or Stored Process is not wise, because both environments don't exist in the recent version of SAS Viya any more.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 13:22:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-running-Catalog-Programs-in-SAS-EG/m-p/819316#M40895</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2022-06-21T13:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Help with running Catalog Programs in SAS EG.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-running-Catalog-Programs-in-SAS-EG/m-p/819322#M40896</link>
      <description>&lt;P&gt;A lot of customers don't use Viya and have no plans to do so. If Viya is part of their path, agreed, but it may not be.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 13:33:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-running-Catalog-Programs-in-SAS-EG/m-p/819322#M40896</guid>
      <dc:creator>AlanC</dc:creator>
      <dc:date>2022-06-21T13:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Help with running Catalog Programs in SAS EG.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-running-Catalog-Programs-in-SAS-EG/m-p/819323#M40897</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15475"&gt;@andreas_lds&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12447"&gt;@Patrick&lt;/a&gt; pointed it out already: migrating old stuff to Enterprise Guide or Stored Process is not wise, because both environments don't exist in the recent version of SAS Viya any more.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Which means that Viya is completely useless for a VERY large part of SAS customers, including my former employer.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 13:40:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-running-Catalog-Programs-in-SAS-EG/m-p/819323#M40897</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-06-21T13:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Help with running Catalog Programs in SAS EG.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-running-Catalog-Programs-in-SAS-EG/m-p/819330#M40899</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15475"&gt;@andreas_lds&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12447"&gt;@Patrick&lt;/a&gt; pointed it out already: migrating old stuff to Enterprise Guide or Stored Process is not wise, because both environments don't exist in the recent version of SAS Viya any more.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Which means that Viya is completely useless for a VERY large part of SAS customers, including my former employer.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Sad, but true.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 14:34:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-running-Catalog-Programs-in-SAS-EG/m-p/819330#M40899</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2022-06-21T14:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: Help with running Catalog Programs in SAS EG.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-running-Catalog-Programs-in-SAS-EG/m-p/819484#M40918</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15475"&gt;@andreas_lds&lt;/a&gt;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13798"&gt;@AlanC&lt;/a&gt;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12447"&gt;@Patrick&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate your advice and all your suggestions. Unfortunately, my company has no plans to use Viya so that won't be an option. It seems like the best solution would probably be to re-build those programs. Would I re-build/design those programs in EG as that is the application we currently use? How would you recommend I build those panel programs? Could I possibly create a Stored Process, and deploy it in a web app?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Trying to find the most efficient way forward before I tackle this project.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 00:24:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-running-Catalog-Programs-in-SAS-EG/m-p/819484#M40918</guid>
      <dc:creator>DanielP91</dc:creator>
      <dc:date>2022-06-22T00:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Help with running Catalog Programs in SAS EG.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-running-Catalog-Programs-in-SAS-EG/m-p/819487#M40919</link>
      <description>It depends on complexity. .NET is the best, IMO, because it supports very rich window controls, is what EG is written in, and you can create custom EG tasks. I have built very complex controls in EG using C#. Your skills and needs may be different.&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Jun 2022 00:53:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-running-Catalog-Programs-in-SAS-EG/m-p/819487#M40919</guid>
      <dc:creator>AlanC</dc:creator>
      <dc:date>2022-06-22T00:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Help with running Catalog Programs in SAS EG.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-running-Catalog-Programs-in-SAS-EG/m-p/819529#M40920</link>
      <description>&lt;P&gt;If you have the necessary prerequisites to develop and run stored processes (client/server setup, metadata and web application server), then you should go this way. Users will only need a browser to access the STPs.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 04:18:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-running-Catalog-Programs-in-SAS-EG/m-p/819529#M40920</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-06-22T04:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Help with running Catalog Programs in SAS EG.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-running-Catalog-Programs-in-SAS-EG/m-p/819534#M40921</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/28909"&gt;@AllanBowe&lt;/a&gt;&amp;nbsp;has a solution for converting legacy SAS/AF applications.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Worth checking out if you want to save yourself some effort. I'll let him supply the details...&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 04:50:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-running-Catalog-Programs-in-SAS-EG/m-p/819534#M40921</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-06-22T04:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help with running Catalog Programs in SAS EG.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-running-Catalog-Programs-in-SAS-EG/m-p/819551#M40922</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15475"&gt;@andreas_lds&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15475"&gt;@andreas_lds&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12447"&gt;@Patrick&lt;/a&gt; pointed it out already: migrating old stuff to Enterprise Guide or Stored Process is not wise, because both environments don't exist in the recent version of SAS Viya any more.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Which means that Viya is completely useless for a VERY large part of SAS customers, including my former employer.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Sad, but true.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I don't really want to sidetrap the OP's question but just can't let these comments stand without reply.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, I agree that getting a Viya version on a level where it's a full replacement of SAS 9.x certainly took/takes SAS a "bit" longer than anyone would have wished for. But SAS Viya is getting there and it's the future of SAS and for this reason I believe anyone designing new applications under SAS 9.x needs to consider the migration path to SAS Viya to not create technical debt.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 09:39:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-running-Catalog-Programs-in-SAS-EG/m-p/819551#M40922</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2022-06-22T09:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Help with running Catalog Programs in SAS EG.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-running-Catalog-Programs-in-SAS-EG/m-p/819579#M40923</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;&amp;nbsp;for the tag.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Indeed there IS a migration path for AF / SCL and it is - SAS Powered Web Apps.&amp;nbsp; Whilst&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13798"&gt;@AlanC&lt;/a&gt;&amp;nbsp;is right, it's not worth it if you can just create some parameterised jobs, I would put forward that it's really not that hard - especially if you use a framework, such as the one my team have built, namely SASjs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using this (open source) approach you can build a web app using traditional Base SAS and deploy it to both SAS 9 EBI (with Stored Processes) and SAS Viya (Jobs) with next-to-zero additional effort.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To re-iterate that once again - you can build an app with SASjs and have it run on ANY platform, be that traditional Base SAS, SAS 9, or SAS Viya.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd be happy to provide free advice, we have a bunch of seed apps to speed this process up:&amp;nbsp;&amp;nbsp;&lt;A href="https://github.com/search?q=topic%3Asasjs-app+org%3Asasjs+fork%3Atrue" target="_blank"&gt;https://github.com/search?q=topic%3Asasjs-app+org%3Asasjs+fork%3Atrue&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You can also engage our team to just fix it for you:&amp;nbsp; &lt;A href="https://sasapps.io" target="_blank"&gt;https://sasapps.io&lt;/A&gt;.&amp;nbsp;We're damned fast when it comes to building web apps on SAS because that is literally, all we do!&amp;nbsp; Right now we're just wrapping up a major AF/SCL modernisation for a government customer.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 11:46:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-running-Catalog-Programs-in-SAS-EG/m-p/819579#M40923</guid>
      <dc:creator>AllanBowe</dc:creator>
      <dc:date>2022-06-22T11:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Help with running Catalog Programs in SAS EG.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-running-Catalog-Programs-in-SAS-EG/m-p/819863#M40937</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Thanks for the feedback. Definitely have some sort of platform to work with now. I think I will try my luck with developing and running a stored process as our company has all the required prerequisites. &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/28909"&gt;@AllanBowe&lt;/a&gt; thanks for the advice and your take on it. If I have any questions and if I need to pursue your suggestion, I will message you directly and go from there.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 01:01:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-with-running-Catalog-Programs-in-SAS-EG/m-p/819863#M40937</guid>
      <dc:creator>DanielP91</dc:creator>
      <dc:date>2022-06-23T01:01:33Z</dc:date>
    </item>
  </channel>
</rss>

