1.

What is the importance of using REPLACING option in a COPY statement?

Answer»

REPLACING OPTION is USED for allowing the same COPY to be used multiple times by changing the replace value in the same code.
Syntax COPY <VariableName> REPLACING BY



Discussion

No Comment Found