CLI1036 A codepoint is out of range - Teradata Tools and Utilities

Mainframe Call-Level Interface (CLI Prefix) Messages

Product
Teradata Tools and Utilities
Release Number
15.xx,16.xx
Language
English (United States)
Last Update
2018-10-23
dita:id
B035-1096-CLI
lifecycle
latest
Product Category
Teradata® Tools and Utilities

CLI1036 A codepoint is out of range

Explanation:

A specified codepoint was not within the acceptable range of codepoints that are meaningful to CLIv2. The codepoint could be either the first target codepoint or the second target codepoint. The first and second target codepoints may specify only codepoints relevant to CLIv2. Specifically, only characters in the basic repertoire (basically, the codepoints with the smallest length or values in a character set) may be specified.

Notes:

Execution ends with return code 8. No TRD2XCI module is produced. The UNICODE directive is followed by one or more statements that define certain codepoints. A codepoint is the hexadecimal representation of a character in a character set. "C1" is the codepoint for the EBCDIC Capital Letter A; "0020" is the codepoint for the Unicode Space. Codepoints are specified as the first target codepoint (the first or only codepoint before the colon), the second target codepoint (the codepoint between a dash and the colon), or a data codepoint (a codepoint after the colon).

Remedy:

Correct the faulty statement to specify only basic repertoire codepoints.