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
how do you reference the printer file formats from cobol programs
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
How to know whether the module is dynamical or statistical?
What is report-item in COBOL?
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?
What is amode(24)?
Why would you use find and get rather than to obtain?
What are all the divisions of a COBOL program?
Difference between cobol and cobol-ii?
What is the utilization of copybook in cobol?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
Explain how you can characterize tables in cobol?
How do you define a variable of comp-1 and comp-2?
For rewrite, why is it mandatory that file needs to be opened?
Write some characteristics of cobol as means of business language.