Transfers an in-memory table.
specifies to transfer the tables through the root nodes on the two clusters. With this option, the data are collected by the exporting root node before sending them to the importing root node. The importing root node then distributes the data to its worker nodes before passing the data to the importing server instance.
Alias | NOWORKER |
specifies that the procedure executes one statement at a time rather than accumulating statements in RUN blocks.
Alias | SINGLESTEP |
specifies that the procedure terminate when an error message is received from one of the servers.
This option suppresses the generation of ODS tables and other printed output in the IMXFER procedure.
When an action completes successfully, the IMXFER procedure generates a SAS log message that contains the execution time of the request. Specify this option to suppress the message.
Alias | NOTIME |
specifies the time in seconds that the worker nodes of the exporting server waits for network connections. When this interval of time has passed, the data transfer occurs through the root nodes only.
Alias | CONNTIME= |
Default | 30 seconds |