<?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: Re-Create Index in Enterprise Guide in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Re-Create-Index-in-Enterprise-Guide/m-p/663907#M198292</link>
    <description>&lt;P&gt;See:&lt;/P&gt;
&lt;PRE&gt;31         proc datasets lib=W noprint; repair T; quit;

NOTE: Repairing W.T (memtype=DATA).
NOTE: File W.T.INDEX does not exist.
NOTE: Indexes recreated:
&lt;/PRE&gt;</description>
    <pubDate>Mon, 22 Jun 2020 03:24:19 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2020-06-22T03:24:19Z</dc:date>
    <item>
      <title>Re-Create Index in Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Re-Create-Index-in-Enterprise-Guide/m-p/663894#M198282</link>
      <description>&lt;P&gt;Is there a way to re-create an index in Enterprise Guide?&amp;nbsp; The old Display Manager would do it for you if the index file were missing, but Enterprise Guide just says "Cannot open; the dataset is damaged" if the index file is missing.&lt;BR /&gt;&lt;BR /&gt;I'm not sure if I'm being clear, so let me give an example.&amp;nbsp; Say I have two files in a directory:&lt;/P&gt;
&lt;P&gt;claims.sas7bdat&lt;/P&gt;
&lt;P&gt;claims.sas7bndx&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now, let's say that for some reason claims.sas7bndx gets deleted by accident.&amp;nbsp; I still have all my data but I can't open the SAS dataset in Enterprise Guide.&amp;nbsp; Enterprise Guide says that the file is damaged.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, I can open my SAS dataset in Display Manager just fine.&amp;nbsp; Display Manager automatically regenerates the index file if it is missing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way I can regenerate an index under these circumstances using Enterprise Guide (or I suppose batch would be fine too).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 00:36:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Re-Create-Index-in-Enterprise-Guide/m-p/663894#M198282</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2020-06-22T00:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Re-Create Index in Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Re-Create-Index-in-Enterprise-Guide/m-p/663901#M198288</link>
      <description>&lt;P&gt;The code here will rebuild the index for you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/kb/41/276.html" target="_blank"&gt;https://support.sas.com/kb/41/276.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 02:12:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Re-Create-Index-in-Enterprise-Guide/m-p/663901#M198288</guid>
      <dc:creator>ghosh</dc:creator>
      <dc:date>2020-06-22T02:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Re-Create Index in Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Re-Create-Index-in-Enterprise-Guide/m-p/663903#M198290</link>
      <description>&lt;P&gt;Have you tried using proc dataset's &lt;A href="https://documentation.sas.com/?docsetId=proc&amp;amp;docsetTarget=p0ve5g6x5vtjrkn1llarizdwfe6e.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;repair&lt;/A&gt; statement?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 02:30:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Re-Create-Index-in-Enterprise-Guide/m-p/663903#M198290</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-06-22T02:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Re-Create Index in Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Re-Create-Index-in-Enterprise-Guide/m-p/663907#M198292</link>
      <description>&lt;P&gt;See:&lt;/P&gt;
&lt;PRE&gt;31         proc datasets lib=W noprint; repair T; quit;

NOTE: Repairing W.T (memtype=DATA).
NOTE: File W.T.INDEX does not exist.
NOTE: Indexes recreated:
&lt;/PRE&gt;</description>
      <pubDate>Mon, 22 Jun 2020 03:24:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Re-Create-Index-in-Enterprise-Guide/m-p/663907#M198292</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-06-22T03:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Re-Create Index in Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Re-Create-Index-in-Enterprise-Guide/m-p/664093#M198357</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78622"&gt;@ghosh&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much.&amp;nbsp; That's just the code I needed.&amp;nbsp; I was able to write a context sensitive macro to set the DLDMGOPTION.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 23:17:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Re-Create-Index-in-Enterprise-Guide/m-p/664093#M198357</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2020-06-22T23:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Re-Create Index in Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Re-Create-Index-in-Enterprise-Guide/m-p/664094#M198358</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16961"&gt;@ChrisNZ&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for that.&amp;nbsp; Your response is very direct and to the point -- and most effective.&amp;nbsp; However,&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78622"&gt;@ghosh&lt;/a&gt;'s answer came first, was correct, and made me aware of the DLDMGACTION option which I had not heretofore been exposed to, so I think I have to award the solution to him.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think the real difference between the REPAIR you suggested and the REBUILD &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78622"&gt;@ghosh&lt;/a&gt;&amp;nbsp;suggested is that the behavior of REBUILD will be different depending on the value of DLDMGACTION, a nice flexibility to have.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Knowing now about the DLDMGACTION option, I was then able to write a little macro (see below) that can set the DLDMGACTION option based on how the given SAS session was instantiated.&amp;nbsp; I then put that macro into my initialization routine, and I'm all set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/*-------------------------------------------------------------------------------*/
