what is dynamic array in cobol?
what is the difference b/w array and table in cobol?

Answer Posted / harihar

Difference between:

Array is a multiple occurances of a single data item with
same data type.But table can have more than one data item
with different types of data type respectively.

Dynamic Array:
The dynamic array is nothing but no of occurrances of data
item changes dynamically during the program execution.

Is This Answer Correct ?    21 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the cobol coding sheets?

666


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

885


Which Search verb is equivalent to PERFORM…VARYING?

691


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

722


In COBOL, what is the different between index and subscript?

763






How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

710


Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

827


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

780


Define cobol?

866


What is the Purpose of Pointer in the string?

645


Which is not true about evaluate statement

1605


What is the difference between structured cobol programming and object alternativelyiented cobol programming?

711


how do you reference the ksds vsam file formats from cobol programs

669


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1121


what is s000 u4087 error? please give the all error codes in cobol,jcl.

17054