<?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: Metadata detail extraction in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-detail-extraction/m-p/302692#M6249</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the job names you could get with the proc metadata IOM call&amp;nbsp;&amp;nbsp;&amp;lt;Type&amp;gt;Job&amp;lt;/Type&amp;gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;An example could be&lt;/P&gt;
&lt;P&gt;proc metadata in= &lt;BR /&gt;"&amp;lt;GetMetadataObjects&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;Reposid&amp;gt;$METAREPOSITORY&amp;lt;/Reposid&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;Type&amp;gt;Job&amp;lt;/Type&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;Objects/&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;NS&amp;gt;SAS&amp;lt;/NS&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;Flags&amp;gt;0&amp;lt;/Flags&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;Options/&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;lt;/GetMetadataObjects&amp;gt;" out=outfile; &lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please note that this is just an "as is" to provide an example&lt;/P&gt;
&lt;P&gt;I am not sure that there is an option which would provide you&amp;nbsp;with all the info you are looking for.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe this&amp;nbsp;gives you a pointer what could be possible: &lt;A href="http://support.sas.com/documentation/cdl/en/lrmeta/67971/HTML/default/viewer.htm#p1sx3unuqtoykbn141wrhpcj3n1t.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrmeta/67971/HTML/default/viewer.htm#p1sx3unuqtoykbn141wrhpcj3n1t.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Else, you could address this with TS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Anja&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Oct 2016 15:07:24 GMT</pubDate>
    <dc:creator>anja</dc:creator>
    <dc:date>2016-10-05T15:07:24Z</dc:date>
    <item>
      <title>Metadata detail extraction</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-detail-extraction/m-p/302637#M6246</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Need a help on metadata extraction of SAS Management console.&lt;BR /&gt;As we know, in the schedule manager, we have the flows and deployed jobs in each of them.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Now, I am working on migration of data from SAS 9.2 to 9.4. But since migration is done over a long amount of time,we have many updates to the deployed jobs in the old environment.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;We might have version updates of exisitng jobs in 9.2, for example, the code which was earlier pointing to /sas/mycode/abc.sas may now point to /sas/mycode/abc_v2.sas&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, I wish to create a report with the flowname, deployed name job, Filename it points to. Then I will generate that reports on both environments and we can compare easily on the updates.&lt;/P&gt;
&lt;P&gt;From the front end of Management Console, we can get all those properties from the 'Scheduling details' of the deployed job.&lt;/P&gt;
&lt;P&gt;Please can I get somehelp with which macro can be suited for this? I know we have lot of SAS provided macro programs like mdudextr or mdsecds ; I am struggling to find that suits my requirement.&lt;/P&gt;
&lt;P&gt;Thank you in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers&lt;BR /&gt;Mark&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2016 13:16:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-detail-extraction/m-p/302637#M6246</guid>
      <dc:creator>MarkNicholas</dc:creator>
      <dc:date>2016-10-05T13:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata detail extraction</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-detail-extraction/m-p/302643#M6247</link>
      <description>&lt;P&gt;Hi Mark,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a look at the &lt;A href="http://support.sas.com/documentation/cdl/en/lrmeta/67971/PDF/default/lrmeta.pdf" target="_self"&gt;SAS 9.x language Interface to Metadata&lt;/A&gt;, it has examples on how to extract information from your Metadata server and generating reports.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To get yourself familiar with the hierarchy on how/where data is stored, try executing the &lt;STRONG&gt;metabrowse&lt;/STRONG&gt; command in the commandBar of your SAS DMS (Classic SAS) session, the command would display a window for SAS Metadata Server Configuration, once you supply the required info, you would File Explorer window displaying the internal representation of the stored metadata.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Ahmed&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2016 13:39:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-detail-extraction/m-p/302643#M6247</guid>
      <dc:creator>AhmedAl_Attar</dc:creator>
      <dc:date>2016-10-05T13:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata detail extraction</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-detail-extraction/m-p/302692#M6249</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the job names you could get with the proc metadata IOM call&amp;nbsp;&amp;nbsp;&amp;lt;Type&amp;gt;Job&amp;lt;/Type&amp;gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;An example could be&lt;/P&gt;
&lt;P&gt;proc metadata in= &lt;BR /&gt;"&amp;lt;GetMetadataObjects&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;Reposid&amp;gt;$METAREPOSITORY&amp;lt;/Reposid&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;Type&amp;gt;Job&amp;lt;/Type&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;Objects/&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;NS&amp;gt;SAS&amp;lt;/NS&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;Flags&amp;gt;0&amp;lt;/Flags&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;Options/&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;lt;/GetMetadataObjects&amp;gt;" out=outfile; &lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please note that this is just an "as is" to provide an example&lt;/P&gt;
&lt;P&gt;I am not sure that there is an option which would provide you&amp;nbsp;with all the info you are looking for.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe this&amp;nbsp;gives you a pointer what could be possible: &lt;A href="http://support.sas.com/documentation/cdl/en/lrmeta/67971/HTML/default/viewer.htm#p1sx3unuqtoykbn141wrhpcj3n1t.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrmeta/67971/HTML/default/viewer.htm#p1sx3unuqtoykbn141wrhpcj3n1t.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Else, you could address this with TS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Anja&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2016 15:07:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-detail-extraction/m-p/302692#M6249</guid>
      <dc:creator>anja</dc:creator>
      <dc:date>2016-10-05T15:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata detail extraction</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-detail-extraction/m-p/302705#M6250</link>
      <description>Start programming the metadata interface is imo awkward and seems like a sub optimize operation especially when this is probably not a reoccurring requirement. &lt;BR /&gt;How many jobs/flows are we talking about?&lt;BR /&gt;I guess that your 9.4 isn't in production, perhaps redo the complete Metadata migration could be an alternative?</description>
      <pubDate>Wed, 05 Oct 2016 15:45:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-detail-extraction/m-p/302705#M6250</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-10-05T15:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata detail extraction</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-detail-extraction/m-p/302731#M6252</link>
      <description>&lt;P&gt;I have abt&amp;nbsp;30 flows and am looking at about 900 deployed jobs in all of them.Yes,9.4 is still not live. We do not want to redo the whole thing again - its too much !.&amp;nbsp; It is because, after we export to 9.4, there is a need to check and realign the timeevent in every flow to that of the new env which takes time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, if not a manual process of checking almost every job; I want to come up with a program for this detail which infact can be very useful to check if the latest version of codes are present in both the environments at any point of time.&amp;nbsp; I am trying to find my luck if one of the macros contain the sas file name detail as well somewhere in them. Its just that we need to dig them out.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2016 17:37:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-detail-extraction/m-p/302731#M6252</guid>
      <dc:creator>MarkNicholas</dc:creator>
      <dc:date>2016-10-05T17:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata detail extraction</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-detail-extraction/m-p/303892#M6298</link>
      <description>&lt;P&gt;Bell Canada had a similar issue presented here: &lt;A href="http://support.sas.com/resources/papers/proceedings15/2060-2015.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings15/2060-2015.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2016 21:47:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-detail-extraction/m-p/303892#M6298</guid>
      <dc:creator>acfarrer</dc:creator>
      <dc:date>2016-10-11T21:47:49Z</dc:date>
    </item>
  </channel>
</rss>

