How do define Dymanic array in cobol how do u define single
demensional arry and multidymensional arry in ur cobol.

Answer Posted / mr.perfect

dynamic array is used to accept the value based on the
random value

dynamic array-
01 yy grp.
05 month pic x(4) occurs 10 times depending upon IDX
IDX is variable name


01 idx pic x(1).

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how you can characterize tables in cobol?

632


which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad

1012


Name the divisions, which are available in a cobol program?

673


What do you understand by psb and acb?

659


what is the difference between COBOL2 AND COBOL390?

2436






how can i see junk values in dclgen or in hostvariable of comp ?

2532


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

5651


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

675


What is the difference between Call and a Link?

687


What is the compute verb? How is it used?

649


I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue

1915


Write the code to count the sum of n natural numbers.

695


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

724


What are different data types in cobol?

675


What is the difference between perform … with test after and perform … with test before?

862