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

what EXEC statement is and what is the syntax of EXEC statement used in JCL?

0 Answers  


Explain about Internal Sort

1 Answers  


IN MY JCL I VE 8 STEPS I WANT TO EXCUTE STEP 8 FIRST THEN EXCUTE STEP 4 ,HOW WILL EXCUTE STEP 8 BEFORE STEP 4?

7 Answers   Cognizant, IBM, IGT,


what is a jcl?

0 Answers   IBM,


what is the difference between JES3 and JES2?

0 Answers  






If there are five steps in a JCL i have to execute the 3rd step, bypass the 4th step and execute the 5th step how do i do this?

13 Answers   Cognizant, Convergys, IBM, TCS, Wipro,


if we give TIME=0 how many sec that job/step

13 Answers  


Hi, I have 3 files say file A , file B and file C.I want to form an output file in which i will have all the records from file A. Files B and C also may contain records that are present in file A.I want those records also to be included in my output file. for eg: file A contains: 1 2 3 file B contains: 2 4 5 file C contains: 1 3 5 So in my output file should look like: 1 2 3 2 1 3 Can any one help ???.....thanks in advance.

2 Answers  


What is the difference between a PDS member and a GDG Generation ? Is it only this, that with a generation we can use +1, 0, -1 etc while with PDS member we can not ?

7 Answers   IBM,


If i am going to change some variable in a copybook( size or variable type) ,what are the changes that need to be done in the corresponding JCL.

4 Answers   IBM,


Explain the function of job statement in jcl?

0 Answers  


what is a MODELDSCB?

1 Answers  


Categories