TDP2827 DDNAME "name", RECORD number: "directive" CODEPOINT OUT OF ORDER
Explanation:
A SET USERCS command was specified with the indicated DDName but a statement beginning on the indicated record specified a second target codepoint that was less than the first target codepoint. The directive with which the statement is associated is also indicated.
Generated By:
TDP.
Notes:
The MONOCASE, SANTITIZE, and UNICODE directives are 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 a valid codepoint range.