A system variable that contains the routing code(s) assigned to the current message, in hexadecimal.
The routing codes(s) that is assigned to a message are in the range from 1 to 128. This is a sixteen-character system variable containing the hexadecimal representation of the routing code(s).
For example, &AOMRHEX contains E020000000000000 for ROUTCDE=(1,2,3,11), which is equal to binary 1110000000100000....
Example: &AOMRHEX
& CALL STATPROG &AOMRHEX
Note: &AOMRHEX is HEX packed before passing to a user program via &CALL by using the built-in function &HEXPACK.
| Copyright © 2009 CA. All rights reserved. |
|