Loading...
Select Version
LMS runs in 31-bit addressing mode by default. When called as a main program, LMS is started directly in 31-bit addressing mode.
When called via subroutine interfaces, LMS switches to 31-bit addressing mode when needed.
The addressing mode in which a user exit is called is determined by the AMODE attribute of the activated user routine:
AMODE = 31 / *ANY : | 31-bit addressing mode |
AMODE = 24 : | 24-bit addressing mode |