Logical log data set record (DLDS)
Use the SEGMENTED field of this record to determine when the logical log data file contains segmented logical log records. For more information, see Normal-and-segmented-logical-log-record-formats.
Record status: Db2 specific
Field name | Offset | Definition | Description | |
---|---|---|---|---|
Dec | Hex | |||
CNTLRECORDTYPE | 00 | 00 | CHAR(4) | Control record type: DLDS - Logical Log DS Record (Db2) |
ORIGDATADSNAME | 04 | 04 | CHAR(44) | Name of logical log data set when created |
RECORDFORMAT | 48 | 30 | CHAR(3) | Logical log file RECFM VB - variable blocked VBS - variable block spanned (VBS is tolerated, but ignored) |
DATEFORMAT | 51 | 33 | CHAR(8) | Date/Times in the logical log file are: DB2I - DB2 DB2ISO format SASTIME - SAS format |
EXPANDVAR | 59 | 3B | CHAR(1) | N - VAR fields are not expanded to full length Y - VAR fields are expanded to full length or padded as required |
SEGMENTED | 60 | 3C | CHAR(1) | N - logical log file does not contain segmented records Y - logical log file contains segmented records |
DDLOBJECTS | 61 | 3D | CHAR(1) | N - logical log file does not contain DDL information Y - logical log file contains DDL information |
LOBSINCLUDED | 62 | 3E | CHAR(1) | N - logical log file does not contain LOB data (column values) Y - logical log file contains LOB data |
XMLINCLUDED | 63 | 3F | CHAR(1) | N - logical log file does not contain XML data (column values) Y - logical log file contains XML data |
XMLSTRINGINCLUDED | 64 | 40 | CHAR(1) | N - XML string information was not created with this logical log file Y - logical log file points to XML string information in a separate data set |
MERGED | 65 | 41 | CHAR(1) | N - logical log file was not created by merging multiple logical log files Y - logical log file was created by merging multiple logical log files |
CMDSINCLUDED | 66 | 42 | CHAR(1) | N - logical log file does not contain Db2 command information Y - logical log file contains Db2 command information |
INLINELOBSINCLUDED | 67 | 43 | CHAR(1) | N - logical log file does not contain inline LOB data (column values) Y - logical log file contains inline LOB data |
(Total Length) | 68 | 44 | Not applicable | Not applicable |