What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?
Answer Posted / sampath kumar
soc1 :-operation exceptions...
causes for this abend
misspelled ddname
error in parameters passed to subroutins.. etc
soc4 :- protection exception-
invalid address was refferenced due to subscript error
or bad parms..etc
soc7 :- decimal exception-
dicimal data is incorrect or improperly overlapped or
not validly initialized...etc
socb :- decimal devide exception..
a quotient exceeds the specified data size...etc
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
What is condition checking in jcl? Is this possible?
What is the significance of addrspc parameter in exec statement?
i want to store 20 digits . how will u do it in cobol ?
Explain how can a jobs execution priority be modified?
Is automatic restart possible in jcl? If yes, how?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
How can a fb file convert to vb file using sort program?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
How would you understand error(execution phase)?
What is NOTCAT ?
What is the function of dd name parameter with a 2 part structure; audit.report?
Which dd parameters are required?
how to do automated restart when a job abends?
How to pass the parameter in parm using linkage section ? (syntax)?