Assigning a prefix

To define a valid prefix that will not conflict with existing prefixes, adhere to the following guidelines:
Table 1. Valid Character Set
Character Set Contents  
Alphanumeric

alphabetic
numeric

Uppercase A through Z
0 through 9

National (See note)

“at” sign
dollar sign
pound sign

@, $, # (Characters that can be represented by hexadecimal values X'7C', X'5B', and X'7B')
Special

comma,
period,
slash,
apostrophe,
left parenthesis,
right parenthesis,
asterisk,
ampersand,
plus sign,
hyphen,
equal sign,
cent sign,
less than sign,
vertical bar,
exclamation point,
semi-colon,
percent sign,
underscore,
greater than sign,
question mark,
colon,
quotation marks

,
.
/
'
(
)
*
&
+
-
=
¢
<
|
!
;
%
_
>
?
:
"

Note: The system recognizes the following hexadecimal representations of the U.S. National characters: @ as X'7C', $ as X'5B', and # as X'7B'. In countries other than the U.S., the U.S. National characters represented on terminal keyboards might generate a different hexadecimal representation and cause an error. For example, in some countries the $ character may generate a X'4A'.