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
In COBOL programming, what is PERFORM? What is VARYING?
What are the different rules to perform a Search?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Write down the divisions of cobol program?
What are the different types of condition in cobol and write their forms.
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?
Explain the configuration section of a cobol program with examples of syntax.
What is the problem of ordered sequential files access?
How do u write test cases?
What is the difference between comp and comp-3 usage?
What are the different data types in cobol?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Explain about different table spaces.
What is the default value(s) for an initialize and what keyword allows for an override of the default?
How do get the result of your program directly on your pc?