/*	Macro:	Set_DLDMGACTION
/*  Author: Jim Barbour 
/*	Date:	22 June 2020
/*	Owner:	OptumInsight, ACA/MA Chart Review
/*	Info:	This macro sets the value of the DLDMGACTION option based on the 
/*			way that your SAS code was submitted.  There are four ways that SAS
/*			code can be submitted:
/*				SEG - SAS Enterprise Guide.
/*				DMS - Display Manager Session.
/*				CLI - Command Line Interface ("Batch").
/*				SCS - SAS Connect Session (Code submitted via an RSUBMIT).
/*
/*			The DLDMGACTION option controls what will be done if SAS encounters a  			
/*			damaged dataset.  The valid options are as follows:								
/*				FAIL	- Stop the step and write an error message.							
/*				ABORT	- Stop the step, write an error message, abort the session.
/*				REPAIR	- Repair the damaged dataset, including indices and 
/*							constraints, and write a warning to the log.									
/*				NOINDEX	- Repair the damaged dataset but do not re-create any 
/*							indices and write a warning to the log.									
/*				PROMPT	- Interactively prompt the user for the action to take.			
/*-------------------------------------------------------------------------------*/
/*									CHANGE LOG
/*-------------------------------------------------------------------------------*/
/*	Name:	Jim Barbour				Date:	22 June 2020
/*	Info:	Original implementation.
/*-------------------------------------------------------------------------------*/

%MACRO	Set_DLDMGACTION(DMS_Opt=REPAIR, SEG_Opt=REPAIR, Batch_Opt=NOINDEX, Debug=NO, Width=40);
	%LOCAL	Macroname;
	%LET	Macroname				=	&amp;amp;Sysmacroname;

	%IF	%QUPCASE(&amp;amp;Debug)			=	YES		%THEN
		%DO;
			OPTION	NOSOURCE;
			%PUT	&amp;amp;Nte2  ;
			%PUT	&amp;amp;Nte2  %Format_Dashes(&amp;amp;Width);
			%PUT	&amp;amp;Nte1  %Format_Line(Macro &amp;amp;Macroname, &amp;amp;Width);
			%PUT	&amp;amp;Nte2  %Format_Line(Before:  DLDMGACTION is %SYSFUNC(GETOPTION(DLDMGACTION))., &amp;amp;Width);
			OPTION	SOURCE;
		%END;

	%IF	%Get_Process_Mode			=	DMS		%THEN
		%DO;
			OPTION	DLDMGACTION		=	&amp;amp;DMS_Opt;
		%END;
	%ELSE
	%IF	%Get_Process_Mode			=	SEG		%THEN
		%DO;
			OPTION	DLDMGACTION		=	&amp;amp;SEG_Opt;
		%END;
	%ELSE
		%DO;
			OPTION	DLDMGACTION		=	&amp;amp;Batch_Opt;	
		%END;

	%IF	%QUPCASE(&amp;amp;Debug)			=	YES		%THEN
		%DO;
			OPTION	NOSOURCE;
			%PUT	&amp;amp;Nte2  %Format_Line(After:   DLDMGACTION is %SYSFUNC(GETOPTION(DLDMGACTION))., &amp;amp;Width);
			%PUT	&amp;amp;Nte2  %Format_Dashes(&amp;amp;Width);
			OPTION	SOURCE;
		%END;
