Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
use of copy verb in cobol and cics program

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CICS
Author Message
rajeshyou

New User


Joined: 11 Sep 2004
Posts: 1

PostPosted: Mon Sep 13, 2004 6:47 pm    Post subject: use of copy verb in cobol and cics program
Reply with quote

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
View user's profile Send private message
References
PostPosted: Mon Sep 13, 2004 6:47 pm    Post subject: Re: use of copy verb in cobol and cics program Reply with quote

mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1481

PostPosted: Mon Sep 13, 2004 10:05 pm    Post subject:
Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CICS All times are GMT + 6 Hours
Page 1 of 1