SAS Language

The SAS language is a fourth-generation computer programming language used for statistical analysis, created by Anthony James Barr at North Carolina State University. Its primary applications include data mining and machine learning. The SAS language runs under compilers such as the SAS System that can be used on Microsoft Windows, Linux, UNIX and mainframe computers. Wikipedia

Designed by: Anthony James Barr
Developed by: Anthony James Barr
Operating systems: cross-platform
Aliases: SAS language, SAS

Wikidata: Q7388824

Language types: 4th-generation programming language

Hello World in SAS Language

%macro putit( string= ); 
     %put &string; 
     %mend; 

%putit(string=Hello World)

Search on GitHub


Latest data update: 2024-10-09