UENCRYPTED_CODEPAGE - UCMD Manager configuration option
Description
The UENCRYPTED_CODEPAGE option specifies the character code page that Universal Command Manager uses to translate characters within a command file that has been encrypted with the Universal Encrypt utility.
The UENCRYPTED_CODEPAGE_PATH option specifies the path to the directory containing this code page.
Usage
Method | Syntax | IBM i | UNIX | Windows | z/OS |
Command Line, Short Form | n/a | ||||
Command Line, Long Form | -uencrypted_codepage codepage |
|
|
| |
Environment Variable | UCMDUENCRYPTEDCODEPAGE=codepage |
|
| ||
Configuration File Keyword | n/a | ||||
STRUCM Parameter | ECMFILECP(codepage) |
|
Values
codepage is the character code page that will be used to translate the contents of an encrypted command file specified by the COMMAND_FILE_ENCRYPTED option.
codepage references a Universal Translate Table (UTT) file provided with the product. UTT files are used to translate between Unicode and the local single-byte code page. (All UTT files end with an extension of .utt.)
Note
UTF-8 is not a supported codepage value for UENCRYPTED_CODEPAGE. UTF-8 codepage is valid only for standard I/O text file translation. Consequently, it can be specified only with the SIO_LOCAL_CODE_PAGE and SIO_REMOTE_CODE_PAGE options.
See Character Code Pages for a complete list of character code pages provided by Stonebranch Inc. for use with Universal Agent.
Default
Default is different for different operating systems:
- ISO8859-1 (8-bit ASCII): ASCII-based operating systems
- IBM1047 (EBCDIC): EBCDIC-based operating system