MIME type: application/x-sas-xport SAS XPORT transport format. Legacy data exchange format. Stores numerical datasets in a portable format. Text format. Developed in the late 1980s by SAS Institute.
Import["file.stx"]reads all datasets and returns them as a table.
Import["file.stx", "LabeledData"]imports the entire file and returns an expression of the form {a1 -> col1, a2 -> col2, ...}, where the ai are the table headings.
Meta-information elements:
"Labels"
dataset names given as a list of strings
"Metadata"
information about each dataset, given as a list of strings