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
Have you stored a Stored Process in that folder?
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
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.
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.
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.
Ready to level-up your skills? Choose your own adventure.