Defining symbolic characters
Use the SYMBOLIC CHARACTERS
clause to
give symbolic names to any character of the specified alphabet. Use
ordinal position to identify the character, where position 1 corresponds
to character X'00'.
For example, to give a name to the backspace character (X'16' in the EBCDIC alphabet), code:
SYMBOLIC CHARACTERS BACKSPACE IS 23