Adds a data set to HDFS as a SASHDAT file.
Example: | Adding and Removing Files in HDFS |
specifies the block size to use for distributing the data set. Suffix values are B (bytes), K (kilobytes), M (megabytes), and G (gigabytes). The default block size is 32M.
Alias | BLOCK= |
specifies the number of replications to make for the data set (beyond the original blocks). The default value is 2 when the INNAMEONLY option is specified and otherwise is 1. Replicated blocks are used to provide fault tolerance for HDFS. If a machine in the cluster becomes unavailable, then the blocks needed for the SASHDAT file can be retrieved from replications on other machines.
Alias | COPY= |
specifies any data set options to apply to the input data set.
specifies the directory in HDFS in which to store the SASHDAT file. The value is case sensitive. The filename for the SASHDAT file that is stored in the path is always lowercase.
Alias | OUTDIR= |
specifies that the SASHDAT file should be overwritten if it already exists.
Alias | OVERWRITE |
specifies the variables from the input data set to include in the SASHDAT file that is stored to HDFS. The default action is to include all the variables from the input data set.