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

how to find abend.... in JES JOB LOG


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
coxicool

New User


Joined: 07 May 2007
Posts: 3
Location: INDIA

PostPosted: Thu Oct 11, 2007 8:53 am
Reply with quote

hi,
i just wana know...icon_question.gif

in mainframe production, how to find the abend, in which step, reason.... in JES JOB LOG.
what all info. do we need to look in for finding the abend and reason.
can any1 help me out in this.

Thanks
icon_rolleyes.gif
Back to top
View user's profile Send private message
nuthan

Active User


Joined: 26 Sep 2005
Posts: 146
Location: Bangalore

PostPosted: Thu Oct 11, 2007 10:04 am
Reply with quote

In JESMSGLG you can find the return code of each step as well as abend code.
In JESYSMSG you can see the dataset's alloted at that particular step.
If u have any ABENDAID's in ur jcl u can see detial information about ur abend there.
Back to top
View user's profile Send private message
hemanth.nandas

Active User


Joined: 18 Aug 2007
Posts: 120
Location: India

PostPosted: Thu Oct 11, 2007 11:07 am
Reply with quote

Hi Coxicool,

Do as Nuthan said, But you need more information about why job was abended, Include
//SYSDUMP DD SYSOUT=* in your job, It will provides the Dump for abend step.

Thanks & Regards
Back to top
View user's profile Send private message
Shashank Naresh

New User


Joined: 24 Aug 2007
Posts: 5
Location: Mumbai

PostPosted: Fri Oct 19, 2007 1:49 am
Reply with quote

In SDSF The parts of JCL information are catagorized under following,
JESMSGLG
JESJCL
JESYSMSG
SYSOUT
CEEMSG
CEEDUMP

In CEEMSG you can find hexadecimal (HEXLOC) posiontion of ABEND cause. Take that Hexadecimal position and find its equivalent line number of COBOL program in COMPILE LISTING.

Regards,
Shashank
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Fri Oct 19, 2007 3:22 am
Reply with quote

Sorry but.......... icon_redface.gif icon_evil.gif
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 -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts To find whether record count are true... DFSORT/ICETOOL 6
No new posts ISAM and abend S03B JCL & VSAM 9
No new posts Find the size of a PS file before rea... COBOL Programming 13
No new posts Abend S0C4 11 (Page Translation Excep... PL/I & Assembler 16
No new posts WER999A - UNSUCCESSFUL SORT 8ED U Ab... SYNCSORT 5
Search our Forums:

Back to Top