|
The SAS Import node imports SAS data into IBM® SPSS® Modeler.
|
Example
node = stream.create("sasimport", "My node")
node.setPropertyValue("format", "Windows")
node.setPropertyValue("full_filename", "C:/data/retail.sas7bdat")
node.setPropertyValue("member_name", "Test")
node.setPropertyValue("read_formats", False)
node.setPropertyValue("full_format_filename", "Test")
node.setPropertyValue("import_names", True)
Table 1. sasimportnode properties
sasimportnode properties |
Data type |
Property description |
format |
Windows
UNIX
Transport
SAS7
SAS8
SAS9 |
Format of the file to be imported. |
full_filename |
string |
The complete filename that you enter, including its path. |
member_name |
string |
Specify the member to import from the specified SAS transport
file. |
read_formats |
flag |
Reads data formats (such as variable labels) from the specified
format file. |
full_format_filename |
string |
|
import_names |
NamesAndLabels
LabelsasNames |
Specifies the method for mapping variable names and labels
on import. |