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 / shan
Manju, you are exactly correct
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
How are the next sentence and continue different from each other?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
Explain about different table spaces.
Write down the divisions of cobol program?
What are different data types in cobol?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is link edit in cobol?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
How arrays can be defined in COBOL?
What is the problem of ordered sequential files access?
A table has two indexes defined. Which one will be used by the SEARCH?
Why would you use find and get rather than to obtain?
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.