anuradha
Active User
Joined: 06 Jan 2004 Posts: 247 Location: Hyderabad
|
|
|
|
Hello Shriya,
Generally Copy is used for cobol statements and Include is used for Sql code.
If you give Copy sqlca then it will be expanded in compilation time.
If you give Include Sqlca it will be expanded in precompilation time.
Just think whether Sql statements/variables/code need to be precompiled or compiled.Then you will get the answer for what you asked.
hope you got my point.
Thanks,
Anu |
|