Restore data sets
With ZOAU, you can extract data sets from a binary file created by dzip
, or its Java and Python equivalents, to the specified HLQ in the following ways:
-
Issuing a shell command:
dunzip -s5M /tmp/zoau.dzp ${PREFIX}
-
Calling an API in Python programs:
datasets.unzip(file="/tmp/zoau.dzp", "%s" % HLQ, size="5M")