Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Create Zip from Object (CLZIP) command creates or adds to a ZIP file on the IFS by adding the IBM i objects to the zip file.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
OBJ | Object to add to ZIP file | Single values: *STMF Other values: Qualified object name |
Required, Positional 1 |
Qualifier 1: Object to add to ZIP file | Name | ||
Qualifier 2: Object library | Name, *CURLIB | ||
OBJTYPE | Object type | Character value, *FILE, *SAVF, *USRSPC | Optional, Positional 2 |
STMF | IFS File | Path name, *NONE | Optional, Positional 3 |
SUBDIR | Include subdirectories | *YES, *NO | Optional, Positional 4 |
ZIPLOC | Zip file location | Path name, *HOME | Optional, Positional 5 |
ZIP | Zip file name | Path name, *OBJ, *OBJLIB | Optional, Positional 6 |
VERBOSE | Verbose messages | *YES, *NO | Optional, Positional 7 |
COMMENTS | Embedded Comments | Character value, *NONE | Optional, Positional 8 |
Top |
Specifies object to add to the ZIP file.
This is a required parameter.
Single values
Qualifier 1: Object to add to ZIP file
Qualifier 2: Object library
Top |
Specifies type of object being zipped. This parameter is ignored when OBJ(*STMF) is specified.
Top |
Specifies the IFS object to be zipe. This parameter is used when the OBJ parameter is OBJ(*STMF) otherwise this parameter is ignored.
Top |
Specifies when OBJ(*STMF) is specified, whether to include subfolders and the files they contian in the zip file.
Top |
Specifies the location of the ZIP file on the IFS.
Top |
Specifies the name of the ZIP file.
Top |
Specifies whether messages generated by CLZIP are filtered or unfiltered.
Top |
Specifies additional comments to add to the zip entry.
Top |
Top |
Top |