Skip to main content
Skip table of contents

Extended parameters of the module *ZIP

Select the *ZIP module by entering option number 8 into the corresponding choice box. In the dialog program "Change i-effect Module Data", parameters can now be modified.

The following parameters can be defined for the *ZIP module:

*ZIP Defaults:
Max. Lookahead for *AUTOThe maximum lookahead defines how many bytes are to be read from the decompressed data stream when determining the record length of a file (OUTRECL(*AUTO)). The larger the number of bytes, the longer it takes to automatically determine the record length.
Default value:
0

The default value is 0 (read the entire data stream).

If large files with definite record structure are processed, it is recommended to limit the value in order to improve runtime.

Compatible with gzip 1.2.2Determine if gzip files are generated in a format compatible with older versions of gzip. Version 1.2.2 does not support file comment fields, which are suppoted by version 1.2.4. and higher.
Possible values:
*NOCreate gzip files in the current format of version 1.2.4 and use file comment field
*YESCreate gzip files in an older format. This is required to open i-effect® files with older gzip or WinZip versions, or other
unpacking applications.
Default Output PathThis parameter defines the path where files generated with this module will be stored this path automatically if the variable %DEFAULTPATH% is used in the OUTPFILE parameter of the CVTSPLXXX command.
CODE
Default: /i-effect//spool/out
 
ZIP Standards for Compression before Sending:
Create ZIP Archive?Determine if a ZIP archive will be created to archive outbound data.
Possible values:
*NONo ZIP archive is created for archiving.
*YESA ZIP archive is created for archiving.
Compression RateWith this parameter the relation between optimal compression speed and maximum compression is managed. This relation is balanced in the default setting. Using value 1, the program achieves the highest speed but maximum compression will not be achieved. Using value 9, maximum compression is achieved but the program runs at a slower rate.
Default value:
3Values between 0 - 9 are valid. 0 = no compression; 9 = maximum compression.
Use Original Name?The original name of the input file can be output into the compressed output file. Therefore, i-effect® uses the name of the input file member. This name can be used for decompression in order to restore the file with exactly this name. (In this version the name can indeed be used for compression, but when decompressing the name is merely stored for information purposes in the file member text of the generated file member.)
Possible values:
*NOThe original name of the input file member is not stored.
*YESThe original name of the input file member is stored in the compressed output file.
Enter CRLF ?In order to enable the recipient to recognize the record structure of the original file, control characters for carriage return and line feed (CRLF) can optionally be inserted at the end of each record.
Possible values:
*NOData remain unchanged for input and compression
*YESThe control characters EBCDIC X'0D25' or ASCII X'0D0A' are inserted at the end of each record.
Delete Subsequent Blanks ?When processing a file for compression, i-effect® may delete all subsequent blanks at the end of each dataset. In connection with the parameter CRLFINSERT, this may be used to have the last character of a dataset followed by a record control character, which is not a blank.
Possible values:
*NOBlanks at the end of a dataset will NOT be deleted.
*YESAll blanks at the end of a dataset will be deleted.
From CCSID ?The code page number of the source system.
Possible values:
*JOBi-effect® uses the job's CCSID.
NumberThe CCSID's number.
To CCSID ?The code page number of the target system.
*JOBi-effect® uses the job's CCSID.
NumberThe CCSID's number.
Naming the Archive EntryEnter the name of the archive entry.
*DEFAULT
Format for FilenamesEnter the default format for filenames. When storing the file in the archive, the file is built as follows.
*FILEThe name of the archive file is identical to the name of the input file
*MEMBERThe name of the archive file is identical to the name of the input file member.
*NAMEFMT0

The name of the archive file corresponds to the following format:

library/file.filemember

*NAMEFMT1

The name of the archive corresponds to the following format:

QSYS.LIB/library.LIB/file.FILE/file member.MBR


ZIP Standards for Decompression after Reception:
From CCSID ?The code page number of the source system.
*JOBi-effect® uses the job's CCSID.
ZahlThe CCSID's number.
To CCSID ?The code page number of the target system.
*JOBi-effect® uses the job's CCSID.
ZahlThe CCSID's number.
Record Length Output FileThis parameter defines the record length of the output file.
*AUTOUsing this setting, the input file's record length is automatically used for compression. If inserting additional control characters is activated in parameter "CRLFINSERT", this will be considered when determining the record length. The decompressed data will be analyzed during decompression if *AUTO is selected. If record control characters (CRLF) are found, the output file will be stored with the record length that is necessary to store all datasets. (The length of the longest record will be used for the file.)
NumberRecord length
Output LibraryEnter the name of the library for output files.
*STDDefault value.
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.