Previous Topic: COPIES

Next Topic: DATACLAS


CREATE_DIRECTORIES

Indicates whether to create the specified directory if it does not exist.

YES

Create the directory if it does not exist.

NO

Do not create the directory if it does not exist.

Default: YES

CREATEDELETE

This parameter specifies whether an existing data set can be deleted and a new data set allocated at the start of a FILEOPT=CREATE transfer. This functionality is for CA XCOM Data Transport z/OS partners with support for CREATEDELETE. The CREATEDELETE parameter in the z/OS default table (XCOMDFLT) or destination member (XCOMCNTL) specified by the z/OS CA XCOM Data Transport Administrator affects the functionality of this parameter.

When z/OS has CREATEDELETE=ALLOW:
YES

If FILEOPT=CREATE and the data set exists, then the data set is deleted and a new data set is allocated at the start of the transfer.

NO

If FILEOPT=CREATE and the data set exists, then the transfer fails with a catalog/file error.

When z/OS has CREATEDELETE=YES:
YES or NO

If FILEOPT=CREATE and the data set exists, then the data set is deleted and a new data set is allocated at the start of the transfer.

When z/OS has CREATEDELETE=NO:
YES or NO

If FILEOPT=CREATE and the data set exists, then the transfer fails with a catalog/file error.

Default: NO

Note: