hi,
COLLECT is a statement which is similar to APPEND, the differences are :
- The COLLECT statement checks weather the work area record already exists with same key field value (the key field must be of type C, N, D, T).
- If yes, it will add the numerical fields to the existing record.
- If no, it will append or add a new record.
Thanks,