Using the parameter manager, I can create a parameter that allows for multiple selection. If &var is the variable that's attached to the parameter, and the user selected both "A" and "B", then
&var = "A", "B"
But, if I were to create a parameter under storec process that allows for multiple selection, then &var would only resolve to "A".
Am I doing something wrong or is this a known bug?
for an example of multiple-selections with a stored process. That paper was written using SAS 9.1 and the BI Platform. The EG parameter manager was NOT used to define the stored process parameters -- this stored process was defined and registered directly in the metadata using SAS Management Console.
In the SAS-Management-Console you can export a Stored Process. This step creates a SAS Package file (name ends with spk) containg code and underlying external objects stored in WebDAV.
The 2025 SAS Hackathon Kicks Off on June 11!
Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.