can u give result for the fallowing example...
05 a pic 9(2)
05 b redifines a pic x(2).
move 'xy' to b.
display a,b.
Answer Posted / muttaiah
Dharma, can you give some clarification how a, b will hold
xy.
Thanks in advance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are all the divisions of a COBOL program?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What is link edit in cobol?
What are declaratives and what are their uses in cobol?
Write a program to enter and display the names of students in a class using the occurs clause.
What are the different types of condition in cobol and write their forms.
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is rmode(24)
What is the Purpose of Pointer in the string?
In COBOL programming, what is PERFORM? What is VARYING?
What is perform what is varying?
Differentiate between structured cobol programming and object-oriented cobol programming.
What is the difference between next sentence and continue in cobol programing language?
What is a scope terminator give example?
What is the difference between Global and External Variables?