Hitachi TrueCopy for IBM z/OS User and Reference Guide (T5211-96001, June 2007)
TrueCopy for z/OS Scripting B-25
Hitachi Universal Storage Platform V TrueCopy for IBM z/OS User’s Guide
b
le B-10 ASCII Character Codes
b
le B-11 If/EndIf Comparison
Symbols
Character Code
Symbol Meaning
0 0x30 = = Expression 1 is equal to Expression 2.
1 0x31 < Expression 1 is less than Expression 2.
9 0x39 <= Expression 1 is less than or equal to Exp 2.
A 0x41 > Expression 1 is greater than Expression 2.
Z 0x5a >= Expression 1 is greater than or equal to Exp 2.
a 0x61 != Expression 1 is not equal to Expression 2.
z 0x7a