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
 
Difference in Using Copy books and INCLUDE library

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Mainframe COBOL
Author Message
srishyla_ks

New User


Joined: 07 Jun 2005
Posts: 3

PostPosted: Thu Jun 16, 2005 1:02 pm    Post subject: Difference in Using Copy books and INCLUDE library
Reply with quote

hi,
i want know the difference between using copy books (Copy statement) and using includes (with macreo -inc).
and which one is better..
Back to top
View user's profile Send private message
References
kanak

Moderator


Joined: 12 Mar 2005
Posts: 259
Location: India

PostPosted: Thu Jun 16, 2005 1:39 pm    Post subject:
Reply with quote

As far as efficiency is concern INC macro runs faster than COPY command .
Hence -INC <Include Name> will be better than COPY <Include Name>.

When copy command is used while compiling the program probably you need to mention the library where that include is present. Where as INC macro takes care of pulling the include from appropriate place, like if it is present in corrosponding WIP or general WIP or from production.
I am not sure of this difference let me know if i am wrong.
Back to top
View user's profile Send private message
sudheer648

Active User


Joined: 23 May 2005
Posts: 97
Location: Chennai

PostPosted: Thu Jun 16, 2005 3:04 pm    Post subject: Re: Copy books
Reply with quote

hi srishyla_ks,

You can replace a particular declartion in the copybook with COPY REPLACE replace command which you cannot achive with INC.

I am not sure about the which one would be faster COPY/INC could INC faster as Kanak told.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Mainframe COBOL All times are GMT + 6 Hours
Page 1 of 1