1,126
edits
(Added IBM CMOD System Load INDEX_TYPE table.) |
|||
| Line 369: | Line 369: | ||
= System Load Application Group = | = System Load Application Group = | ||
The IBM CMOD System Load Application Group contains information on loads into the server - and while this is convenient in itself, it's especially useful for running quick reports. | The IBM CMOD System Load Application Group contains information on loads into the server - and while this is convenient in itself, it's especially useful for running quick reports. | ||
=== SA2.Index_Type | |||
The Index_Type field in the IBM CMOD System Load table describes the type of indexer that was used to extract the metadata from the document that was being loaded. | |||
{| class="wikitable" style="text-align:center;" | |||
|+ Index_Type Mappings | |||
!Indexer | |||
!ASCII Letter | |||
!Table Value | |||
|- | |||
|ACIF||"A"||65 | |||
|- | |||
|Generic||"G"||71 | |||
|- | |||
|Internal||"I"||73 | |||
|- | |||
|None||"N"||78 | |||
|- | |||
|OS390||"3"||51 | |||
|- | |||
|OS400||"4"||52 | |||
|- | |||
|PDF||"P"||80 | |||
|- | |||
|Unknown||"U"||0 | |||
|- | |||
|XML||"L"||76 | |||
|} | |||