COMMAND_FILE_ENCRYPTED - UECLoad configuration option

Description

The COMMAND_FILE_ENCRYPTED option specifies the ddname / file name of a data set / file containing encrypted values for command line option parameters.

Command files specify an additional source of command line options. Storing options in a file can be used in situations where it is not desirable to explicitly specify them on the command line. The options read from the file are processed exactly like options specified on the command line. The options must be in their respective command line formats.

UECLoad can process command files that are either encrypted or in plain text (see the COMMAND_FILE_PLAIN option). Encrypted command files are an excellent place to store sensitive data such as user IDs and passwords. Command files (encrypted or not) that contain sensitive data should be protected from unauthorized read access with a security system, such as RACF.

Use the Universal Encrypt utility provided with Universal Command to encrypt a plain text command file. If a key was used to encrypt the file, the same key must be supplied using the ENCRYPTION_KEY option.

Note

If a data set / file is specified in this option, it should not be specified additionally in the COMMAND_FILE_PLAIN option. If it is, the data set / file specified in COMMAND_FILE_PLAIN will be used.

Usage

Method

Syntax

IBM i

HP NonStop

UNIX

Windows

z/OS

Command Line, Short Form

-x ddname or filename

(tick)

(tick)

Command Line, Long Form

-encryptedfile ddname or filename

(tick)

(tick)

Environment Variable

n/a

Definition File Keyword

n/a

Values

filename is the name of the file containing the encrypted command parameter values.