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 / neha
a=00
b=xy
because redefines only defines the length of the variables ,not the particular value.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the difference between perform … with test after and perform … with test before?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
how do you define single dimensional array and multidimensional array in your cobol?
What is the difference between external and global variables in COBOL?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is report-item in COBOL?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
what is search and searchall?what is the diffrence between them?give an best example?
What is amode(31)
Write down the divisions of cobol program?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
State the various causes of s0c1, s0c5 and s0c7.
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is Pic 9v99 Indicates in COBOL?
What are various search techniques in cobol? Explain.