As a part of my internship project, I am using SAS Enterprise Guide to create some reports. These reports mainly contain frequency tables and charts. They have been generated by using simple Base SAS programming, with some help from Query Builder and List Report Wizard. Also, these reports are to be shown according to user-desired choices, such as particular Financial Years or particular Month-wise reports. I have successfully used SAS Prompts for this purpose. Now I have been told that this whole thing needs to be viewable in SAS Web Report Studio (WRS). A user should access WRS, then open this report, then input his values for the prompts, and finally obtain the desired output accordingly. They should not be able to edit the original code, they should just be able to view the reports. What ways are there to implement this? So far I've been looking at Stored Processes but I'm not entirely sure if it's the right direction to head in. Any suggestions would be greatly appreciated. I am using SAS EG 9.4 and SAS Web Report Studio 4.4.
... View more