how to resolve soc-7 ? please tell me
Answers were Sorted based on User's Feedback
Answer / sharmila_g
soc 7 is a data exception error (or) invalid data (or) bad data.
eg: moving all arithmetic operations.
| Is This Answer Correct ? | 13 Yes | 2 No |
Answer / raghuveer
change the non numric data given into numeric
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vinothkumar
Answer: To change the correct manipulating operation for
that suitable data type.
for ex:
move non-numeric value to numeric value, this is wrong.
so move the correct variable to the corresponding data type.
Wrong : MOVE 'ABCD' TO A.
where, 'A' is 10 & 'ABCD' is the alphabets.
Correct : MOVE 5 TO A.
MOVE 'ABCD' TO WS-MSG.
| Is This Answer Correct ? | 0 Yes | 0 No |
what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include temporary file used for sorting in assign statement?
How can the submitting users racf authority be overridden in a job stream?
how to execute the last 5 steps in jcl
Mention the types of job control statements?
how can u identify the db2 from jcl ?
i have 10 steps in jcl program but i have to exicute only 2,4,6,8th and 10th ?how it's possible?
What 3 guidelines do we have to follow when concatenating DD statements?
How can a fb file convert to vb file using sort program?
Is their any set of rules for dd? Explain.
what does mvs stand for?
wht happens if cond=true ? pls give me with an example ?
TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?