Specifies the operating system command for segment instances to run.
| Valid in: | DATA and PROC steps (when accessing DBMS data using SAS/ACCESS software) |
|---|---|
| Default: | none |
| Restriction: | Only for web tables |
| Requirement: | To specify this option, you must first specify BULKLOAD=YES. |
| Data source: | Greenplum, HAWQ |
| See: | BL_EXECUTE_LOCATION= data set option, BL_EXTERNAL_WEB= data set option, BULKLOAD= set option |
Table of Contents
specifies the operating system command for segment instances to run.
specifies a script that contains one or more operating system commands for segment instances to run.
Output is web table data at the time of access. Web tables that you access with an EXECUTE clause run the specified script or shell command on the specified hosts. By default, all active segment instances on all segment hosts run the command. For example, if each segment host runs four primary segment instances, the command is executed four times per host. You can also limit the number of segment instances that execute the command.