BookmarkSubscribeRSS Feed
Quentin
Super User

Hi All, Despite having spent ~15 years writing SAS programs for myself, and SAS macros for myself and other SAS programmers, I have never done any real application development.  And I want that to change, so I'm looking for suggestions on where a complete newbie should start. Scenario: Say I'm a SAS programmer, working in a clinical trial group.  My job is to facilitate trial monitoring.  So every (day/week/month/whatever) I run a trial monitoring report (tables/figures/listings showing accrual, participant demographics, folllow-up rate, whatever), and save it (pdf) to a network drive where the trial team (statistician, project manager, regulatory, etc) can review it. Goal: Move from this system (where I am running these reports via a scheduled task or whatever), to developing an application, which will allow users to submit jobs to a SAS server that will generate canned reports, or their own custom reports, or live dashboards, or data extracts, or whatever.  All of the users are in-house, so I don't need to worry about folks connecting via internet, and related security. The users will not be programmers, so hoping to develop a simple user interface (could be just  a web page).  The users will not have SAS licenses. Limitations: I know SAS, and basic html, but not much more.  So while I'm excited to start learning something new, I'd appreciate a solution that will allow me to be at least minimally effective without spending months learning new language(s). It seems SAS has a number of different solutions for this sort of work (SAS/AF, SAS/INTRNET, Enterprise Guide, Microsoft Office add-on, etc.).  I'm imagining the general approach will be to take my parameterized macros (%AccrualTable, %DemographicTable etc.), and set them up as stored procedures so that a naive user can pass values via a pretty dialogue box, and view/export results in a reasonable format.  So was hoping folks might have suggestions on pros/cons of different approaches, or a favorite SGF paper that might provide an entry point for me. Kind Regards, --Quentin

The Boston Area SAS Users Group is hosting free webinars!
Next up: Lisa Mendez & Richann Watson present Get Tipsy with Debugging Tips for SAS® Code: The After Party on Wednesday Jul 16.
Register now at https://www.basug.org/events.
1 REPLY 1
RMP
SAS Employee RMP
SAS Employee

Stored Processes are the way to go. They can be run on the web via the Stored Process application or run for all the SAS clients - Eguide, WRS, Addin Microsoft Office. Very flexible. SAS programming skills plus a basic knowledge of HTML is all you need. There are tons of SAS Global Forum papers and the SAS documentation is also very thorough.

hackathon24-white-horiz.png

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.

YouTube LinkedIn

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 1164 views
  • 3 likes
  • 2 in conversation