Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Load Module table

&pagelevel(5)&pagelevel

The entries have the following meanings:

Bytes
hexadec.: 
32-Bit
(64-Bit)

Meaning

0-23
(0-47)

(not relevant)

24-43
(48-67)

shared object name

44
(68)

Load mode of shared object, possible values:
X'00' = shared object linked statically to application
X'01' = shared object is dynamically loaded on starting application
X'02' = shared object is loaded when first called
X'03' = shared object is loaded into a memory pool

45
(69)

not used

46
(6A)

Exchange mode of shared object, possible values:
X'00' = shared object not exchangeable
X'01' = shared object individually exchangeable
X'02' = (not currently used)
X'03' = shared object exchangeable only with entire application because loaded into local pool

47-5F
(6B-83)

Version number of the shared object to be loaded (on exchanging)

60-61
(84-85)

Index of the context to which this shared object belongs

62-63
(86-87)

Index of the memory pool (MPOOL) into which this shared object is loaded

64-65
(88-89)

Index of the library (LIB) from which this shared object was loaded

66-67
(8A-8F)

not used

68-6B
(90-97)

UTM internal Info

6C-6D
(98-99)

Index of the first program in this shared object

6E-85
(9A-B1)

Version number of the current (=most recently loaded) shared object

86-87
(B2-B3)

UTM internal Info

88-89
(B4-B5)

Index of the next shared object in the same context

8A-8B
(B6-B7)

Index of the first AREA in this shared object

8C
(B8)

Load status of shared object:
X'00' = shared object not loaded
X'01' = shared object loaded
X'02' = shared object when a program which is linked into this shared object is loaded.

X'03' = (not currently used)

If the new version number is the same as the old version number, this means that this shared object has not been exchanged since the last KDCDEF run.