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 |
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?
How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01
//step#3 exec pgm = hkbc762 what is wrong with the syntax?
in production region 100 steps are running,but i need to run only step5 without changing code how can i do it?
what are the ways of passing data to a cobol program from jcl?
What is the difference between joblib and jcllib statements
How does jcl specify the job to the operating system?
What is S322 abend ?
can i sort packed decimal if i can tell the syntax
What is the use of the utility DFSRRC00 in the JCL?
What is COND=EVEN ?