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
SAS Super FREQ
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

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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