
The ZIP tool is a compression tool that combines multiple files into a single JAR archive file. JAR is a general-purpose archiving and compression tool, based on ZIP and the ZLIB compression format.

| Parameters | Type | Description | |
| Stream Files(s) | Char(256) 10x | Contains the name and path of the stream files you wish to include in Zipped file. This is a 256 character field that allows 10 entries. | |
| Zipped Files | Char(256) | Contains the name and path of the Zipped file. |
The UNZIP tool is a decompression tool that extracts multiple files from a single JAR archive file. JAR is a general-purpose archiving and compression tool, based on ZIP and the ZLIB compression format.

| Parameters | Type | Description | |
| Zipped Stream Files(s) | Char(256) | Contains the name and path of the Zipped stream file. This is a 256 character field. | |
| UnZip To Directory Name | Char(256) | Contains the Path or Directory where you wish the UnZipped files to reside. This is a 256 character field. |