Category: Operations
Database: DBC
| View Column | Data Type | Format | Description |
|---|---|---|---|
| CreateDate | DATE NOT NULL | YYYY/MM/DD | The date when the event took place. |
| CreateTime | FLOAT NOT NULL | 99:99:99.99 | The time when the event took place. |
| EventNum | INTEGER NOT NULL | --,---,---,--9 | The client system event number of the restore operation. |
| EventType | CHAR(30) LATIN NOT CASESPECIFIC NOT NULL | X(30) | The type of event that occurred. |
| UserName | VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL | X(128) | The username associated with the client system utility dump or restore event. |
| DataSetName | VARCHAR(44) UNICODE NOT CASESPECIFIC | X(44) | The client system data set name for a dump or restore event. |
| VolSerialId | CHAR(6) LATIN NOT CASESPECIFIC NOT NULL | X(6) | Unique six character volume serial assigned to a device. |
| VolSequenceNum | SMALLINT | ---,--9 | The sequence number of the volume, which defines the position of the volume in a multivolume set. |
| DupeDumpSet | CHAR(1) LATIN NOT CASESPECIFIC NOT NULL | X(1) | A code to indicate whether the dump event created a duplicate archive dataset. |