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

Created Year: 1976
Designed by: Anthony James Barr
Developed by: Anthony James BarrSAS Institute
Operating systems: cross-platform
Aliases: SAS language, SAS
File extensions: sas

Wikidata: Q7388824

Programming paradigms: data-driven programmingprocedural programming

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: 2025-10-01