BookmarkSubscribeRSS Feed
Venkat4
Quartz | Level 8

I have some ideas that I wanted to implement in my team where I am leading the SAS projects.

 

Here is what we have now:

 

1) Our group has so many excel files  - all involve much of manual interventions of users adding comments, new data rows etc.

2) These files are being used by PC-SAS with some manual intervention and then the PC-SAS program process them and create a new excel file and store them in network drives for users

 

Solution I am thinking:

 

1) To avoid these manual interventions, I wanted to bring the web applications instead of users manually entering the items in excel.

2) Then the user responses should be captured into a SAS dataset directly from web apps.

3) The SAS program runs and send out the processed excel file to the Windows virtual drive directly

 

I have been looking for web apps that can integrate with SAS grid server. I know that HTML web forms can be easily added on the SAS stored processes (_webout), but it is getting complicated for me when I tried complex table. I am looking something simple for everyone to use in the team. The SAS skill level is really low among all others, so I will have to develop all these myself if I use the SAS stored process route.

 

Is there any GUI based application where we can develop Web apps and the results can go to SAS dataset directly?

I am looking like drop down, radio button, blanks etc., in the web app, so they can be captured into SAS dataset and stored.

 

Does SAS offer any tool like this?

 

Thanks.

 

2 REPLIES 2
Cynthia_sas
SAS Super FREQ
Hi:
Do you have SAS/IntrNet software? When you use SAS/IntrNet, you install an application on the web server that allows you to build HTML forms and then invoke the dispatcher application to process the form data and, optionally, write it to a SAS dataset.

SAS/IntrNet is not a GUI based application, however.

On the other hand, if you have the BI Platform, you could use an input parameters to collect information and then update the dataset using a stored process that picked up the parameter data and entered it into a SAS dataset.

Or, if you have SAS/AF, you can build menu driven applications that allow you to directly edit data in an existing SAS dataset. SAS/AF does have a GUI interface for designing the menu screens, but the connection between AF screens is coded using the SCL language.

cynthia
Kedarnath_M
Obsidian | Level 7
You could try embedding a Google forms page on your website. When the customers fill out the Google Form, the data can be converted from google sheets to an excel document, and then you can import the excel document to SAS. Most of the process should be automatic. The only manual thing I can think of is converting the google sheets to an excel file, but you could probably make some sort of workflow for that.

Cynthia's method seems a lot better, this one's a bit crude 🤷‍♂️.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 1293 views
  • 2 likes
  • 3 in conversation