We have many manual excel entry from multiple users about their daily schedule and other info (10+ rows of daily data from each user). The current method is very manual and involves excel file with 100+ sheets (1 sheet for each user or so) and several VBA modules for data cleaning. The clean data sheet is read by PC-SAS and some kind of scorecard report is being created out of this for incentive purposes. Almost 50 hours a month spent on this task.
I suggested that we could use Web app (typing, drop down selection, radio button etc.) to collect data from users. Once the data entered, the data can go to either SQL server or teradata or even SAS grid datasets directly (we own space in all).
Once we have data in any DW, it would be a piece of cake to clean the data and produce any kind of reports. However, I am stuck at the first step of creating web app. I am not sure what tool to use. I wanted to try the SAS stored process, WebDAV etc., but it involves multiple setup and web programming, those I tried didn't work well.
Is there any easy way to create this front end web app or any other ways this could be accomplished other than web app?
I know there is some kind of SAS studio where you could drag and drop to create Java applications, but that studio is not available for us. Please suggest anything that is easier to develop in a week or less.
... View more