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 / lakshmisudha
it display answer is xyxy
first xy for a and second xy for b.
only b will use same memory area it doesn't consider type of
datatype
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What are the cobol coding sheets?
Describe the cobol database components?
) what is the difference between AID and HANDLE AID?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How do u write test cases?
HOw can I get the negative sign while deduct high value from low value
What is the utilization of copybook in cobol?
What is length is cobol?
What is the Purpose of Pointer in the string?
What is the difference between PIC 9.99 and PIC9v99?
What are the different rules for performing sort operation?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
Explain what you understand by passing by value.
When is inspect verb is used in cobol?