Hi,
If you are going to invoke the stored process via URL using the Stored Process Web Application, then you would pass the parameter value as a name/value pairs on the URL:
[pre]
http://server:port/SASStoredProcess/do?_program=/Repos/SP-name®ion=Asia&type=Summary
[/pre]
where
REGION is a parameter (which could come from a form or some other front end) and
Asia is the value of the parameter
and,
TYPE is a parameter and
Summary is the value of the parameter.
If you are not going to use the Stored Process Web Application for invoking your stored process, then you should consult the samples in the Integration Technologies documentation or work with Tech Support.
cynthia