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

The entries have the following meaning:

Bytes
(hex.)

Meaning

0-23

(not relevant)

24-43

Load module name

44

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

45

Autolink function of load module (ALTLIB), possible values:
X'00' =   No searching in ALTLIB for resolving external references
X'01' =   Searching in ALTLIB for resolving external references

46

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

47-5E

Generated version of load module

5F-77

Version of the load module to be loaded (on exchanging)

78-79

Index of the context to which this load module belongs

7A-7B

Index of the memory pool (MPOOL) into which this load module is loaded

7C-7D

Index of the library (LIB) from which this load module was loaded

84-85

Index of the first program of this load module

88-89

Index of the next load module in the same context

8A-8B

Index of the first AREA in this load module

8C-A3

Version of the current (=last loaded) load module

A4

Load status of load module:
X'00' =   Load module not loaded
X'01' =   Load module loaded
X'02' =   Load module when a program which is linked into this load module is loaded.
X'03' =   (not currently used)

If the generated version = version of the load module to be loaded, this means that this load module has not been exchanged since the last KDCDEF run.