<?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: _program=lib.cat.entry.scl  mapping to Stored Process? in Developers</title>
    <link>https://communities.sas.com/t5/Developers/program-lib-cat-entry-scl-mapping-to-Stored-Process/m-p/34217#M2657</link>
    <description>Hi:&lt;BR /&gt;
  This is really a question for Tech Support. It was my understanding that your stored process contained the call to STPRUNEN or else you wrote your own "wrapper" to call the SCL program. You cannot register the SCL program as an SP. &lt;BR /&gt;
&lt;BR /&gt;
Refer to these papers/documentation for more information:&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/itech/doc9/dev_guide/stprocess/inet2stp.html" target="_blank"&gt;http://support.sas.com/rnd/itech/doc9/dev_guide/stprocess/inet2stp.html&lt;/A&gt;&lt;BR /&gt;
where it states that:&lt;BR /&gt;
&lt;B&gt;The stored process server cannot directly execute SOURCE, MACRO, or SCL catalog entries. You must write a wrapper .sas source code file that executes the catalog entry.&lt;/B&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/papers/sgf07/sgf2007-af.pdf" target="_blank"&gt;http://support.sas.com/rnd/papers/sgf07/sgf2007-af.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://www2.sas.com/proceedings/forum2007/023-2007.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/forum2007/023-2007.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
  If there were any workarounds (or "hacks"), the only folks who might know them would be Tech Support.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
    <pubDate>Fri, 25 Jul 2008 20:24:41 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2008-07-25T20:24:41Z</dc:date>
    <item>
      <title>_program=lib.cat.entry.scl  mapping to Stored Process?</title>
      <link>https://communities.sas.com/t5/Developers/program-lib-cat-entry-scl-mapping-to-Stored-Process/m-p/34216#M2656</link>
      <description>I would like to port   our sas Intranet application to Stored Process ...&lt;BR /&gt;
&lt;BR /&gt;
The  part of the url   [ "_program=lib.cat.entry.scl"]  is hard coded in lot of sas code.&lt;BR /&gt;
  in  scl, slist, class, etc. ..  - so not so easy to rewrite to Stored process...&lt;BR /&gt;
&lt;BR /&gt;
is it possible to register  stored process at "lib.cat.enry.scl"  name without Path? &lt;BR /&gt;
 And this  stored process is calling the stprunen.sas -code?&lt;BR /&gt;
so I should'nt change the URL of the IntrNet code ..&lt;BR /&gt;
&lt;BR /&gt;
What I have tried :&lt;BR /&gt;
  - The SMC is forcing to give a path - and I can't register in the root ...&lt;BR /&gt;
     But I think it will be a good suggestion in the next version ...&lt;BR /&gt;
 &lt;BR /&gt;
  - or is this exist some TomCat hack to rewrite  "_program" value &lt;BR /&gt;
    that can emulate the SAS IntraNet behavior ?&lt;BR /&gt;
&lt;BR /&gt;
    like --&amp;gt;&lt;BR /&gt;
     from:     ..... _program=lib.cat.entry.scl&lt;BR /&gt;
     to   :      ..... _program=sbip://hack/stprunen&amp;amp;_entry=lib.cat.entry.scl&lt;BR /&gt;
    &lt;BR /&gt;
     &lt;BR /&gt;
 Thanks in advance ..&lt;BR /&gt;
  Imre

Message was edited by: MKB_SMU</description>
      <pubDate>Fri, 25 Jul 2008 17:53:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/program-lib-cat-entry-scl-mapping-to-Stored-Process/m-p/34216#M2656</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-07-25T17:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: _program=lib.cat.entry.scl  mapping to Stored Process?</title>
      <link>https://communities.sas.com/t5/Developers/program-lib-cat-entry-scl-mapping-to-Stored-Process/m-p/34217#M2657</link>
      <description>Hi:&lt;BR /&gt;
  This is really a question for Tech Support. It was my understanding that your stored process contained the call to STPRUNEN or else you wrote your own "wrapper" to call the SCL program. You cannot register the SCL program as an SP. &lt;BR /&gt;
&lt;BR /&gt;
Refer to these papers/documentation for more information:&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/itech/doc9/dev_guide/stprocess/inet2stp.html" target="_blank"&gt;http://support.sas.com/rnd/itech/doc9/dev_guide/stprocess/inet2stp.html&lt;/A&gt;&lt;BR /&gt;
where it states that:&lt;BR /&gt;
&lt;B&gt;The stored process server cannot directly execute SOURCE, MACRO, or SCL catalog entries. You must write a wrapper .sas source code file that executes the catalog entry.&lt;/B&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/papers/sgf07/sgf2007-af.pdf" target="_blank"&gt;http://support.sas.com/rnd/papers/sgf07/sgf2007-af.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://www2.sas.com/proceedings/forum2007/023-2007.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/forum2007/023-2007.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
  If there were any workarounds (or "hacks"), the only folks who might know them would be Tech Support.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Fri, 25 Jul 2008 20:24:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/program-lib-cat-entry-scl-mapping-to-Stored-Process/m-p/34217#M2657</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-07-25T20:24:41Z</dc:date>
    </item>
  </channel>
</rss>

