<?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: list all srx reports in a sas 9.4 ebi install in SAS Web Report Studio</title>
    <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/list-all-srx-reports-in-a-sas-9-4-ebi-install/m-p/395516#M2404</link>
    <description>&lt;P&gt;This code produces a XML file containing the reports:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;filename&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; myinput &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;temp&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;lrecl&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;256&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;filename&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; myoutput &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"/export/home/USERNAME/results2.xml"&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;lrecl&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;256&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;_null_&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;file&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; myinput;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;input&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;put&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;_infile_&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;' '&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;datalines&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;GetMetadataObjects&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;Reposid&amp;gt;$METAREPOSITORY&amp;lt;/Reposid&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;Type&amp;gt;Transformation&amp;lt;/Type&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;Objects/&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;NS&amp;gt;SAS&amp;lt;/NS&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;Flags&amp;gt;128&amp;lt;/Flags&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;Options&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;XMLSelect search="*[@PublicType='Report']"/&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/Options&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/GetMetadataObjects&amp;gt;&lt;/P&gt;
&lt;P&gt;;;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;metadata&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;in&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=myinput&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;out&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=myoutput;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Sep 2017 12:58:47 GMT</pubDate>
    <dc:creator>FredrikE</dc:creator>
    <dc:date>2017-09-13T12:58:47Z</dc:date>
    <item>
      <title>list all srx reports in a sas 9.4 ebi install</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/list-all-srx-reports-in-a-sas-9-4-ebi-install/m-p/394874#M2402</link>
      <description>&lt;P&gt;How would I list all the SRX reports using SAS cmds or a sql query in pgAdmin&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2017 19:43:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/list-all-srx-reports-in-a-sas-9-4-ebi-install/m-p/394874#M2402</guid>
      <dc:creator>robm</dc:creator>
      <dc:date>2017-09-11T19:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: list all srx reports in a sas 9.4 ebi install</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/list-all-srx-reports-in-a-sas-9-4-ebi-install/m-p/395475#M2403</link>
      <description>&lt;P&gt;One way without coding is to open management console and right-click on the SAS Folders folder in then Folders view and select Export SAS Package.&lt;/P&gt;
&lt;P&gt;On the first page you can filter on reports and when you click next you will se a list of all reports in your repository.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;//Fredrik&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2017 11:44:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/list-all-srx-reports-in-a-sas-9-4-ebi-install/m-p/395475#M2403</guid>
      <dc:creator>FredrikE</dc:creator>
      <dc:date>2017-09-13T11:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: list all srx reports in a sas 9.4 ebi install</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/list-all-srx-reports-in-a-sas-9-4-ebi-install/m-p/395516#M2404</link>
      <description>&lt;P&gt;This code produces a XML file containing the reports:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;filename&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; myinput &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;temp&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;lrecl&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;256&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;filename&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; myoutput &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"/export/home/USERNAME/results2.xml"&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;lrecl&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;256&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;_null_&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;file&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; myinput;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;input&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;put&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;_infile_&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;' '&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;datalines&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;GetMetadataObjects&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;Reposid&amp;gt;$METAREPOSITORY&amp;lt;/Reposid&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;Type&amp;gt;Transformation&amp;lt;/Type&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;Objects/&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;NS&amp;gt;SAS&amp;lt;/NS&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;Flags&amp;gt;128&amp;lt;/Flags&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;Options&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;XMLSelect search="*[@PublicType='Report']"/&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/Options&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/GetMetadataObjects&amp;gt;&lt;/P&gt;
&lt;P&gt;;;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;metadata&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;in&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=myinput&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;out&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=myoutput;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2017 12:58:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/list-all-srx-reports-in-a-sas-9-4-ebi-install/m-p/395516#M2404</guid>
      <dc:creator>FredrikE</dc:creator>
      <dc:date>2017-09-13T12:58:47Z</dc:date>
    </item>
  </channel>
</rss>

