I05 to I13

This section describes the common tag pairs and elements of the XML detail lines shared by reports I05 through I13. The same information is categorized and displayed differently in each report. The report names covered by the following XML are:
  • I05 IMS™ CPU Usage by PSB
  • I06 IMS CPU Usage by Txn
  • I07 IMS CPU Usage by DL/I Call
  • I08 IMS WAIT Time by PSB
  • I09 IMS WAIT Time by Txn
  • I10 IMS WAIT Time by DL/I Call
  • I11 IMS DL/I Activity by PSB
  • I12 IMS DL/I Activity by Txn
  • I13 IMS DL/I Activity by DL/I Call
The XML elements presented below may be repeated multiple times and appear under different parent elements. In the XML document, all elements are listed in hierarchical order as they appear in the online report.
Field title in online report XML element
  <Category>
Name <CategoryName>name</CategoryName>
Description <CategoryDescription>description</CategoryDescription >
  <Measurements>n</Measurements>
Percent of xxx Time * 10.00% <Percent>n</Percent>
  </Category>
  <CSECT>
Name <CSECTName>name</CSECTName>
Description <CSECTDescription>description</CSECTDescription>
  <Measurements>n</Measurements>
Percent of xxx Time * 10.00% <Percent>n</Percent>
  </CSECT>
  <DLICall>
Name <SequenceNumber>n</SequenceNumber>
Description <FunctionPCBProgramOffset>FuncNameNameOffset</FunctionPCBProgramOffset>
  <Measurements>n</Measurements>
Percent of xxx Time * 10.00% <Percent>n</Percent>
  </DLICall>
  <DMRequest>
Name <MacroName>name</MacroName>
Description <MacroLocation>location</MacroLocation>
  <Measurements>n</Measurements>
Percent of xxx Time * 10.00% <Percent>n</Percent>
  </DMRequest>
  <DPAGroup>
Name <DPAGroupName>name</DPAGroupName>
Description <DPAGroupDescription>description</DPAGroupDescription>
  <Measurements>n</Measurements>
Percent of xxx Time * 10.00% <Percent>n</Percent>
  </DPAGroup>
  <File>
Name <DDName>ddname</DDName>
Description <AccessMethod>accessmethod</AccessMethod>
  <Measurements>n</Measurements>
Percent of xxxTime * 10.00% <Percent>n</Percent>
  </File>
  <LoadModule>
Name <LoadModuleName>name</LoadModuleName>
Description <LoadModuleDescription>description</LoadModuleDescription>
  <Measurements>n</Measurements>
Percent of xxx Time * 10.00% <Percent>n</Percent>
  </LoadModule>
  <NoSymAddressRange>
Name <AddressRange>address</AddressRange>
Description <AddressRangeDescription>Unresolved Address</AddressRangeDescription
  <Measurements>n</Measurements>
Percent of xxx Time * 10.00% <Percent>n</Percent>
  </NoSymAddressRange>
  <PSB>
Name <PSBName>name</PSBName>
Description <Description>description</Description>
  <Measurements>n</Measurements>
Percent of xxx Time * 10.00% <Percent>n</Percent>
  </PSB>
  <SQLRequest>
Name <SequenceNumber>n</SequenceNumber>
Description <ProgramStatementFunction>name(stmt)function</ProgramStatementFunction>
  <Measurements>n</Measurements>
Percent of xxx Time * 10.00% <Percent>n</Percent>
  </SQLRequest>
  <SVCRoutine>
Name <SVCId>svcid</SVCId>
Description <SVCDescription>description</SVCDescription>
  <Measurements>n</Measurements>
Percent of xxx Time * 10.00% <Percent>n</Percent>
  </SVCRoutine>