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 one line to pass PARM from JCL to COBOL?
Differentiate between the joblib and the steplib statements?
How to do automated restart when a job abend?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
what is the JCL statement consists of?
What is Cataloged Procedures?
Which dd parameters are required?
Explain about LMQUERY�give a dialog information about a data set
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
How can a stopped job be started again?
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?
What is the significance of addrspc parameter in exec statement?
Name a few IBM utility programs, and explain its function.
what happens in execution stage in job processing?
i want to store 20 digits . how will u do it in cobol ?