diffrence between renames and redifnes with examples
Answer Posted / chaitanya chandana
redefines can use the any level no(0-49)...
but renames uses the 66 level no...
redefine may not perform subsequent to earlier data-item.
rename perform subsequent to earlier data-item.
Plz correct me if any mistake to my answer..
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
what is search and searchall?what is the diffrence between them?give an best example?
Explain the configuration section of a cobol program with examples of syntax.
what is amode(24), amode(31), rmode(24) and rmode(any)?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Difference between array and sub-script ?
What is the LINKAGE SECTION used in COBOL?
Define cobol?
What are the different rules for performing sort operation?
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
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is the difference between binary search and sequential search?
What is the difference between goback, stop run and exit program in cobol?
What is the problem of ordered sequential files access?
Why occurs cannot be used in 01 level in COBOL?
Write a program to explain size error.