View previous topic :: View next topic
|
Author |
Message |
senjay
Active User
Joined: 10 May 2007 Posts: 147 Location: India
|
|
|
|
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 |
|
|
senjay
Active User
Joined: 10 May 2007 Posts: 147 Location: India
|
|
|
|
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 |
|
|
senjay
Active User
Joined: 10 May 2007 Posts: 147 Location: India
|
|
|
|
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 |
|
|
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
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 |
|
|
HappySrinu
Active User
Joined: 22 Jan 2008 Posts: 194 Location: India
|
|
|
|
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 |
|
|
senjay
Active User
Joined: 10 May 2007 Posts: 147 Location: India
|
|
|
|
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 |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
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 |
|
|
senjay
Active User
Joined: 10 May 2007 Posts: 147 Location: India
|
|
|
|
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 |
|
|
senjay
Active User
Joined: 10 May 2007 Posts: 147 Location: India
|
|
|
|
Hi,
Can anyone please answer? |
|
Back to top |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
Hello,
If this is still not working, you should open an issue with CA support. |
|
Back to top |
|
|
senjay
Active User
Joined: 10 May 2007 Posts: 147 Location: India
|
|
|
|
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 |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
Hello,
Quote: |
I afraid you misunderstood my last post. |
Yup, i did
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 |
|
|
senjay
Active User
Joined: 10 May 2007 Posts: 147 Location: India
|
|
|
|
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 |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
You're welcome - sorry that no one knew more useful suggestions. . .
d |
|
Back to top |
|
|
|