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 |
wht do u mean by notify parameter, how can u give acess to multiple users ?
what is DSN in JCL and what are the parameters to declare the DSN?
If job is submitted with typerun = hold then how can we submit the same job?
Is CPU time (TIME parameter) assigned to a JOB and JOBSTEP BOTH, by default ?
What is the difference between joblib and jcllib statements
How can i execute 5th step without executing first 4 steps?
How to point my proc to production dataset always though i keep jcllib order=development.dataset? Is it possible?
IN-STREAM DATA NOT ALLOWED IN PROC how can come out from this problem
Which is the most widely used batch performance monitor for DB2?
suppose i have job it contains 10 steps after exicution of job failuer at 3 and 7 th steps i want exicute step 3 and step 7 only how we specify condition ?
In my JCL 10 Steps Will Be there Now i want to execute step05 And step06. How to Give the Cond?
Explain dfsort utility?