S02 Load Module Attributes
The table below lists all possible report tag pairs and their sub-elements
hierarchically. When the XML document is created, the report tag pairs
may be repeated, nested or eliminated as appropriate for the data
in the report, and depending on the setup options chosen.
Field title in online report | XML element |
---|---|
<LoadModuleAttributes> | |
Module Information for | <ModuleInformationFor>name</ModuleInformationFor> |
Load Address | <LoadAddress>n to n</LoadAddress> |
Module Size | <ModuleSize>n</ModuleSize> |
Attributes | <Attributes>attributes</Attributes> |
Module Location | <ModuleLocation>location</ModuleLocation> |
SVC Module for | <SVCModuleFor>n</SVCModuleFor> |
Loadlib DDNAME | <DDName>ddname</DDName> |
Load Library | <LoadLibrary>dsn</LoadLibrary> |
Program Group | <ProgramGroup>pgmgroup</ProgramGroup> |
Subgroup | <SubGroup>subgroup</SubGroup> |
Function | <Function>function</Function> |
<ESDInformationFor> | |
ESD Information for | <ModuleName<name>/ModuleName> |
<ESDInformation> | |
External | <External>external</External> |
Offset | <Offset>n</Offset> |
Length | <Length>n</Length> |
Start Addr | <StartAddr>n</StartAddr> |
End Addr | <EndAddr>n</EndAddr> |
Entry Points | <EntryPointCompiler> |
Compiled by | <CompilerLanguage>language</CompilerLanguage> |
<CompilerVersion>version</CompilerVersion> | |
at | <TimeStamp>yyyy/mm/dd hh:mm:ss</TimeStamp> |
<EntryPointOffset> | |
<HexOffset>+n</HexOffset> | |
<EntryPointName<name>/EntryPointName> | |
</EntryPointOffset> | |
</EntryPointCompiler> | |
</ESDInformation> | |
</ESDInformationFor> | |
</LoadModuleAttributes> |