If your sensibilities were offended by a book with this title fear not, what follows is a demonstration of requesting any shade of grey on a graph.
Read more...
Posted in
SAS Analytics;
Tagged
SAS Analytics;
Posted
January, 2017
by
Amadeus Technical Team
5,000 years ago the ancient Maya predicted that the world would end on 21st December 2012, however we at Amadeus Software are confident that they were incorrect.
Read more...
Posted in
SAS Programming;
Tagged
SAS Programming;
Posted
January, 2017
by
Amadeus Technical Team
When creating a new SAS table containing the definitions of new columns, which do not contain any actual data, the following NOTE message(s) are produced in the log window.
Read more...
Posted in
SAS Programming;
Tagged
SAS Programming;
Posted
January, 2017
by
Amadeus Technical Team
By default, when you submit a SAS program, the Log window automatically scrolls the various log messages as they are generated.
Read more...
Posted in
SAS Programming;
Tagged
SAS Programming;
Posted
January, 2017
by
Amadeus Technical Team
The following are some useful library reference names that provide a convenient shortcut to SAS functionality:
Read more...
Posted in
SAS Programming;
Tagged
SAS Programming;
Posted
January, 2017
by
Amadeus Technical Team
Suppose we have a data set sorted by a variable called "age", and want to check whether any of the age values are repeated.
Read more...
Posted in
SAS Programming;
Tagged
SAS Programming,
Duplicate Keys;
Posted
January, 2017
by
Amadeus Technical Team
The Statistical Graphics (SG) family of SAS/GRAPH procedures was introduced with SAS 9.2 and brings with it a revolution in producing high quality graphics from SAS.
Read more...
Posted in
SAS Analytics;
Tagged
SAS Analytics,
Grouped Bar Char,
Proc SGPANEL;
Posted
January, 2017
by
Amadeus Technical Team
If you need to create a comma separated file from a SAS data set, then a quick and easy technique that avoids the need to insert commas between each variable...
Read more...
Posted in
SAS Programming;
Tagged
SAS Programming,
CSV File;
Posted
January, 2017
by
Amadeus Technical Team
Proc FREQ is commonly used to create frequency counts on cross tabulations. The following code demonstrates this by counting the frequency of Initials by Gender:
Read more...
Posted in
SAS Programming;
Tagged
SAS Programming,
Proc FREQ;
Posted
January, 2017
by
Amadeus Technical Team
It is a common requirement to generate a list of files contained within a folder. This can be achieved in SAS using an UNNAMED PIPE statement.
Read more...
Posted in
SAS Programming;
Tagged
SAS Programming;
Posted
January, 2017
by
Amadeus Technical Team