|
What are the cause for S0C1,S0C4, S0C5, S0C5, S0CB abends?
JOB CONTROLL LANGUAGE (JCL) Interview Questions
(Continued from previous question...)
What are the cause for S0C1,S0C4, S0C5, S0C5, S0CB abends?
S0C1 - May be due to
1.Missing or misspelled DD name
2. Read/Write to unopened dataset
3. Read to dataset opened output
4. Write to dataset opened input
5. Called subprogram not found
S0C4 - May be due to
1.Missing Select statement (during compile )
2. Bad Subscript/index
3. Protection Exception
4. Missing parameters on called subprogram
5. Read/Write to unopened file
6. Move data from/to unopened file
S0C5 - May be due to
1.Bad Subscript/index
2. Closing an unopened dataset
3. Bad exit from a perform
4. Access to I/O area(FD) before read
S0C7 - May be due to
1. Numberic operation on non-numeric data
2. Un-initialize working-storate
3. Coding past the maximum allowed such sub script
S0CB - May be due to
1. Division by Zero
(Continued on next question...)
Other Interview Questions
|