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

Innovate_SAS_Blue.png

Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.

If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website. 

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.

Get the $99 certification deal.jpg

 

 

Back in the Classroom!

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

View all other training opportunities.

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