IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

COPY instead of INCLUDE - what is the error code


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ravipola_99

New User


Joined: 13 Apr 2005
Posts: 2

PostPosted: Thu Sep 22, 2005 6:22 pm
Reply with quote

Dear Friends

if we give copy instead of include what is the error code we get


Thanks & Regards
RAVI KUMAR
Back to top
View user's profile Send private message
gangas

New User


Joined: 20 Jul 2005
Posts: 14

PostPosted: Fri Sep 23, 2005 2:27 pm
Reply with quote

the copy will not expand
Back to top
View user's profile Send private message
krishnaiahc

New User


Joined: 31 Aug 2005
Posts: 21

PostPosted: Mon Oct 03, 2005 2:52 am
Reply with quote

Hi,

Include ==> will expand during pre-compilation time
Copy ==> will expand during compilation time.

If you used copy insted of include for db2 related items(Decgen's) you will get the pre-compilation errors.

Let me know any more...

Thanks,
Krishna
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts INCLUDE OMIT COND for Multiple values... DFSORT/ICETOOL 5
No new posts Error when install DB2 DB2 2
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
Search our Forums:

Back to Top