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
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Difference between cobol and cobol-ii?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Can we change the password using ALTER? anyone tried and changed?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
How to print 10 to 1 if the input have only 10 digit number?
What are various search techniques in cobol? Explain.
When is inspect verb is used in cobol?
Why occurs cannot be used in 01 level in COBOL?
Are you comfortable in cobol or jcl?
For rewrite, why is it mandatory that file needs to be opened?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?