Answer Posted / sharath
Its a YES. Defenitely you can have redefines on 01.
| Is This Answer Correct ? | 25 Yes | 0 No |
Post New Answer View All Answers
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 are the different data types in cobol?
What are 77 levels used for?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
How do we get current date from system with century in COBOL?
What are various search techniques in cobol? Explain.
What is rmode(24)
how do you reference the esds vsam file formats from cobol programs
how do you reference the variable block file formats from cobol programs
Which Search verb is equivalent to PERFORM…VARYING?
When is inspect verb is used in cobol?
Write the code to count the sum of n natural numbers.
How can you get the ksds file records into your cobol program?
Describe the cobol database components?
how to access the file from prodution from changeman tool and to submit a file to production