BookmarkSubscribeRSS Feed
deleted_user
Not applicable
I am trying to create a basic table using SAS Base/EG 3.0 that should be interactive. For e.g. I want to calculate the mailing quantity based on previous mail quantity and the response rates.
i.e. NewMail = OldMail * ResponseRate

So to find out the new mail quantity, I just need to change the OldMail and Response Rate. This would be the basic step, and I want to add more calculations in the future. I know this is possible in excel, but I want this in SAS. Could somebody pls help? Thanks.
2 REPLIES 2
LinusH
Tourmaline | Level 20
I'm not sure about EG 3, but in EG 4 you could use the Filter & Query object for this. I suggest that you'll take EG class, also available in the e-learning program.

http://www.sas.com/apps/elearning/elearning_courses.jsp?cat=SAS+Enterprise+Guide

Regards,
Linus
Data never sleeps
Doc_Duke
Rhodochrosite | Level 12
The process Linus described is also available in EG 3.x .

However, that is not how I read the question. I heard a need for near real-time data transformation (change the value in the data, hit tab, and the new value pops into another field). EGuide is not designed to do that. It is a client-server architecture (even if EG and the SAS server are both local), so those sorts of data transformations are not supported. You can set up parameters so that the changed values are requested at run-time, but it's not the same as being able to make the same style of data manipulation that you can in Excel.

Doc Muhlbaier
Duke

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!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

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
  • 579 views
  • 0 likes
  • 3 in conversation