<?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: How to improve performance for PROC ASI2 procedure? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-improve-performance-for-PROC-ASI2-procedure/m-p/162189#M42157</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Proc ASI2 is an interface to IDMS using that&amp;nbsp; Database.&lt;BR /&gt;It will not run faster as allowed by the schema / network access statements.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.ispinfo.com/~asi2_samp_css.html" title="http://www.ispinfo.com/~asi2_samp_css.html"&gt;International Software Products - ASI2 and ASI2LR Sample Code&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IDMS is a network database (NOSQL). &lt;/P&gt;&lt;P&gt;Accessing a network database can be superfast or very slow dependent of the quality of the access paths (set first-next).&lt;/P&gt;&lt;P&gt;The LRF option when used does a translation to a relation approach at the cost of overhead.&lt;/P&gt;&lt;P&gt;Your IDMS DBA should be able to&amp;nbsp; help you with performance issues&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Dec 2013 18:37:38 GMT</pubDate>
    <dc:creator>jakarman</dc:creator>
    <dc:date>2013-12-03T18:37:38Z</dc:date>
    <item>
      <title>How to improve performance for PROC ASI2 procedure?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-improve-performance-for-PROC-ASI2-procedure/m-p/162188#M42156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Hi All,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;We are using &lt;STRONG&gt;proc asi2&lt;/STRONG&gt; in our scripts on mainframes and I need to improve performance for the existing scripts which are used proc asi2.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Usually proc asi2 reads from&amp;nbsp; IDMS database.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;We want to improve performance for these scripts.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 1em 0; color: #222222; font-family: Arial, Helvetica, sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Kindly provide me which optimize techniques do we have to use to &lt;/SPAN&gt;improve the performance?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 1em 0; color: #222222; font-family: Arial, Helvetica, sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em; font-family: arial, helvetica, sans-serif;"&gt;Kindly give suggestions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 1em 0; color: #222222; font-family: Arial, Helvetica, sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Hope somebody gives suggestions to improve performance for my&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;scripts.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 1em 0; color: #222222; font-family: Arial, Helvetica, sans-serif; background-color: #ffffff;"&gt;Thanks,&lt;/P&gt;&lt;P style="margin: 1em 0; color: #222222; font-family: Arial, Helvetica, sans-serif; background-color: #ffffff;"&gt;Kannan &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 10:14:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-improve-performance-for-PROC-ASI2-procedure/m-p/162188#M42156</guid>
      <dc:creator>KannanBaskar</dc:creator>
      <dc:date>2013-12-03T10:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to improve performance for PROC ASI2 procedure?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-improve-performance-for-PROC-ASI2-procedure/m-p/162189#M42157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Proc ASI2 is an interface to IDMS using that&amp;nbsp; Database.&lt;BR /&gt;It will not run faster as allowed by the schema / network access statements.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.ispinfo.com/~asi2_samp_css.html" title="http://www.ispinfo.com/~asi2_samp_css.html"&gt;International Software Products - ASI2 and ASI2LR Sample Code&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IDMS is a network database (NOSQL). &lt;/P&gt;&lt;P&gt;Accessing a network database can be superfast or very slow dependent of the quality of the access paths (set first-next).&lt;/P&gt;&lt;P&gt;The LRF option when used does a translation to a relation approach at the cost of overhead.&lt;/P&gt;&lt;P&gt;Your IDMS DBA should be able to&amp;nbsp; help you with performance issues&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 18:37:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-improve-performance-for-PROC-ASI2-procedure/m-p/162189#M42157</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2013-12-03T18:37:38Z</dc:date>
    </item>
  </channel>
</rss>

