cdsacomp | decompress |
text | |
compressed.file | |
dest.file | |
/home/cd/ndm/xlate/def_recv.xlt |
Examples—csdacomp Command Help
Requesting a summary of cdsacomp command parameters and help options:
cdsacomp
The “precomp=yes” parameter is used when the file was compressed by the cdsacomp utility prior to this Process. The file is transferred by this Process as a
sample process snode=cdunix1 step01 copy
from
(
file=/home/cd/upload/compressed.file
sysopts=”:precomp=yes:” pnode
)
to
(
file=/home/cd/download/decompressed.file snode
disp=rpl
)
pend;
The precompressed file is copied to the z/OS node with PNODE sysopts of “datatype=binary”. The destination file is not decompressed. The DCB settings of the original precompressed file are preserved on the z/OS node. The specified checkpoint interval will be used during the file transfer. The file can be decompressed with the z/OS cdsacomp utility.
sample process snode=cdunix1 step01 copy
from
(
file=/home/cd/upload/compressed.file
sysopts=”:datatype=binary:” pnode
)
chkpt=2M to
(
file=upload.compressed.file dcb=(blksize=27920, lrecl=0, dsorg=ps, recfm=u) snode
disp=(new,catlg)
)
pend;