01 var1 pic x(10)
01 var2 redefines var1 pic 9(10).
then in procedure division
move 'abcde' to var1 then waht is the value of var1 and var2
Answer Posted / veena
************************************************************
************************************************************
************************************************************
It will give compilation error.
| Is This Answer Correct ? | 0 Yes | 11 No |
Post New Answer View All Answers
What rules are followed by the search verb.
I have a File that has duplicate records. I need only those records that occur more than thrice.?
how do you reference the variable unblock file formats from cobol programs
What are the different data types in cobol?
How do u write test cases?
Discuss about changing dataset name in proc.
) what is the difference between AID and HANDLE AID?
HOw can I get the negative sign while deduct high value from low value
What is the difference between Call and a Link?
For rewrite, why is it mandatory that file needs to be opened?
What are different data types in cobol?
Can a Search can be done on a table with or without Index?
what is amode(24), amode(31), rmode(24) and rmode(any)?
Which Search verb is equivalent to PERFORM…VARYING?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?