The ANURDLOG table is used for log messages and is populated during the Life Cycle phase. The following table describes the columns in the ANURDLOG table:
| Column | Type | Length | Decimal | Domain | 
|---|---|---|---|---|
| DTCALC | CHAR | 8 | 0 | last recalculation date | 
| MACHINEID | CHAR | 10 | 0 | machine ID | 
| CDSOC | CHAR | 10 | 0 | company | 
| MCRECID | SMALLINT | 2 | 0 | machine/company ID | 
| FILRECID | INTEGER | 4 | 0 | file ID | 
| FLDNAME | CHAR | 128 | 0 | field name | 
| FLDDISPL | INTEGER | 4 | 0 | field position | 
| FLDVAL | CHAR | 33 | 0 | field value | 
| DATEFMT | CHAR | 10 | 0 | date format | 
| MSGMNE | CHAR | 5 | 0 | message type | 
| MSGID | CHAR | 7 | 0 | message code | 
| MSGDESC | CHAR | 132 | 0 | message description | 
| OCCURS | CHAR | 9 | 0 | OCCURS | 
| GRAVITY | CHAR | 2 | 0 | severity | 
| FLSTOP | CHAR | 1 | 0 | stop elaboration flag | 
| TRCIMG | VARCHAR | 512 | 0 | record image | 
| TRCRRN | INTEGER | 4 | 0 | internal RRN | 
| IMPDTTM | TIMESTMP | 10 | 0 | logging date/time |