BookmarkSubscribeRSS Feed
deleted_user
Not applicable
I would like to port our sas Intranet application to Stored Process ...

The part of the url [ "_program=lib.cat.entry.scl"] is hard coded in lot of sas code.
in scl, slist, class, etc. .. - so not so easy to rewrite to Stored process...

is it possible to register stored process at "lib.cat.enry.scl" name without Path?
And this stored process is calling the stprunen.sas -code?
so I should'nt change the URL of the IntrNet code ..

What I have tried :
- The SMC is forcing to give a path - and I can't register in the root ...
But I think it will be a good suggestion in the next version ...

- or is this exist some TomCat hack to rewrite "_program" value
that can emulate the SAS IntraNet behavior ?

like -->
from: ..... _program=lib.cat.entry.scl
to : ..... _program=sbip://hack/stprunen&_entry=lib.cat.entry.scl


Thanks in advance ..
Imre Message was edited by: MKB_SMU
1 REPLY 1
Cynthia_sas
Diamond | Level 26
Hi:
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.

Refer to these papers/documentation for more information:
http://support.sas.com/rnd/itech/doc9/dev_guide/stprocess/inet2stp.html
where it states that:
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.
http://support.sas.com/rnd/papers/sgf07/sgf2007-af.pdf
http://www2.sas.com/proceedings/forum2007/023-2007.pdf

If there were any workarounds (or "hacks"), the only folks who might know them would be Tech Support.

cynthia

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 1191 views
  • 0 likes
  • 2 in conversation