LMOD
| Subentry name | Maximum length (decimal) | Description |
|---|---|---|
| CALLLIBS | * | A linked list containing the names of the DDDEF entries, existing in the same zone, that compose the SYSLIB allocation to be used when the load module is link-edited. Each entry name may be up to 8 bytes in length. |
| COPIED | 3 | A special SMP/E indicator meaning that the load module was copied during system generation, and that there is a one-to-one correspondence between the distribution library module (the MOD entry) and the target system load module (the LMOD entry) (YES or NO). |
| ENAME | 8 | Name of the entry. |
| LASTUPD | 7 | Cause of last change to this LMOD entry. |
| LASTUPDTYPE | 3 | Indicates how the entry was last changed. |
| LEPARM | * | A character string containing the link-edit attributes that must be used when this load module is link-edited. This is not a linked list. |
| LECNTL | * | A linked list containing records of link-edit control cards necessary to relink-edit this load module. Each record may be up to 80 bytes in length. |
| LMODALIAS | * | A linked list containing the names of the aliases associated with this LMOD. Each alias name may be up to 1023 bytes in length. |
| LMODSYMLINK | * | A linked list containing the names of symbolic links associated with a load module. The values are the values specified on ALIAS (SYMLINK,symlink_value) link-edit control statements. Each symbolic link may be up to 1023 bytes in length. |
| MODDEL | * | A linked list containing the names of modules that were once part of this load module, but have been deleted. Each module name may be up to 8 bytes in length. |
| RC | 2 | Highest acceptable link edit return code for this load module. |
| SIDEDECKLIB | 8 | Specifies the ddname of the library where the load module's definition side deck resides. |
| SYSLIB | * | A linked list containing the ddnames of the target system libraries in which this load module resides. Each ddname may be up to 8 bytes in length. |
| UTIN | * | A linked list containing utility
input (UTIN) subentries, each of which contains the filename of the
input to be included during a link-edit operation, and the library
ddname where the file resides. The format is filename,ddname.
Each UTIN subentry may be up to 1032 bytes in length. (The filename
may be up to 1023 characters in length. The ddname may be up to 8
characters in length. And then there is the delimiting comma.) Note: It
should be noted that a comma is a valid character within the filename
value. The comma is also the delimiter separating the filename from
the ddname. Therefore, the utility input data should be scanned from
the last byte to the first byte in order to accurately find the comma
that separates the ddname from the filename.
|
| XZMOD | * | A linked list containing the XZMOD subentries containing the names of the modules that were added to the load module by the LINK MODULE command. The name of the zone supplying each module is also indicated. The format is module,zone. Each XZMOD subentry may be up to 16 bytes in length. |
| XZMODP | 3 | Indicates whether the load module contains one or more modules from another zone and that XZMOD subentries exist in this LMOD entry. (YES or NO). |