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

can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech

2184


What is inspect in cobol ?

1022


How many sections are there in data division in COBOL?

894


How are the next sentence and continue different from each other?

1024


how do you define single dimensional array and multidimensional array in your cobol?

870


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1865


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

1081


Write the code implementing the perform … varying.

826


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

976


What is the difference between PIC 9.99 and 9v99 in COBOL?

988


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

2076


Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.

5431


Name some of the examples of COBOl 11?

2887


What is the difference between comp and comp-3?

903


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

1028