Define REDEFINE clause and Is it possible to have the
redefine clause anywhere in the working storage section for
a data name?
Answer Posted / adarsha
thats right !
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is report-item in COBOL?
how do you reference the variable unblock file formats from cobol programs
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What is the difference between next sentence and continue in cobol programing language?
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
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?
What rules are to be followed while using the corresponding options?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What are all the divisions of a COBOL program?
how do you reference the fixed unblock file formats from cobol programs
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
how do you reference the variable block file formats from cobol programs