Property | Description |
---|---|
Connection | Name of the SAS connection. |
Target Type | Type of the SAS target objects available. You can write data to a single SAS target object. You cannot write data to multiple objects or parameterize the object. |
Object | Name of the SAS target object. |
Operation | Not applicable for SAS connector. |
Property | Description |
---|---|
Load Type | Specifies the operation to write data to SAS objects. You can select one of the following operations:
|
Trace | Indicates whether the SAS Connector must toggle verbose logging. |
Compress | Compresses the data into the SAS datasets. |
PreSASCode | Specifies a SAS Macro or a SAS %include statement to be executed before the Secure Agent writes data into the SAS target object. Ensure that the SPI Server is configured to allow the execution of SAS exits. To invoke a SAS Macro, you must define the SAS Macro in the autoexec.sas file in the SPI Server configuration. |
PostSASCode | Specifies a SAS Macro or a SAS %include statement to be executed after the Secure Agent writes data into the SAS target object. Ensure that the SPI Server is configured to allow the execution of SAS exits. To invoke a SAS Macro, you must define the SAS Macro in the autoexec.sas file in the SPI Server configuration. |
Table Name | The name of the SAS table where you want to write the data. |
Library Name | The library name associated with the SAS table. |
Index Name (For Update Strategy) | Name of the index that defines the composite key to be used when the load type is Update Else Insert. Note: This property is applicable only when you select Update Else Insert as the load type. |
Forward Rejected Rows | Not applicable for SAS Connector. |