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 |
There are a set of 10 files and a customer will be selecting random no of files(i.e they may be more than 2, may not be in the order).Sometimes he might just select one file or sometimes no files at all.How do you code a JCL for this? Is it possible to code just JCL alone for this problem?
please could u tell me the difference between SORT, SYNCSORT,CA-SORT, DFSORT,
diff bw SB37,SD37,SE37 ?( bcz these 3 belongs Space related abends only)
what are the technical terms for // /* in jcl
What is 'S0C7' abend?
What is the difference between these two parameters? -> accounting information -> class how would it bring the differrence to a program?
what do you mean by include statement in jcl?
How to identify where file is empty or not? How many ways are there to identifying?
what happens if job falls in loop ? how to resolve it ?
How to compare 2 files using File-Aid?
a job have 5 steps and it will executes a proc which have 5steps in it. now i have to execute step3 only when step2 of proc executes successfully
if my GDG limit has been kept as 50 and if am trying to put 60 records.what would happen. will there be any abend for this scenario