TRANSACTIONAL - UCOPY configuration option

Description

The TRANSACTIONAL option specifies whether or not the copy operation is performed in transactional mode.

Usage

Method

Syntax

IBM i

UNIX

Windows

z/OS

Command Line, Short Form

-t option


(tick)

(tick)


Command Line, Long Form

-transactional option


(tick)

(tick)


STRUCP Parameter

n/a





Values

option is the specification for whether or not the copy operation is performed in transactional mode.

Valid values for option are:

  • yes
    Data is copied in a transactional mode. The data first is copied to a temporary file on the same file system. When the copy operation completes successfully, the temporary file is renamed to the file name specified by the OUTPUT option.
  • no
    Data is not copied in a transactional mode.

Default is no.