Answer Posted / prakash shrivastava
Redifines clause is used to allocate more than one data in
same memory location....
ex:- 77 a pic 9(2).
77 b redefines a pic 9(2).
| Is This Answer Correct ? | 20 Yes | 31 No |
Post New Answer View All Answers
Which is not true about evaluate statement
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Name the divisions, which are available in a cobol program?
How to remove 2 duplicate records and copy only one using job control language?
How do you differentiate between cobol and cobol-ii?
Can we change the password using ALTER? anyone tried and changed?
How do we get current date from system with century in COBOL?
What are different data types in cobol?
how do you reference the variable block file formats from cobol programs
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
) How do u handle errors in BMS macro?
How do get the result of your program directly on your pc?
how to move the records from file to array table. give with code example
How you can characterize tables in cobol?