English

SAS Events
Waynette Tubbs 0
IFSUG Summit registration now open!

Are you a SAS professional working in the insurance or financial services industry? Are you looking for a place where you can talk with others who work in the those industries? Would you like to get together and network, face-to-face, or share ideas and best practices for using SAS? There is now a SAS Users Group just for you;

Rick Wicklin 0
Reading ALL variables INTO a matrix

The SAS/IML READ statement has a few convenient features for reading data from SAS data sets. One is that you can read all variables into vectors of the same names by using the _ALL_ keyword. The following DATA steps create a data set called Mixed that contains three numeric and

Data Visualization
Sanjay Matange 0
The more the merrier

Often it is useful to view multiple responses by a common independent variable all in the same plot.  SGPLOT procedure and GTL support the ability to view two responses, one each on the Y and Y2 axes by one independent variable (X) in one graph.  Yes, you can also have X