BookmarkSubscribeRSS Feed
Mike_Davis
Fluorite | Level 6

Hello All

How to create a simple panel(like a GUI) with input area and button to assign parameters ,then after input the dataset's name('sashelp.class') and sex("F") then after push the button,we can do the follow things:

1,print sashelp.class to output

2 only print where sex='F'

what means after we input the parameter and push the button we can do the same things as run the SAS code below:

proc print data=sashelp.class;

where sex='F';

run;


Thanks!

2 REPLIES 2
Ksharp
Super User

Are you using SAS/EG ?

EG has some such capability by using prompt manager tool, which is actually some macro variables manager tool.

And That is good if you are familiar with SAS/AF ,It looks like the best way for you situation .

Ksharp

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 748 views
  • 6 likes
  • 3 in conversation