I see we use COPY and Include for copying copybooks
and piece of code.
Can anyone list out the difference between these two commands?
I have seen that for expanding cobol copybooks we are using
COPY command but for expanding DB2 related copybooks like
DCLGEN copybook or SQLCA copybook we use Include command.
What is the logic for doing this?
"; ; ; ;
Copy : With this statement , Copy book will expnand while compilation time.
Include : With this statement , Copy book will expnand while pre-compilation time .