what is redefines? where it can be effectively use for the
purpose of memory utilization? give an example?
Answer Posted / raghu
hi suman,redfined item cannot be redfined again.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the pertinent COBOL commands?
What is Pic 9v99 Indicates in COBOL?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is link edit in cobol?
What rules are followed by the search verb.
What is inspect in cobol ?
Can we change the password using ALTER? anyone tried and changed?
how to refer the data field?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What are the access modes of START statement?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Why occurs cannot be used in 01 level in COBOL?
When is inspect verb is used in cobol?