What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?
Answer Posted / sujitha
THE ANSWER 1 IS EXACTLY CORRECT
SOC1-DD NAME MIS SPELT
READ THE FILE IN OUTPUT MODE
WRITE THE FILE IN INPUT MODE
SOC4-BAD SUBSCRIPT OR INDEX
OPENING THE ALREADY OPENED FILE
SOC7-WHEN WE TRY TO PERFORM THE NUMERIC OPERATION ON NON
NUMERIC DATA
AND THE SPACE ABENDS THAT WE GET ARE SB37,SE37 AND SD37
SB37-END OF THE VOLUME
SE37-IN THE SPACE PARAMETER IF WE DONT SPECIFY THE NO OF
DIRECTORY BLOCKS
SD37-IN THE SPACE PARAMETER IF WE DONT SPECIFY THE
SECONDARY QUANTITY
| Is This Answer Correct ? | 12 Yes | 13 No |
Post New Answer View All Answers
What is Cataloged Procedures?
what is use of dcb parameter in dd statement?
how you can access an uncataloged dataset in a JCL?
what operation is performed by job statement?
is there any way to execute more than one proc in the same exec statement at the same time..?
What are the 4 fields in dd statement?
What are the jcl procedures?
Where can program checkpoints be stored for use in a restart?
what sort card you will use to copy the data from one dataset to another dataset?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
When output dataset space is required, what quantity categories are used?
what is the compile process of cobol program expalin with code
Explain dd statement in jcl?
what is JCL?
What is the difference between run mode and addressing mode?