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

Is it possible to copy copybooks in cics just like newcopy?


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

New User


Joined: 14 Dec 2005
Posts: 22
Location: India

PostPosted: Fri May 26, 2006 11:36 am
Reply with quote

Hi,
Is it possible to copy copybook in the CICS region just like newcopy of
program. I had a new program and new copybooks too. While executing
I am getting an error 'error while invoking the the copybook'.
Can anyone suggest me what needs to be done.

Thanks,
Jwell
Back to top
View user's profile Send private message
gskulkarni

New User


Joined: 01 Mar 2006
Posts: 70

PostPosted: Fri May 26, 2006 2:52 pm
Reply with quote

I think you are confusing yourself.
CICS NEWCOPY is nothing but its way to load a fresh load module to be used in CICS.
This is used when you create a new program or modify an existing one. There is loads and loads explained in other threads regarding this.

It has nothing to do with the new copybooks in the programs.
If you have new copybooks that are used in your new programs good for you. You just have to issue a NEWCOPY for CICS to be able to use latest load module of your program.

However, coming back to your error: 'error while invoking the the copybook'

Looks more like error thrown by your program rather than CICS.
And you said you are getting error while 'executing'. How do you get the error? you mean to say your program throws error on the screen or the transaction is ended and you look in your abend report to see the error?
Back to top
View user's profile Send private message
karthick sivakumar

New User


Joined: 16 Mar 2006
Posts: 16
Location: india

PostPosted: Mon Jun 05, 2006 10:31 pm
Reply with quote

Hi,

if you had used endevor to compile your cics programs. then you must add the copybooks using endevor and then compile your program

if not try and check out the abend aid.


regards,
karthick
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 Using API Gateway from CICS program CICS 0
No new posts VB to VB copy - Full length reached SYNCSORT 8
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
Search our Forums:

Back to Top