soc-7 is a bad data,invalid data.
when ever we are moving the alphabets in the position of
numeric then we got this abend. so my question is if
o1 ws-data pic 9(1) value passing the alphabet some x. then
we got soc-7 or not? i want clarification ?
Answer Posted / sruthi
Hi,
we can pass numeric data to alphanumeric.bcz x accept
both numerica alphabets.
if we pass numerics to alphebets like 9 to a we will get
that kind of error.
| Is This Answer Correct ? | 4 Yes | 9 No |
Post New Answer View All Answers
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
how do you define single dimensional array and multidimensional array in your cobol?
What are the different data types in cobol?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Give some examples of command terminators?
What are the different rules of SORT operation?
What do you understand by psb and acb?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What guidelines should be followed to write a structured cobol prgm?
What are the rules of the move verb?
What is comp-1 and comp-2?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?