SAS
From Just Solve the File Format Problem
(Difference between revisions)
(add lead) |
|||
(One intermediate revision by one user not shown) | |||
Line 6: | Line 6: | ||
}} | }} | ||
− | SAS (Statistical Analysis System) is a scientific statistical software package. SAS files contain data and descriptions. | + | 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: | Some of the software's files are: | ||
Line 14: | Line 16: | ||
'''.sas''' sas program file. | '''.sas''' sas program file. | ||
− | A full table of SAS files can be found on the [http://v8doc.sas.com/sashtml/win/z1iles.htm official documentation]. | + | '''[[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). | 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).