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 |
Can you execute a PROC from another PROC?
is there any utility for restarting a particular step in jcl reply soon ?
How to copy one PS file to multiple PS files with same data?
Is CPU time (TIME parameter) assigned to a JOB and JOBSTEP BOTH, by default ?
i need some shortcuts and tso commands can any on ehelp me in these ?
What is DISP= (NEW,PASS,DELETE)?
How to get the last but one duplicate record of the file using Sort?
how do u see jobs submitted before ur job ?
Suppose I have 5 dataset listed under a single DD name in a catlogued PROC. How can I override one of those 5 dataset (say 3rd dataset)?
Are there any set of rules for the names of the steps used in a job?
What is the difference between these two parameters? -> accounting information -> class how would it bring the differrence to a program?
List in order the hierarchical levels of jcl?