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

Problem while casting the package for COBOL-DB2 program


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
mkk157

Active User


Joined: 17 May 2006
Posts: 310

PostPosted: Tue Mar 25, 2008 11:56 am
Reply with quote

Dear Expert,

I am facing one technical problem while moving the cobol program from one stage to another stage.

The full details are as follows:

I have a COBOL-DB2 program PGM1 whcih uses one copybook CPB1 where we don't have any changes to that copybook. I have successfully compiled the program and tested in the UNIT stage A.

Now as part of the another project, a COBOL-DB2 program PGM1 is again undergoing some changes along with the copybook. Now they are adding new fields to the copybook. whcih will be going to implement at the later stage.

But, I have successfully moved the element from A to B, B to D and then D to F.

I created the package to move the program PGM1 from stage F to P. while casting the package I have selected the option VALIDATE COMPONENTS ===> W. I got the CAST SUCCESSFUL message. But When I see the cast report It throws a warning message that
"INPUT COMPONENT WAS FOUND IN A STAGE PRIOR TO THIS ELEMENT'S ENV/STG LOCATION
INPUT COMPONENT CPB1"


Why is this happening ? While moving a code from one stage to another will it recompile and searches for the copybooks in that stage and in the later higher stage till production if not found or will just move the load module from one stage to another stage.

Can anyone reply back with the right solution ASAP.
Back to top
View user's profile Send private message
HappySrinu

Active User


Joined: 22 Jan 2008
Posts: 194
Location: India

PostPosted: Tue Mar 25, 2008 12:46 pm
Reply with quote

This is quite common message Endevor through because of this parallel development.

SInce the same copy book is already present in bottom stage also which Endevor warning you saying that you might required that updated version instead of current version which is there in your package.

It depends up on your Endevor Admin team setup to allow you even that message or through an error

As long as you don't need the updated copy book the message is fine for your to further proceed
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 -> CA Products

 


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 Map Vols and Problem Dataset All Other Mainframe Topics 2
Search our Forums:

Back to Top