SAS

1 program Added 2025-10-22T15:04:16Z Model: meta-llama/llama-3.1-70b-instructTemp: 0.4 Evidence Report issue View issues
Aliases: —
Provenance: commit 44ec21724b · authored 2025-10-22T17:04:16+02:00 · model meta-llama/llama-3.1-70b-instruct

Sources mentioning this language

9 sources · pl_id: pl/sas
LLM (this repo) · 1PldbLinguistPygmentsWikipediaEsolangHyperpolyglotRosettacodeWikidata · Q7388824

Wikipedia infobox

Pulled from the wikimedia/structured-wikipedia snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and pl_fact.csv for the long-table provenance.

Paradigmsmulti-paradigm: data-driven · procedural
Designed bySAS Institute · Anthony James Barr
First appeared1976
LicenseProprietary commercial software
Homepagehttp://sas.com/en_us/software/base-sas.html

Extensions claimed by this language

3 claims. Each row is one upstream assertion with its strength. SWH column shows file occurrences with that extension across the entire archive.
ExtensionSourceStrengthSWH
.saslinguistprimary203.9K files
.saspygmentsprimary203.9K files
.saswikidataprimary203.9K files

Related languages

SASL (0.03)Sass (0.03)IDC (0.02)

LLM-contributed programs

Hello World

Provenance: commit 44ec21724b · authored 2025-10-22T17:04:16+02:00 · model meta-llama/llama-3.1-70b-instruct · Temp 0.4
code.sas · added: 2025-10-22T15:04:16Z
/* Hello World in SAS */
data _null_;
file print;
put "Hello, World!";
run;

Real programs from Software Heritage

1 sample mined from derived_datasets/<date>/contents/*.parquet, byte-verified against the SWH archive. Citation-grade qualified SWHIDs preserved.
ArrayStmt.sas · 638 B · ext .sas · seen 14× in SWH
via unique-primary
swh:1:cnt:6ecc24b97345785410eab66737ba2a17a8cf27b7;origin=https://github.com/xueqilsj/sas-grammar;anchor=swh:1:rev:158ea6568117c3d6e90e81a2b7b782f0684ec1d5;path=/ArrayStmt.sas
Open in SWH · Raw bytes (SWH) · GitHub raw
Show source
array x{9} x1-x9 (9*5); 
array x{10} x1-x10 (5*(5 5));
array x{10} x1-x10 (5 5 3*(5 5) 5 5);
array x{10} x1-x10 (2*(5 5) 5 5 2*(5 5));
array x{10} x1-x10 (2*(5 2*(5 5)));
array rain {5} janr febr marr aprr mayr;
array days{7} d1-d7;
array month{*} jan feb jul oct nov;
array x{*} _NUMERIC_;
array qbx{10};
array meal{3};
array test{4} t1 t2 t3 t4 (90 80 70 70);
array test{4} t1-t4 (90 80 2*70);
array test{4} _TEMPORARY_ (90 80 70 70);
array test2{*} $ a1 a2 a3 ('a','b','c');
array new{2:5} green jacobs denato fetzer;
array x{5,3} score1-score15;
array test{3:4,3:7} test1-test10;
array temp{0:999} _TEMPORARY_;
array x{10} (2*(1:5));

Contribute — propose a file extension

Tell us where to find evidence about SAS (mapped to pl/sas). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/SAS/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← SARTRE Sashleyfuck →