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

Endevor Return Code


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

New User


Joined: 01 Jan 2008
Posts: 35
Location: Hyderabad

PostPosted: Sat Feb 02, 2008 4:38 pm
Reply with quote

While moving a module using package i am receiving endevor return code as 8 , the processor return code is 4 , i am unable to find the reason behind endevor return code 8 although the casting was successful . Please guide.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Sat Feb 02, 2008 5:00 pm
Reply with quote

when looking at the C1MSGS1, do a find on 'eof', then do finds on 'e' 29.

these lines are errors, work from that.
Back to top
View user's profile Send private message
Kevin Dcosta

New User


Joined: 01 Jan 2008
Posts: 35
Location: Hyderabad

PostPosted: Sat Feb 02, 2008 5:10 pm
Reply with quote

thanks for telling the correct way to find error.

in the log i found

COMPONENT VV.LL 01.00 DELETED FROM LOCATION XXXTEST/T/XXX/XXX1/COBOL

ELEMENT VV.LL 01.02 DELETED FROM LOCATION
XXXTEST/T/XXX/XXX1/COBOL

ELEMENT ACTION REQUEST PROCESSING COMPLETED, HIGHEST ENDEVOR RC WAS 0008

Didnt' understand much from this . Please help me understand it.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Sat Feb 02, 2008 7:13 pm
Reply with quote

even though you did not bother to show the messages with the endevor msg,

you can get 4 or 8 rc when you delete an element and dependent elements (bind, dbrm, load) do not exist.

none of the items you bothered to cut and paste are errors. you need to look thru the jes a little more.

also, there are two return codes. look at a display and see if what you were trying to delete is - deleted. if so, you are ok, if not, then back to the jes file and looooooooooooooooooooooooooooooook.

agreed, endevor is no fun. often it complains about things because the person(s) who set up endevor overlooked something. but, i would not hang your hat on that. just takes some patience. look thru and find the lines that have an e (or w) in 29.
Back to top
View user's profile Send private message
HappySrinu

Active User


Joined: 22 Jan 2008
Posts: 194
Location: India

PostPosted: Fri Feb 08, 2008 1:22 pm
Reply with quote

Kevin Dcosta wrote:
thanks for telling the correct way to find error.

in the log i found

COMPONENT VV.LL 01.00 DELETED FROM LOCATION XXXTEST/T/XXX/XXX1/COBOL

ELEMENT VV.LL 01.02 DELETED FROM LOCATION
XXXTEST/T/XXX/XXX1/COBOL

ELEMENT ACTION REQUEST PROCESSING COMPLETED, HIGHEST ENDEVOR RC WAS 0008

Didnt' understand much from this . Please help me understand it.


Why don't you try to find for "ERR" message. Check your modules did what you want to do in ENdevor.
Back to top
View user's profile Send private message
Mistermind

New User


Joined: 08 Feb 2008
Posts: 46
Location: Dublin

PostPosted: Thu Mar 13, 2008 3:16 am
Reply with quote

Look into the JCL of the MOVE processor invoked by the processor group. Many installations may have an additional step, e.g. updating documentation update.

In the Endevor log look for W and S in (I think) column 31 to pinpoint the warning message, for example over SYNC version check.
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 run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts Return codes-Normal & Abnormal te... JCL & VSAM 7
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts VSAM return code 23 - for a Random read COBOL Programming 4
Search our Forums:

Back to Top