Can we use redefine clause in occurs clause?

Answer Posted / sroul4

Redefines is just a pointer to the memory add, thus can be
done.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between next sentence and continue in cobol programing language?

712


How do you reference the following file formats from cobol programs?

695


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

744


A table has two indexes defined. Which one will be used by the SEARCH?

759


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

717






I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?

1807


how do you reference the printer file formats from cobol programs

665


What is the difference between comp and comp-3?

704


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

934


How do you differentiate between cobol and cobol-ii?

658


example for sub strings ? and refernce modifications whit output pls

1846


What are all the divisions of a COBOL program?

665


How to remove 2 duplicate records and copy only one using job control language?

754


What is the local-storage section?

683


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?

1230