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

Answers were Sorted based on User's Feedback



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

Answer / 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

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

Answer / ram g

array also can have more than one data item with different
data types...

before differentiating b/w array nd table...just thing how
will get table...

absolutely u r rite about dynamic array definition but is
it possible in cobol current version..if yes..then how? plz
dont say occurs depending on ...which is not at all dynamic
array concept...

Is This Answer Correct ?    4 Yes 2 No

Post New Answer

More COBOL Interview Questions

RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE

12 Answers   TCS,


how to display comp3 variables reply soon ?

4 Answers   Patni,


how to pass 100 to s9(4) how r they inserted ?

3 Answers   TCS,


Difference between array and sub-script ?

0 Answers   HCL,


Can we use icetool in cobol program?

3 Answers  






What are declaratives and what are their uses in cobol?

0 Answers  


Write a program to concert an Indexed file into Sequential file?

1 Answers   Covansys,


What is the difference between CONTINUE & NEXT SENTENCE ?

2 Answers  


How you can read the file from bottom?

0 Answers  


What is "Call by content" and "call by reference"?

4 Answers   ADP, Syntel,


Define REDEFINE clause and Is it possible to have the redefine clause anywhere in the working storage section for a data name?

3 Answers  


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

0 Answers  


Categories