Merging ER in a Single Event

The Copy All command copies ER lines from the source to the target, but only within the currently displayed event. The command will not delete lines from target ER if they do not exist in the source location. The command also does not necessarily copy all lines. It does not copy lines that would produce any of these types of invalid ER:

  • Duplicate variables.

  • Unbalanced IF and ENDIF statements.

  • Unbalanced WHILE and ENDWHILE statements.

  • Statements referencing an ER variable that is not defined in the target application.

  • Statements referencing an ER variable that is defined differently in the target application.