Amode Rmode
Amode Rmode
An ordinary symbol
A sequence symbol
24
31
64
ANY
ANY31
+----------------------+----------------------|
| RMODE 64
| AMODE 64
|
+---------------------------------------------+
****************************************************************************
RMODE
Description: RMODE = Residency Mode
In MVS, a program attribute that refers to where a module
is prepared to run.RMODE can be 24 or ANY. ANY refers to
the fact that the module can be loaded either above or
below the 16M line. RMODE 24 means the module expects to
be loaded below the 16M line.
Note: see item name -TRADEMARKS for trademark information.
****************************************************************************
RMODE:
This is a COBOL compiler option.
Format is: RMODE(
AUTO
24
ANY