BookmarkSubscribeRSS Feed
AsakoOkano
Fluorite | Level 6

Hi

 

I created a new SAS folder in different blanch from "/Product/SAS Intelligence Platform/Samples". But my new SAS folder is not displayed in tree view in stored process web application linked as List Available Stored Processes.

 

Stored Processes Developer’s Guide says that

You can use the _PATH variable with _ACTION=INDEX to control what level the tree view begins with. For example, if you specify _PATH=/Products/SAS Intelligence Platform/Samples on the SAS Stored Process Web Application URL, then the Samples folder is at the top of the tree view.

 

But I cloud not  find which jsp file specify the "_PATH" parameter.

 

In "My_Config\Lev1\Web\WebAppServer\SASServer1_1\sas_webapps\sas.storedprocess.war\jsp\index.jsp" got only this.

 

<%@page language="java"
%><%
pageContext.forward("/do");
%>

 

Please tell me the file to edit to display new SAS folder in tree view.

 

thank you

Asako

3 REPLIES 3
andreas_lds
Jade | Level 19

Have you stored a Stored Process in that folder?

AsakoOkano
Fluorite | Level 6

Once I saved a "stored process", now SAS folder appers in my tree view. But tree view shows from root path. I want to set the direct folder that saves stored processes without parent folder as a top of tree.

 

thanks

Kurt_Bremser
Super User

You already got it. Quote:

"if you specify _PATH=/Products/SAS Intelligence Platform/Samples on the SAS Stored Process Web Application URL"

(emphasis by me)

 

You need to set the PATH as a variable for the CGI-type script interface in the URL used to access your STP's. Like

http://server.domain/SASStoredProcess/do?_PATH=your_path

wherever you link to your STP web application.

sas-innovate-white.png

Special offer for SAS Communities members

Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.

 

View the full agenda.

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 3 replies
  • 1393 views
  • 4 likes
  • 3 in conversation