Application.ImportSASAsSpreadsheet
This function imports a SAS File into a Statistica Spreadsheet.
| Syntax | Parameters | Return Value |
|---|---|---|
Function Application.ImportSASAsSpreadsheet( _
fileName As String, _
Optional bCaseNamesFromFirstCol As Boolean = False, _
Optional firstCase As Long = 1, _
Optional lastCase As Long = -1, _
Optional Variables As Variant = -1) As Spreadsheet
|
Path to the SAS file to import. Type: String
Type: Boolean Default value: False
Type: Long Default value: 1
Type: Long Default value: -1
Type: Variant Default value: -1 |
Spreadsheet |