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
State the various causes of s0c1, s0c5 and s0c7.
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Can you please let me know the centre name of INS certification in Kolkata.
how to move the records from file to array table. give with code example
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Which division and paragraphs are mandatory for a COBOL program?
Differentiate between structured cobol programming and object-oriented cobol programming.
What rules are followed by the search verb.
Can a Search can be done on a table with or without Index?
i want a program using by if, evaluate , string, unstring, perform, occurs?
Explain the configuration section of a cobol program with examples of syntax.
What do you understand by psb and acb?
Write a program to explain size error.
) how do u code after getting data?