What is the error code SOC01 indicate ?

Answers were Sorted based on User's Feedback



What is the error code SOC01 indicate ?..

Answer / guest

Operation exception error For e.g. a dataset open error

Is This Answer Correct ?    17 Yes 6 No

What is the error code SOC01 indicate ?..

Answer / l c sharma

This happens when accept statement is used in COBOL
program for SYSIN but there is no SYSIN defined in the
program.

Is This Answer Correct ?    9 Yes 4 No

What is the error code SOC01 indicate ?..

Answer / shailendra

dd name mismatch

Is This Answer Correct ?    7 Yes 4 No

What is the error code SOC01 indicate ?..

Answer / subrahmanyam

Mispelled DD statements

Is This Answer Correct ?    6 Yes 3 No

What is the error code SOC01 indicate ?..

Answer / l c sharma

sorry i meant if SYSIN not defined in JCL and used in
program, SOC1 abend will occur.

Is This Answer Correct ?    5 Yes 4 No

Post New Answer

More JCL Interview Questions

Is there a limit of 3273 DD statements for a JCL or for every EXEC step in a JCL?

2 Answers  


Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??

3 Answers   HSBC,


whats the diff bw the evaluate also and and?

0 Answers   CGI,


what is the meaning of keyword in jcl?what is is opposite?

4 Answers  


What is Uncatalog dataset? How can we access/use them?

1 Answers  






a job have 5 steps and it will executes a proc which have 5steps in it. now i have to execute step3 only when step2 of proc executes successfully

3 Answers  


We are aware of eliminating the duplicate records from outyput fiel using sort utility. Can we get the duplicate records in to another file in the Same sort utility?

2 Answers  


Explain the function of dd disp parameter?

0 Answers  


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

0 Answers  


IN-STREAM DATA NOT ALLOWED IN PROC how can come out from this problem

7 Answers  


What is the significance of addrspc parameter in the exec statement?

0 Answers  


How do you access an uncatalogued dataset in a jcl?

0 Answers  


Categories