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

Using DELETE what type of file can you delete? a)SEQUENTIAL FILE B)INDEXED FILE C) D) Some options were there..i cant remember

3 Answers   HSBC,


Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?

0 Answers   CGI, Verizon,


Hi, Say I have 10 flat files and I want to copy all these 10 flat files to a GDG versions flat files (I have GDG base: FDWS01.TEST.RESTORE) in one shot. Can we do that in one shot using a JCL. May be by using IEBGENER. It's a bit urgent. So anyone's fast rely would be appreciated.. Thanks in advance.. 10 flat files ----------------------------------- FDWS01.SUB.RESTORE1 FDWS01.SUB.RESTORE2 FDWS01.SUB.RESTORE3 ; ; FDWS01.SUB.RESTORE10 TO GDG versions ----------------------- FDWS01.TEST.RESTORE.G0001V00 FDWS01.TEST.RESTORE.G0002V00 FDWS01.TEST.RESTORE.G0003V00 ; ; FDWS01.TEST.RESTORE.G0010V00

4 Answers  


Matching Logic in Jcl not in cobol.Could any one please answer this question

0 Answers  


What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?

0 Answers  






Explain dd statement in jcl?

0 Answers  


A job has 150 steps i want to execute only 57th step

3 Answers   Cognizant,


how do you resolve for soc7 error

6 Answers   ACS, iGate,


in my jcl have 20 steps step1,step2,.... step20.and i have to execute step1,step2,..and skip the step3 and remaing step4,step5 are execute? i want skip step3 only? what code u can write?

3 Answers   Patni,


How do you access a file that had a disposition of KEEP?

3 Answers  


what is use of dsn parameter in dd statement?

0 Answers   IBM,


How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

0 Answers  


Categories