What is a S0C4 error ?

Answers were Sorted based on User's Feedback



What is a S0C4 error ?..

Answer / guest

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 ?    12 Yes 0 No

What is a S0C4 error ?..

Answer / sathya

S0C4
Storage related problem. Check your linkage section, table
definition, and FD section.

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More JCL Interview Questions

Suppose I have a file with three fields with data in the following format 1. empid - S9(4) COMP 2. empname - X(20) 3. empsal - S9(5)V(2) COMP-3 If I view this file, it will not be in a readable format. How to display the empid and empsal fields in a readable format without using COBOL program? What kind of SORT card will have to be coded?

4 Answers  


I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?

10 Answers   iGate,


what is the use of temporary files?

5 Answers   Hexaware,


What dd statement is used to supply the name of a dataset?

1 Answers  


Is stepname is a MUST and should be unique also for each JOBSTEP ? or system can supply the stepname for a step which is not given a name by the programmer ?

6 Answers   IBM,


What is job control language?

1 Answers  


How to execute step2,step1, step3 if step1,2,3 are in order

8 Answers   CSC,


Can we create VSAM file by using IEBGENER?

4 Answers   Principal Finance,


diff bw vsam and normal flat file?

2 Answers   CGI,


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

1 Answers   CSC, SPIC,


I am having one step in my jcl.in that step,i am calling one proc.In that proc,i have 10 steps.i want to call a particular step in that proc without writing any new jcl ike iebedit utility...

2 Answers   Satyam,


Suppose there are 10 steps in a PROC, I want to execute only step5. How do you give the condition in the JCL that calls this PROC?

3 Answers   IBM,


Categories