Copy from Remote zOS to Local zOS

Copy from Remote z/OS to Local z/OS (with Encryption, Compression, and Data Authentication) via Universal Copy

The following figure illustrates the copying of a file from a remote z/OS system to a local z/OS system (with encryption, compression, and data authentication).


The JCL procedure UCMDPRC is used to execute the command. The command is sent to a remote system named dallas for execution. The UNVOUT DD specifies a local data set to use for the standard output of the remote command.

Options are read from the encrypted file allocated to DD LOGONDD.

The file is copied as a text file, since the default transfer mode for standard files is text.

SYSIN Options

The SYSIN options used in this example are:

Option

Description

-script

DD from which to read a script file. The script file is sent to the remote system for execution.

-encryptedfile

DD from which to read an encrypted command options file.

-host

Directs the command to a computer with a host name of dallas.

-stdout

Specification that the options following this one apply to the stdout file.

-encrypt

Specification that standard file data sent over the network is encrypted.

-compress

Specification for whether the standard file data transmitted across the network should be compressed.

-authenticate

Specification that standard file data sent over the network is authenticated.

Components

Universal Command Manager for z/OS

Universal Command Server for z/OS

Universal Copy