What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?

Answer Posted / aap

I completely agree with Answer 1.
Just to add to B37 abend (while agreeing to it) -
we get abends like SB37, SD37 etc.
Actually S is for system, 37 denotes the space abend.
But the 2nd alphabet B is for blocks, D is for DASD
etc...the unit of colume for which the space parameter has
been defined..This helps to resolve a lot of confusions :-)

Is This Answer Correct ?    52 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what operation is performed by job statement?

658


how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?

801


is there any way to execute more than one proc in the same exec statement at the same time..?

2109


How can values be passed from the job stream to an executable program?

872


I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?

829






What are the utility programs in jcl?

648


when does a dataset go uncataloged?

833


Can we use DISP=SHR in output file in JCL

952


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

908


Explain about LMQUERY�give a dialog information about a data set

904


How can the disposition of sysout datasets be set for an entire jobstream?

839


Which dd parameters are required?

690


what is the resolution for sb37 error

7708


which parameter is used to check the syntax of a jcl without executing it?

798


How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.

5060