%MEND	Set_DLDMGACTION;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 22 Jun 2020 23:25:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Re-Create-Index-in-Enterprise-Guide/m-p/664094#M198358</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2020-06-22T23:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Re-Create Index in Enterprise Guide OPTION	NOSOURCE;</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Re-Create-Index-in-Enterprise-Guide/m-p/664105#M198362</link>
      <description>&lt;P&gt;Nice macro&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/37107"&gt;@jimbarbour&lt;/a&gt;&amp;nbsp;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2 comments:&lt;/P&gt;
&lt;P&gt;- I'd replace&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;FONT face="courier new,courier"&gt;OPTION NOSOURCE;&lt;/FONT&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; with&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;FONT face="courier new,courier"&gt;OPTION NOSOURCE PS=max;&lt;/FONT&gt;&amp;nbsp; &amp;nbsp; to avoid page breaks in your message.&lt;/P&gt;
&lt;P&gt;- I'd replace&amp;nbsp;&amp;nbsp; &amp;nbsp; &lt;FONT face="courier new,courier"&gt;OPTION SOURCE;&amp;nbsp;&lt;/FONT&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; and restore option(s) as before the macro was called.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2020 00:37:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Re-Create-Index-in-Enterprise-Guide/m-p/664105#M198362</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-06-23T00:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Re-Create Index in Enterprise Guide OPTION	NOSOURCE;</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Re-Create-Index-in-Enterprise-Guide/m-p/664132#M198374</link>
      <description>&lt;P&gt;Actually, those are both really good ideas.&amp;nbsp; I've done some of that (saving the option settings, changing the options to suit the needs of a particular section of code, and then resetting the options as they were prior that section), but I didn't think about PS=MAX.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you saw my macro calls to %Format_Dashes and %Format_Line, those are to write displays in the log that stand out a bit more.&amp;nbsp; In batch, our logs are monochrome, and sometimes it's hard to spot key statistics, control parameters, and such, so I wrote a little macro to put a sort of box around things. For example, the below is from a series of RSUBMITs of processes that run concurrently.&amp;nbsp; If you've ever seen how SAS conglomerates the log from concurrent processes, it's a real pain in the posterior to ferret out what you're looking for.&amp;nbsp; The formatted displays make it just a bit easier to spot key bits of information in the log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's a bit silly to got to the trouble of writing formatted log statements only to have them interrupted by pagination statements, so PS=MAX is a good suggestion indeed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;
&lt;PRE&gt;     
       +----------------------------------------------+
