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

How do you define a variable of comp-1 and comp-2?

701


Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

2331


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

8156


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

708


What is the difference between external and global variables in COBOL?

811






How do define dynamic array in cobol.

669


What is amode(24)?

680


What the difference is between continue and next sentence?

651


Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.

2052


What are the different data types in cobol?

786


how do you reference the printer file formats from cobol programs

653


What is difference between static and dynamic call in cobol?

772


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2103


Mention the guidelines to write a structured cobol program?

614


Explain the configuration section of a cobol program with examples of syntax.

655