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

how to transfer the file from pc to mainframe??

2 Answers  


I had 100 records and i want to execute last three records by using cobol programming?what will be coding?

4 Answers   IBM,


i friends greetings to the day...!!! I face a quation like"while runnig the programe every day i have to access the previous day updates only...!! Ex:- Let last day 100 customers took bank account i have to select those customers only.."

4 Answers   CSC,


What is redefines clause in COBOL?

0 Answers   B-Ways TecnoSoft,


How will 128 be saved in s9 (3) comp-3 How will 12 be saved in s9 (2) comp

3 Answers   CTS,


What is static and dynamic call in cobol?

0 Answers  


how to display the dataset information?

2 Answers  


if a dataset is already created with fixed length but after that i want to change fixed length to variable length then how is it possible

3 Answers   IBM,


88 class is used for

5 Answers   CTS, EDS,


What is difference between comp & comp-4?

6 Answers  


Can you please let me know the centre name of INS certification in Kolkata.

0 Answers  


How many bytes S(8) comp field occupy and its maximum value?

0 Answers  


Categories