NOTE:  | Remote return code values are as follows:    |
       | CPT_Rela_RC = 0                              |
       | CR_Suspc_RC = 0                              |
       | DX_Relat_RC = 0                              |
       | Lab_Susp_RC = 0                              |
       | Manifest_RC = 0                              |
       | No_HCCMV_RC = 0                              |
       | Prv_Code_RC = 0                              |
       | RX_Suspc_RC = 0                              |
       |           2020/06/17  00:18:28.58            |
       +----------------------------------------------+
     &lt;/PRE&gt;</description>
      <pubDate>Tue, 23 Jun 2020 03:59:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Re-Create-Index-in-Enterprise-Guide/m-p/664132#M198374</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2020-06-23T03:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Re-Create Index in Enterprise Guide OPTION	NOSOURCE;</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Re-Create-Index-in-Enterprise-Guide/m-p/664139#M198379</link>
      <description>&lt;P&gt;OK, with that mod, the macro looks like the below and the log message follows that.&amp;nbsp; It's a bit verbose.&amp;nbsp; Actually NOSOURCE/2 aren't required inside a macro; they're really only needed in open code.&amp;nbsp; I mainly use them for testing purposes so that I can run snippets of code quickly without having to have the entire macro written.&amp;nbsp; So, the macro could be pared down a bit.&amp;nbsp; The PS=MAX idea is worth it's weight.&amp;nbsp; Thank you for that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%MACRO	Set_DLDMGACTION(DMS_Opt=REPAIR, SEG_Opt=REPAIR, Batch_Opt=NOINDEX, Debug=NO, Width=40);
	%LOCAL	Macroname;
	%LOCAL	Save_Source;
	%LOCAL	Save_Source2;
	%LOCAL	Save_PS;

	%LET	Macroname				=	&amp;amp;Sysmacroname;

	%IF	%QUPCASE(&amp;amp;Debug)			=	YES		%THEN
		%DO;
			%LET	Save_Source		=	%SYSFUNC(GETOPTION(SOURCE));
			%LET	Save_Source2	=	%SYSFUNC(GETOPTION(SOURCE2));
			%LET	Save_PS			=	%SYSFUNC(GETOPTION(PS));
			OPTIONS	NOSOURCE		NOSOURCE2		PS=MAX;
			%PUT	&amp;amp;Nte2  ;
			%PUT	&amp;amp;Nte2  %Format_Dashes(&amp;amp;Width);
			%PUT	&amp;amp;Nte1  %Format_Line(Macro &amp;amp;Macroname, &amp;amp;Width);
			%PUT	&amp;amp;Nte2  %Format_Line(Before:  DLDMGACTION is %SYSFUNC(GETOPTION(DLDMGACTION))., &amp;amp;Width);
			OPTION	&amp;amp;Save_Source	&amp;amp;Save_Source2	PS=&amp;amp;Save_PS;
		%END;

	%IF	%Get_Process_Mode			=	DMS		%THEN
		%DO;
			OPTION	DLDMGACTION		=	&amp;amp;DMS_Opt;
		%END;
	%ELSE
	%IF	%Get_Process_Mode			=	SEG		%THEN
		%DO;
			OPTION	DLDMGACTION		=	&amp;amp;SEG_Opt;
		%END;
	%ELSE
		%DO;
			OPTION	DLDMGACTION		=	&amp;amp;Batch_Opt;	
		%END;

	%IF	%QUPCASE(&amp;amp;Debug)			=	YES		%THEN
		%DO;
			%LET	Save_Source		=	%SYSFUNC(GETOPTION(SOURCE));
			%LET	Save_Source2	=	%SYSFUNC(GETOPTION(SOURCE2));
			%LET	Save_PS			=	%SYSFUNC(GETOPTION(PS));
			OPTIONS	NOSOURCE		NOSOURCE2		PS=MAX;
			%PUT	&amp;amp;Nte2  %Format_Line(After:   DLDMGACTION is %SYSFUNC(GETOPTION(DLDMGACTION))., &amp;amp;Width);
			%PUT	&amp;amp;Nte2  %Format_Dashes(&amp;amp;Width);
			OPTION	&amp;amp;Save_Source	&amp;amp;Save_Source2	PS=&amp;amp;Save_PS;
		%END;
%MEND	Set_DLDMGACTION;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;PRE&gt;       +--------------------------------------+
NOTE:  | Macro SET_DLDMGACTION                |
       | Before:  DLDMGACTION is FAIL.        |
       | After:   DLDMGACTION is REPAIR.      |
       +--------------------------------------+&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2020 05:11:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Re-Create-Index-in-Enterprise-Guide/m-p/664139#M198379</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2020-06-23T05:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Re-Create Index in Enterprise Guide OPTION	NOSOURCE;</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Re-Create-Index-in-Enterprise-Guide/m-p/664141#M198380</link>
      <description>&lt;P&gt;You could use:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;%LET Save_Opt = %SYSFUNC(GETOPTION(SOURCE)) %SYSFUNC(GETOPTION(SOURCE2)) %SYSFUNC(GETOPTION(PS));&lt;/LI-CODE&gt;
&lt;P&gt;for more compacity.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also you only need to save at the start and restore at the end.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2020 05:18:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Re-Create-Index-in-Enterprise-Guide/m-p/664141#M198380</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-06-23T05:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Re-Create Index in Enterprise Guide OPTION	NOSOURCE;</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Re-Create-Index-in-Enterprise-Guide/m-p/664292#M198425</link>
      <description>&lt;P&gt;Ah!&amp;nbsp; Well, now, that's true isn't it?&amp;nbsp; There's no reason that I would have to save each option setting individually, now is there?&amp;nbsp; I can save all three in one macro variable.&amp;nbsp; Very good.&amp;nbsp; Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2020 13:57:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Re-Create-Index-in-Enterprise-Guide/m-p/664292#M198425</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2020-06-23T13:57:15Z</dc:date>
    </item>
  </channel>
</rss>

