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

Answer Posted / guest

S0C1-May be due to 1.Missing or misspelled DD name
2.Read/Write to unopened dataset 3.Read to dataset opened
output 4.Write to dataset opened input 5.Called subprogram
not found

S0C4-may be due to 1.Missing Select statement(during
compile) 2.Bad Subscript/index 3.Protection Exception
4.Missing parameters on called subprogram 5.Read/Write to
unopened file 6.Move data from/to unopened file

S0C5-May be due to 1.Bad Subscript/index 2.Closing an
unopened dataset 3.Bad exit from a perform 4.Access to I/O
area(FD) before read

S0C7-may be due to 1.Numeric operation on non-numeric data
2.Un-initialize working-storage 3.Coding past the
maximum allowed sub script

S0CB-may be due to 1.Division by Zero

Is This Answer Correct ?    147 Yes 20 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is condition checking possible in jcl? If yes, how?

737


what is the use of JCL?

662


What does a disposition of (MOD,DELETE,DELETE) mean ?

666


Does jcl support automatic restart?

761


how you can access an uncataloged dataset in a JCL?

654






Explain the function of job statement in jcl?

647


How to alter the parameters for the existing gdg?

712


Can we use DISP=SHR in output file in JCL

953


Explain the purpose of dd dummy statement?

671


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

2054


how would you create a temporary dataset? And where will you use them?

768


I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?

702


how can you check if a file is empty using jcl?

816


Is it possible to code instream data in a PROC?

750


What is the significance of addrspc parameter in exec statement?

729