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

different types of abends


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
elayarajack

New User


Joined: 15 Feb 2004
Posts: 8

PostPosted: Sun Feb 22, 2004 11:52 am
Reply with quote

hi,
can anyone tell me the different types of abends possible in jcl? and also plse explain the causes for MAXCC =0,4,8,12,16.
Back to top
View user's profile Send private message
franclin

New User


Joined: 23 May 2003
Posts: 11
Location: Chennai, India

PostPosted: Sun Feb 22, 2004 12:27 pm
Reply with quote

Hi,
Maxcc errors denotes the host language syntax errors
MAXCC =0,4,8,12,16 are severity of the error.

0 for successful
4 for warning
8 for error
12 for sever error
16 for terminating

Abend code denotes the JCL errors
for example
S806
BLDL DETECTED ERROR: MODULE NOT FOUND OR I/O ERROR DURING DIRECTORY SEARCH
S322
OB OR STEP TIME EXCEEDED THE SPECIFIED LIMIT PROGRAM IS IN A LOOP INSUFFICIENT TIME PARAMETER ON JOB OR EXEC CARD


Thanks & Regards
suman
Back to top
View user's profile Send private message
Johore

Specialist


Joined: 12 Sep 2003
Posts: 19

PostPosted: Wed Feb 25, 2004 9:30 am
Reply with quote

I would like to add a few

U333 is user abend . An abend called by the user say after a DISPLAY stmt with CALL-CANCEL.


S0C7 is a data error .

S0C4 is address space error.


Hth
johore
Back to top
View user's profile Send private message
mcmillan

Site Admin


Joined: 18 May 2003
Posts: 1210
Location: India

PostPosted: Wed Feb 25, 2004 11:06 am
Reply with quote

Please go thru this details.

Code:
S001
o   001-4 File specs don't match program specs (LRECL, BLKSIZE, RECFM). Check your JCL.
o   Read after End of File.
o   Opening an Open file.
S013
o   Forgot the DCB information, or used the wrong DCB information.
o   BLKSIZE does not match the file blocksize.
o   BLKSIZE is not a multiple of LRECL.
o   PDS member name can not be found.
S0C1 Check for missing DD.
S0C4 Using an unopened file.
S0C5
o   Closing an unopened file.
o   Referencing an FD before it is opened(and before it is read, if Input).
S0C7 Data exception on arithmetic statement or compare.
S122 Operator cancel with dump.
S213
o   Dataset not found.
o   Specified OLD on a NEW dataset.
S222 Operator cancel.
S322 Job step executed longer than specified on TIME parm.
S513 Two tapes assigned to same drive. Insure VOL-SERs are unique.
S522 Job in wait state longer than expected.
S806 Module/program not found.
o   Program ID does not match Source Control system.
o   Wrong library in JOBLIB or STEPLIB.
SD37 Insufficient disk space.
Back to top
View user's profile Send private message
j_prameela

New User


Joined: 01 Jun 2005
Posts: 4
Location: Chennai

PostPosted: Fri Jun 03, 2005 6:00 pm
Reply with quote

SB37 - End of Volume
SE37 - Maximum extents reached
S013 - Member not found
S80A - Region limit violation
Back to top
View user's profile Send private message
j_prameela

New User


Joined: 01 Jun 2005
Posts: 4
Location: Chennai

PostPosted: Mon Jun 06, 2005 12:13 pm
Reply with quote

j_prameela wrote:
SB37 - Maximum of 16 extents already allocated (End of Volume)
SE37 - End of volume and no further volume specified
SOC5 - Addressing exception
SOCA - Decimal point overflow
SOCb - Divide by zero
706 - Load module found but it is not executable
S013 - Member not found
S80A - Region limit violation
Back to top
View user's profile Send private message
jonna

New User


Joined: 18 Apr 2005
Posts: 9

PostPosted: Mon Jun 06, 2005 3:38 pm
Reply with quote

hai,
i am silent member of this group i want know the abend code of 903 & compilation code:84004000 & reason code:00000011, please mail to me as soon as possible,
Thanks and regards,
mahesh.
Back to top
View user's profile Send private message
mcmillan

Site Admin


Joined: 18 May 2003
Posts: 1210
Location: India

PostPosted: Mon Jun 06, 2005 9:48 pm
Reply with quote

Quote:
i am silent member of this group

Not only you!!!

Quote:
i want know the abend code of 903 & compilation code:84004000 & reason code:00000011


Please START A NEW TOPIC FOR THAT. Read the Forum Rules now to avoid getting any warnings in the near future!
Back to top
View user's profile Send private message
ederrod

New User


Joined: 06 Jun 2005
Posts: 5
Location: Sao Paulo - Brazil

PostPosted: Mon Jun 06, 2005 11:59 pm
Reply with quote

I want to add this:

S722 - output limit violation

I hate when it happens!!!!! he he he
Back to top
View user's profile Send private message
Gurmeet

New User


Joined: 22 Feb 2006
Posts: 46
Location: Pune

PostPosted: Wed Jun 21, 2006 6:31 pm
Reply with quote

S80A

How do we resolve this problem?

I tried using REGION=0M in the job, but it did not help. Can any one please help me on this urgently...

Please do let me know if you would require any other information.

~Gurmeet
Back to top
View user's profile Send private message
prashantshinde

New User


Joined: 25 Nov 2005
Posts: 49
Location: Pune

PostPosted: Thu Jun 22, 2006 3:10 pm
Reply with quote

About S80A abend ...
it is because the : storage needed to execute the program is not available
1) the region parameter is not specifying enough storage
2) region parameter was ommited and default region too small
3) increase in region size
4) block sizes were increased but region size not increased

and for More abend codes info u can refer to : MVS abend codes

Use [URL] BBCode for External Links
Back to top
View user's profile Send private message
deep_ghosh

New User


Joined: 19 May 2006
Posts: 1
Location: pune

PostPosted: Thu Jun 22, 2006 4:57 pm
Reply with quote

The region was made 0M but still the job abended. I did not get what was meant by Block sizes were increased but region size not increased.[/b]
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Batch call online program, EXCI task ... CICS 3
No new posts Recovery Routine/Abend exit to releas... PL/I & Assembler 14
No new posts Abends using up address spaces? ABENDS & Debugging 6
No new posts IEFZB476 getting various 0C4 abends PL/I & Assembler 18
No new posts Types of variables REXX TSO/ISPF 2
Search our Forums:

Back to Top