Hi:
Before you post any code with LT or GT symbols (as in HTML tags) remember that the LT symbol needs to be changed to < (ampersand-lt;) and the GT symbol needs to be changed to > (ampersand-gt;) in order to be able to post successfully.
So for example, an example of a URL that calls the Stored Process Web App is:
[pre]
<a target="new" href="http://yourserver.com:8080/SASStoredProcess/do?
_program=/MyFolder/MyStoredProcess®ion=Canada">
Click here to launch the Stored Process</a>
[/pre]
as discussed here:
http://support.sas.com/rnd/itech/doc9/dev_guide/stprocess/stpwebapp.html
Every LT or GT symbol in the above HTML tag was coded with < and > -- inside a [ pre ] and [ /pre ] section (there are no spaces between the square brackets and the words pre or /pre).
cynthia