Example—Precompress a Binary File

In this example, the source file is a binary file named source.file which is precompressed into a destination file named compressed.file. Default settings are used for parameters that are not specified.

cdsacomp -m compress
         -d binary
         -infile source.file
         -outfile compressed.file