01 var1 pic x(10)
01 var2 redefines var1 pic 9(10).
then in procedure division
move 'abcde' to var1 then waht is the value of var1 and var2
Answer Posted / merguadithya111
var1 is abcde
var2 is also abcde
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
what is search and searchall?what is the diffrence between them?give an best example?
) how do u code after getting data?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What are the various section in data division and briefly explain them.
What is inspect in cobol ?
Write a cobol program making use of the redefine clause.
What is report-item in COBOL?
Mention the guidelines to write a structured cobol program?
What is amode(31)
What are literals?
In COBOL, what is the different between index and subscript?
How do you get the data to code the BMS macro?
Can we redefine the field of x(200) to less than 200?
What is Pic 9v99 Indicates in COBOL?
What is a SSRANGE and NOSSRANGE?