What does S0C4 error mean?

Answer Posted / dhhamu

S0C4 error: Storage violation error - can be due to various
reasons. e.g.: READING a file that is not open, invalid
address referenced due to subscript error.

Is This Answer Correct ?    14 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?

729


which utility is used a dummy utility?

780


//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 /*

901


Is it possible to code instream data in a PROC?

742


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

2100






How to pass data to a program that is coded in an exec statement?

815


What is the maximum length of a single line of jcl?

822


Explain how can a stopped job be started again?

634


Is it possible to left uncode disp?

706


Is condition checking possible in jcl?

710


What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?

669


I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.

726


What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?

1803


I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one

1923


what are the types of abends that occur on job failure? And explain the possible causes of these

1112