what is SOC4 error?



what is SOC4 error?..

Answer / Sudhanshu Saxena

SOC4 is a JCL (Job Control Language) error that typically indicates an invalid or missing SYSOUT DD statement in the JCL.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JCL Interview Questions

suppose i have 10 job steps and i want to execute only step 6.How to write?

6 Answers  


How many JOB statements a JCL can have ? If there are more than one JOB statements in a JCL, are they submitted in succession or in parallel ?

4 Answers   IBM, Tech Mahindra,


How do you access an uncatalogued dataset in a jcl?

1 Answers  


Explain about User Information

1 Answers  


How is the record format of an output dataset specified?

1 Answers  


what is A-MODE and R-MODE?

2 Answers  


Can we DELETE all the Generations of a GDG at once, WITHOUT deleting the GDG itself ?

7 Answers   IBM,


difference between internal sort and external sort

1 Answers  


What is Automatic Restart ? EXEC PGM = PROG1, RD = R (Is it the Restart of a JOBSTEP or Restarting the execution of the program?) Do we Restart it or it automatically Restarts executing again and again ? Then when it will finish executing ? or After Abending, when we submit it again, then it is Restarted from the Last successful Checkpoint ? If some JOBSTEP is abending, what is the benifit to Restart it, WILL IT NOT ABEND AGAIN if you don't change the LOGIC ?

1 Answers   IBM,


How do you send the output of a COBOL program to a member of a PDS?

7 Answers  


how to set dependancy for jobs?

4 Answers  


A file has dta in S9(09) COMP format. How do I move the data into a character field X(10)?

2 Answers  


Categories