Previous Topic: SyntaxNext Topic: INTERVAL


Parameters

INSERTED supports the following parameters:

ddname

The one to eight-character ddname of the sequential file to which INSERTED records are written.

Example

This example syntax writes the new file's records that do not exist in the old file to the sequential file referenced by ddname INSTRECS.

COMPARE
  LAYOUTFILE(LAYOUT),
  SYNCKEY(RECORD-KEY),
     INSERTED(INSTRECS)