SAS
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with ".sas7dat") |
|||
| (8 intermediate revisions by 5 users not shown) | |||
| Line 1: | Line 1: | ||
| − | [[. | + | {{FormatInfo |
| + | |formattype=electronic | ||
| + | |subcat=Scientific Data formats | ||
| + | |extensions={{ext|sas}}, {{ext|sas7dat}}, {{ext|sas7bdat}}, others | ||
| + | |pronom={{PRONOM|fmt/1015}}, {{PRONOM|fmt/1016}}, others | ||
| + | }} | ||
| + | |||
| + | SAS (Statistical Analysis System) is a scientific statistical software package. SAS files contain data and descriptions.<ref>https://en.wikipedia.org/wiki/SAS_(software)</ref> | ||
| + | |||
| + | ==File Information== | ||
| + | |||
| + | Some of the software's files are: | ||
| + | |||
| + | '''.sas7dat''', | ||
| + | |||
| + | '''.sas''' sas program file. | ||
| + | |||
| + | '''[[SAS_Transport_File|XPT]]''' SAS Transport File | ||
| + | |||
| + | A full table of SAS files can be found on the [https://web.archive.org/web/20211127170408/http://v8doc.sas.com/sashtml/win/z1iles.htm official documentation (archived)]. | ||
| + | |||
| + | Info on deciphering one version was available [http://cybertiggyr.com/ff0/ here] (dead link, Sep 2018). | ||
| + | |||
| + | ==Specifications== | ||
| + | * [https://cran.r-project.org/web/packages/sas7bdat/vignettes/sas7bdat.pdf SAS7BDAT Database Binary Format] | ||
| + | |||
| + | ==References== | ||
| + | <references/> | ||
Latest revision as of 18:46, 12 November 2024
SAS (Statistical Analysis System) is a scientific statistical software package. SAS files contain data and descriptions.[1]
[edit] File Information
Some of the software's files are:
.sas7dat,
.sas sas program file.
XPT SAS Transport File
A full table of SAS files can be found on the official documentation (archived).
Info on deciphering one version was available here (dead link, Sep 2018).