PDR3215S
One-At-a-Time processing may not be used with <RESOURCEREPLACE> O or <EMBEDRESOURCES>.
What happened: You used <RESOURCEREPLACE> O or <EMBEDRESOURCES> with One-at-a-time processing. This would result in resources being incorrectly removed or resources not being correctly added.
What to do: Change the control file to use All-at-a-time processing. This can be done by including a <SORTMATCH> group such as:
<sortmatch>
<INPUTNAME> input1
<sort> %%INPUT_ORDER
</sortmatch>