SET-ALPHA
Sets a specified range of hexadecimal values to be alphabetic for the executing process.
Command Class
TCL-II command.
Syntax
SET-ALPHA ({m-n} {C}
Syntax Elements
m is the decimal representation of the first hexadecimal value in the range.
n is the decimal representation of the last hexadecimal value in the range.
Options
C Clears X'80'-X'FF' to non-alphabetic.
Restrictions
m < n, m > 127 (i.e. X'7F'), n <= 248 (i.e. X'F8').
Example
SET-ALPHA (128-135
Sets X'80' to X'87' to be alphabetic.
Comments
If the command is successful, the system responds with Done
.
If the command is unsuccessful, the system responds with [9119] Alphabetic definition out of range
.
Refer to the description of LOAD-ALPHA for more details.