Questions tagged [enterprise-guide]

Questions about using SAS Enterprise Guide as an IDE for writing SAS programs, or about setting up Enterprise Guide to connect to your SAS server. Questions about using Enterprise Guide that are not related to programming are not on topic (such as using its interactive point-and-click features to perform data analysis) - ask those on the SAS community forums.

Enterprise Guide ("EG") is the graphical user interface/IDE for the SAS system intended for novice and advanced users, simplifying common tasks with wizards and menu options while permitting advanced code to be written and run as well. EG also manages server connections to allow a user to execute SAS tasks without owning an individual seat license for a full SAS installation. Many concepts from EG will look familiar to users of other IDEs - project flow, the connection manager, etc. - but it is also intended to be easily used by novice users by putting access to commonly performed tasks in easily found locations.

SAS EG is also the interface for many of SAS' advanced tools, such as SAS BI.

Link to EG guide on SAS website

408 questions
-3
votes
2 answers

SAS SQL - How to get cumulative sum in past X months

I have a table like this one: I would like to calculate cumulative sum for column "total" for each cust_id in last x months, based on date_ini and today, so my output would be : Could you help me doing this in sas / proc sql? Thanks!
-3
votes
1 answer

How to Merge Datasets of this kind in SAS?

I have two SAS data sets of this kind. Data set A Data set B The Output which i am expecting is as shown below. This is nothing but Data set A - Data set B I am very much new to SAS so I am not able to understand on how to Merge these two…
David Chris
  • 255
  • 4
  • 16
-3
votes
1 answer

SUM for distinct names in SAS EG

I am trying to find the sum of the prices of the products that correspond to each customer, but cannot find the distinct sum for each customer name: SUM of total price | Product ID | Order ID| Customer name $71.97 240400300006 1235822165 …
deadpixels
  • 769
  • 1
  • 12
  • 21
1 2 3
27
28