Specifies a list of paths in which to store data partitions (.dpf) for an SPD Engine data set.
| Default: | The primary path specified in the LIBNAME statement |
| Interactions: | PARTSIZE= LIBNAME Statement Option |
| PARTSIZE= Data Set Option | |
| Engine: | SPD Engine Only |
is a complete pathname in single or double quotation marks within parentheses. Separate multiple arguments with spaces.
/data01 and /data02 are
locally mounted drives on the localA computer, use the pathnames /nfs/localA/data01 and /nfs/localA/data02 in
the LIBNAME statement.
libname mylib spde '/metadisk/metadata'
datapath=('/disk1/dataflow1' '/disk2/dataflow2' '/disk3/dataflow3');
For example, if /disk2/dataflow2 is randomly selected
as the first path, the first partition is located there. The second
partition is located in /disk3/dataflow3, the third partition is located
in /disk1/dataflow1, and so on.