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

There are 2PROCS in a JCL. I want following conditions to be carried out 1) 1st PROC should be executed as such In second PROC 2) First 4steps should not be executed 3) 5th step should not be executed 4) 6th and 7th step should be executed The change should be done only in the JCL and PROC should be untouched ?

3 Answers   ADP,


I need to compare two VSAm files. In input VSAM file some fields are updating and the updated feilds are coming into the output file. now i need to compare these two files with respect to a perticular field. Please suggest a suitable JCL code me.

2 Answers   Cognizant, Wipro,


Explain about Internal Sort

1 Answers  


which parameter is use to declare the name of dataset in dd statement?

0 Answers   IBM,


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

0 Answers   IBM,






When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?

0 Answers  


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

14 Answers  


What will happen if we write two STOP RUN's in a COBOL program?

4 Answers   Satyam,


What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?

9 Answers   GE, Xansa,


What is the meaning of the EXEC statement keyword, COND? What is its syntax?

2 Answers  


how you will the direct the data to spool using sysout option?

0 Answers   IBM,


What is concatenating?

0 Answers  


Categories