can u plz expain me how to declare dynamic array? what is
the meaning of depending on clause in dynamic array?

Answer Posted / roger riek

You can indeed create dynamic arrays in MVS Cobol. You need
to use the heap facility in the language environment.
There is a discussion about how to do this at
http://home.centurytel.net/rjriek/

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?

2052


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

677


What type of SDLC u followed? Why?

1516


how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

1646


how do you reference the variable block file formats from cobol programs

680






what is difference between cobol and cobol/400

21556


what happens if parmparameter passes zero bytes to the program

1659


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 ......

10578


how to move the records from file to array table. give with code example

2216


How do get the result of your program directly on your pc?

1878


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

709


What is perform what is varying?

701


How do you reference the fixed block file formats from cobol programs

701


What is rmode(24)

676


Can we redefine the field of x(200) to less than 200?

814