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: 1976Designed by: Anthony James Barr
Developed by: Anthony James Barr • SAS Institute
Operating systems: cross-platform
Aliases: SAS language, SAS
File extensions: sas
Wikidata: Q7388824
Programming paradigms: data-driven programming • procedural programming
Language types: 4th-generation programming language
Hello World in SAS Language
%macro putit( string= );
%put &string;
%mend;
%putit(string=Hello World)
Source: github.com/leachim6/hello-world
Search on GitHub
| Name | Description | Last pushed to | Open issues | Forks | Stars | Size |
|---|
Latest data update: 2025-10-01