Chapter 12

Decompressing Files

This chapter describes the Sterling Connect:Direct decompress (CDDECOMP) command and its function. This chapter also shows sample CDDECOMP screens and describes the parameters used for the CDDECOMP command.

Using the CDDECOMP Command

Files are received from another node and archived on the i5/OS node as compressed files. Use the CDDECOMP command to decompress these files.

Note: Tuning parameters are not supported with the CDDECOMP command when sending a file.

CDDECOMP Command Example

The following command is an example of how to code the CDDECOMP command.

CDDECOMP INFILE(TESTLIB/CMP_FILE1) OUTFILE(TESTLIB/FILE2)

REPLACE(*YES)

CDDECOMP Command Format

The following are the parameters for the CDDECOMP command:

CommandParameters

CDDECOMPINFILE(library-name/file-name)

OUTFILE(library-name/file-name)

NEWNAME(current-member-name, new-member-name)

REPLACE(*NO*YES)

Page 143
Image 143
IBM CDI5UG1107 manual Decompressing Files, Using the Cddecomp Command, Cddecomp Command Example, Cddecomp Command Format