NM

NM — the number of messages recorded

Synopsis

Content model

NM ::=
EMPTY

Attributes

NameTypeDefaultDescription
okCDATANone

The number of items of this type that were successfully applied, or would have been successfully applied if APPLY was enabled.

applyCDATANone

Set to "1" if APPLY was enabled when the batch file was run.

Description

The NM contains summary information including the number of messages that were successful - it is not possible for message creation to fail.

[Note]Note

If NM indicates that messages were successful but the records to be processed by DFbatch are locked and unavailable, the output log will also indicate this by an entry such as

<NR ok='0'/>

(number of selected records is 0). Be aware that edit check execution will not have been applied to the selected records in this case.

Processing Expectations

By counting the number of M elements present in the output log, a stylesheet can tabulate the same numbers as reported by the attribute of this element.

Parents

These elements contain NM: SUMMARY

Children

The following elements occur in NM: None.

Examples

Example 6.73. Summary information of 210 messages generated, APPLYset for messages

<NM apply='1' ok='210'/>