“ucopy” is a data copying utility provided by Stonebranch Inc, as part of their “Universal Command” product and can be used to copy securely data from z/OS to Windows.
Acquire can generate a ucopy command if the parameter PUSHUCOPY=Y or PUSHUCOPY=G is provided. This parameter is mutually exclusive with PUSHFTP= for anything except PUSHFTP=N. The PUSHFTP file will carry the ucopy command, which will be of the form:
ucopy -t yes -o <filename>
The -t operand says to transfer data to a temporary file name and when successfully completed rename it to the name in the -o operand.
If PUSHUCOPY=G is provided the final file name will have a prefix of “G” added.
The <filename> will be a name ready for Control Center to collect or process.