Prev: model selection - logistics model
Next: SAS BI DI ETL BASE Clinical/ Financial + software Installation
From: Andrew Z. on 13 Aug 2010 14:25 I have a SAS stored process which I can view like this https://sasserver/SASStoredProcess/do?_program=/path/myprogram If I have a prompt (e.g., 'prompt_color') that accepts a single value, I can pass it like this https://sasserver/SASStoredProcess/do?_program=/path/myprogram&prompt_color=blue But I can't figure out how to pass variables for a prompt (e.g., 'prompt_range') that accepts an integer range https://sasserver/SASStoredProcess/do?_program=/path/myprogram&prompt_range=1:2 https://sasserver/SASStoredProcess/do?_program=/path/myprogram&prompt_range=1-2 https://sasserver/SASStoredProcess/do?_program=/path/myprogram&prompt_range_min=1&prompt_range_max=2 Andrew |