|
|
| Author |
Message |
rajeshyou
New User
Joined: 11 Sep 2004 Posts: 1
|
|
|
|
Dear friends
i have got a query on copy verb .how does it actually work.
when we use copy verb in the cobol program we use it for code replacement.
whereas when we use the same copy verb in cics-cobol application we
use it for fetching the mapset from the load library .so here we are not using it for code replacement. can anybody clarify this query.
thanks
Raj |
|
| Back to top |
|
 |
References
|
Posted: Mon Sep 13, 2004 6:47 pm Post subject: Re: use of copy verb in cobol and cics program |
 |
|
|
 |
mmwife
Super Moderator
Joined: 30 May 2003 Posts: 1493
|
|
|
|
Hi Raj,
If I'm reading your post correctly, the answer is that the copy stmt basically moves text from the copylib to the source pgm at compile time.
So, the text could contain data definitions or executable code or comments. So long as the text is syntactically correct, the pgm will compile successfully.
Copy stmts are also permitted in the COBOL file section. I've seen FD stmts included that way. I'm not sure about using COPY in any of the earlier sections/divisions. |
|
| Back to top |
|
 |
|
|