Archive data sets

With ZOAU, you can archive a set of data sets into a binary HFS file in the following ways:

  • Issue a shell command:

    dzip /tmp/zoau.dzp ${prefix}.ZOAU.*
    
  • Call an API in Python programs:

    datasets.zip(file="/tmp/zoau.dzp", "%s.ZOAU.*" % HLQ)