etlplus.file.sas7bdat

etlplus.file.sas7bdat module.

Helpers for reading SAS (SAS7BDAT) data files.

Notes

  • A SAS7BDAT file is a proprietary binary file format created by SAS to store

    datasets, including variables, labels, and data types.

  • Common cases:
    • Statistical analysis pipelines.

    • Data exchange with SAS tooling.

  • Rule of thumb:
    • If the file follows the SAS7BDAT specification, use this module for

      reading.

Classes

Sas7bdatFile()

Read-only handler implementation for SAS7BDAT files.