BookmarkSubscribeRSS Feed
blueskyxyz
Lapis Lazuli | Level 10

1. develop a GUI to implement some functions, like import data(proc import), create some certain table or figure

2. use GUI to call sas code 

 

2 REPLIES 2
AllanBowe
Barite | Level 11

The best language for writing GUIs is..  JavaScript!

 

And my team have built an entire framework for building SAS Apps with JavaScript.  We also have a bunch of demo apps (GUIs), see:  https://github.com/search?q=topic%3Asasjs-app+org%3Asasjs+fork%3Atrue

/Allan
SAS Challenges - SASensei
MacroCore library for app developers
SAS networking events (BeLux, Germany, UK&I)

Data Workflows, Data Contracts, Data Lineage, Drag & drop excel EUCs to SAS 9 & Viya - Data Controller
DevOps and AppDev on SAS 9 / Viya / Base SAS - SASjs
AlanC
Barite | Level 11
Raw javascript is, well, less than palatable IMO. I would suggest a framework that hides JS a lot (ex. ASP.NET, React, Vue) if web is goal. I personally use Blazor (web assembly) but that is a bit much if starting out.

If you dont need a web interface, you can use WPF or WinForms. If you need cross-platform, look at WinUI. If you want it simple, look at PowerApps.

You can call Allan's library using any of the above. Not an either/or situation.
https://github.com/savian-net

sas-innovate-white.png

Register Today!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9.

 

Early bird rate extended! Save $200 when you sign up by March 31.

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 2 replies
  • 978 views
  • 5 likes
  • 3 in conversation