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
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is Pic 9v99 Indicates in COBOL?
What is amode(24)?
Difference between array and sub-script ?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
What is the difference between a binary search and a sequential search what are the pertinent cobol?
How do you reference the following file formats from cobol programs?
Name the divisions, which are available in a cobol program?
How do you reference the fixed block file formats from cobol programs
Explain how you can characterize tables in cobol?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is the difference between comp and comp-3 usage?
How do you get the data to code the BMS macro?