When using 'by group' processing to output reports, the #byval function can be used to include the name of the 'by group' within the title.
Read more...
Posted in
SAS Programming;
Tagged
SAS Programming;
Posted
February, 2017
by
Amadeus Technical Team
Often it is the case that it is unknown what attributes to specify when creating a libname statement when connecting to a database.
Read more...
Posted in
SAS Programming;
Tagged
SAS Programming;
Posted
February, 2017
by
Amadeus Technical Team
When debugging a program, it is often helpful to include PUT statements within a DATA step, in order to list the values of one or more variables in the log window.
Read more...
Posted in
SAS Programming;
Tagged
SAS Programming,
PUT Statements;
Posted
February, 2017
by
Amadeus Technical Team
The ANY and ALL operators are Proc SQL operators which can be used to compare the result of a query expression against either ANY or ALL of the results returned...
Read more...
Posted in
SAS Programming;
Tagged
SAS Programming,
Proc SQL;
Posted
February, 2017
by
Amadeus Technical Team
Senior Consultant Andrew Beggs highlights and demonstrates the benefits of Proc SCAPROC log files.
Read more...
Posted in
SAS Programming;
Tagged
SAS Programming,
Proc SCAPROC;
Posted
February, 2017
by
Amadeus Technical Team
Senior Consultant Mark Jones introduces SAS/GRAPH Statistical Graphics, or "SG", procedures which will enable you to easily produce high quality data visualisations.
Read more...
Posted in
SAS Programming;
Tagged
SAS Programming;
Posted
February, 2017
by
Amadeus Technical Team
Senior Consultant Mark Jones introduces you to the SAS Graph Template Language (GTL) which underpins all of SAS Statistical Graphics.
Read more...
Posted in
SAS Programming;
Tagged
SAS Programming,
SAS Graph Template SAS,
SAS Statistical Graphics,
SAS GTL;
Posted
February, 2017
by
Amadeus Technical Team
Senior Consultant Bob Newman describes how Proc FCMP can be used to define new functions in SAS 9.2. The examples demonstrated include numeric-valued functions, character-valued functions, and subroutines.
Read more...
Posted in
SAS Programming;
Tagged
SAS Programming,
Proc FCMP,
SAS Function Editor;
Posted
February, 2017
by
Amadeus Technical Team
Senior Consultant Steve Huggins demonstrates how to make use of the abbreviations facility within the SAS Enhanced Editor.
Read more...
Posted in
SAS Programming;
Tagged
SAS Programming;
Posted
February, 2017
by
Amadeus Technical Team
Consultant Ann White demonstrates techniques for using the macro IN operator in SAS.
Read more...
Posted in
SAS Programming;
Tagged
SAS Programming,
Macro IN Operator;
Posted
February, 2017
by
Amadeus Technical Team