Previous Topic: XCOM_CONFIG_SSL

Next Topic: FILE


SYSIN01 Parameters Required by FILETYPE=FILE

The following additional parameters can be used only when FILETYPE=FILE has been indicated.

AVGREC

This parameter specifies the multiplier for Primary and Secondary allocation units when allocating a dataset based on the number of records. The record size is based on the value of the LRECL parameter.

U

Indicates that the PRI and SEC parameters specify the number of records to allocate for.

K

Indicates that PRI and SEC parameters specify the number of records in thousands (so it would be the number specified multiplied by 1024).

For example, specifying 3 would be stating 3 K or 3072 records.

M

Indicates that PRI and SEC parameters specify the number of records in millions (so it would be the number specified multiplied by 1048576).

For example, specifying 2 would be stating 2M or 2097152 records.

Default: Taken from the CA XCOM Data Transport Default Options table.

Note: This parameter applies only when the SPACE parameter specifies a value of REC for the ALLOC value. Indicating that a file is being allocated based on a specific number of records. For example, SPACE=(alloc, pri, sec, dir).

COMPRESS_PDS

COMPRESS_PDS is the parameter that causes the actual PDS compression to happen. If your CA XCOM Data Transport administrator has enabled the programmatic PDS compression feature in a CA XCOM Data Transport region, you can use the COMPRESS_PDS option to control if and when output PDS data sets get compressed as part of the transfer.

NONE

Suppresses the compression of an output PDS dataset as part of a CA XCOM Data Transport transfer.

BEFORE

Compresses an output PDS dataset before the transfer of user data begins.

AFTER

Compresses an output PDS dataset after the transfer of user data has completed.

BOTH

Compresses an output PDS dataset both before and after the transfer of user data.

Default: NONE

Notes:

Output

Output from the compression utility is handled in accordance with the setting of the CMPRS_SYSOUT_CL server-level parameter. The spool data sets (if they are allocated) will have the following prefixes:

The decimal transfer request number is appended to the prefix to provide a unique spool entry for each compression operation. This naming convention allows for the correlation of compression utility output with a specific file transfer if there is a need for problem determination research after the transfer.

Example:

For a request number 034271, the following spool entry names would apply:

EATTR

This parameter identifies if the dataset can have extended attributes when the dataset is allocated on an Extended Address Volume (EAV).

OPT

Specifies that a dataset can optionally have extended attributes.

NO

Specifies that a dataset cannot have extended attributes.

Default: None

Note: This parameter is applicable only for data set creation on an IBM mainframe.