SAS
From Just Solve the File Format Problem
(Difference between revisions)
| (2 intermediate revisions by 2 users not shown) | |||
| Line 6: | Line 6: | ||
}} | }} | ||
| − | + | 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''', | |
| − | Info on deciphering one version [http://cybertiggyr.com/ff0/ here] | + | '''.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).