Article ID: 95664 - Last Review: December 1, 2003 - Revision: 2.1 PRB: APPEND FROM <File> w/FOR Cause Doesn't Behave As ExpectedThis article was previously published under Q95664 SYMPTOMS
The APPEND FROM <file> command with a FOR clause appears to fail and behave
incorrectly under the following conditions:
CAUSE
This behavior occurs because the APPEND FROM command evaluates the criteria
after it has been copied from the database.
WORKAROUND
To work around this problem, use the COPY TO command as follows:
COPY TO <file> FOR NOT DELETED()
-or- COPY TO <file> FOR <field> = <value> APPLIES TO
| Article Translations
|
Back to the top
