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

use of copy verb in cobol and cics program


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
rajeshyou

New User


Joined: 11 Sep 2004
Posts: 1

PostPosted: Mon Sep 13, 2004 6:47 pm
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
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Mon Sep 13, 2004 10:05 pm
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
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts Using API Gateway from CICS program CICS 0
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
Search our Forums:

Back to Top