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

C1G0256E problem in Endevor


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

Active User


Joined: 10 May 2007
Posts: 147
Location: India

PostPosted: Fri Oct 10, 2008 12:01 am
Reply with quote

Hi,

We are trying to add a COBOL fetchable subroutine to G stage(the first stage). But we are getting C1G0256E error. QW says


Code:

 Reason: The member just loaded cannot be found in the FOOTPRINT data set specified.                                                                 


But all other elements are added to G stage properly with member getting loaded in the footprint dataset. only for this element, this problem is occured. The compilation during ADD to G stage is successful. But Endevor RC is thrown as 12 due to this error.

Do anyone have idea about how to solve this problem?
Back to top
View user's profile Send private message
senjay

Active User


Joined: 10 May 2007
Posts: 147
Location: India

PostPosted: Fri Oct 10, 2008 12:12 am
Reply with quote

Hi,

To correct this problem, i deleted the element in G stage and again tried to add it to G stage. I am agian getting the same error.
Back to top
View user's profile Send private message
senjay

Active User


Joined: 10 May 2007
Posts: 147
Location: India

PostPosted: Fri Oct 10, 2008 7:34 pm
Reply with quote

Hi All,

Any idea about why it's caused? How can we rectify it?
(For other programs of this type, we faced no problem)
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Fri Oct 10, 2008 7:40 pm
Reply with quote

Have you consulted your site Endevor support people? Have you contacted Endevor support for help? Since Endevor is an independent software vendor product, and you're not getting responses here, you're probably better off pursuing internal or vendor sources rather than waiting for a reply here. We don't have Endevor at this site so there's no way I could even guess at what the issue could be.
Back to top
View user's profile Send private message
HappySrinu

Active User


Joined: 22 Jan 2008
Posts: 194
Location: India

PostPosted: Fri Oct 10, 2008 8:22 pm
Reply with quote

Senjay,
As Robert mentioned, it's always better to contact your Endevor support team at your shop.

secondly, you tried re copying it. Did you try do both parent and subroutine , i guess you may trying to add with different processor group for sub routine program so it's not creating foot print. check the processor group and processor whether it's using the same as your parent program if you are adding to Endevor under same type.
Back to top
View user's profile Send private message
senjay

Active User


Joined: 10 May 2007
Posts: 147
Location: India

PostPosted: Fri Oct 10, 2008 10:25 pm
Reply with quote

Robert,

We already contacted our site Endevor support people and they are going to contact CA team for the same. I am curious that whether i can get any info from our forum members.

Srinu,

It's a subroutine and has no further calling levels. We added with the correct processor group and type. We (me and Endevor support team) couldn't find the cause and that drived me to post it here.

Thanks to both of you.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Oct 10, 2008 11:16 pm
Reply with quote

Hello,

Don't know if this will help or not. . . Might be worth checking:
Quote:
In adding a footprinted load module where the member name is different
from the element name, the following messages are given, even though the
footprint is actually written:
'C1G0256E MEMBER xxxxxx NOT FOUND IN LIBRARY SPECIFIED '.
In addition to the member name differing from the element name, the
processor has not modified the member. The member will appear in the
list of input components, but not that of the output components.
Message C1G0134E is also given in this case when it should not be,
although it correctly shows the element name.
In order for the correction to fix the problem, the processor must have
'MONITOR=COMPONENTS' specified on the input dd statement, and the output
module name must be the same as the input module name.
Back to top
View user's profile Send private message
senjay

Active User


Joined: 10 May 2007
Posts: 147
Location: India

PostPosted: Fri Oct 10, 2008 11:49 pm
Reply with quote

Dick,

Thanks. But we are using MONITOR=COMPONENTS and the element name is same as that of member name.

One general doubt.
How to identify the footprint name if the corresponding element name is known?

For ex, i am promoting AAAA to G stage. This element is recorded in footprint dataset but with different member name in my site. how to find the footprint member name for AAAA element?
Back to top
View user's profile Send private message
senjay

Active User


Joined: 10 May 2007
Posts: 147
Location: India

PostPosted: Thu Oct 16, 2008 4:44 pm
Reply with quote

Hi,

Can anyone please answer?
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Oct 16, 2008 8:50 pm
Reply with quote

Hello,

If this is still not working, you should open an issue with CA support.
Back to top
View user's profile Send private message
senjay

Active User


Joined: 10 May 2007
Posts: 147
Location: India

PostPosted: Thu Oct 16, 2008 11:21 pm
Reply with quote

Hi Dick,

Quote:
Hello,

If this is still not working, you should open an issue with CA support.


I afraid you misunderstood my last post. We (I mean our CA endevor support team) already raised this issue to CA support.

What i was asking is:

Quote:
One general doubt.
How to identify the footprint name if the corresponding element name is known?

For ex, i am promoting AAAA to G stage. This element is recorded in footprint dataset but with different member name in my site. how to find the footprint member name for AAAA element?


I hope i have asked the question, clearly this time.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Oct 16, 2008 11:26 pm
Reply with quote

Hello,

Quote:
I afraid you misunderstood my last post.
Yup, i did icon_confused.gif

However, if there is already an issue open, this might also be asked of CA support. . . I mention that as there have been no replies here in almost a week.
Back to top
View user's profile Send private message
senjay

Active User


Joined: 10 May 2007
Posts: 147
Location: India

PostPosted: Thu Oct 16, 2008 11:43 pm
Reply with quote

Ok Dick. I'll ask my CA endevor support team and if they couldn't, then i'll try for CA Endevor team.

Thanks for your reply and patience.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Oct 16, 2008 11:52 pm
Reply with quote

You're welcome - sorry that no one knew more useful suggestions. . .

d
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 Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts z/vm installation problem All Other Mainframe Topics 0
No new posts Job scheduling problem. JCL & VSAM 9
No new posts Problem with IFTHEN=(WHEN=GROUP,BEGIN... DFSORT/ICETOOL 5
No new posts Need to add field to copybook, proble... COBOL Programming 14
Search our Forums:

Back to Top