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
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 |
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 |
RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE
how to display comp3 variables reply soon ?
how to pass 100 to s9(4) how r they inserted ?
Difference between array and sub-script ?
Can we use icetool in cobol program?
What are declaratives and what are their uses in cobol?
Write a program to concert an Indexed file into Sequential file?
What is the difference between CONTINUE & NEXT SENTENCE ?
How you can read the file from bottom?
What is "Call by content" and "call by reference"?
Define REDEFINE clause and Is it possible to have the redefine clause anywhere in the working storage section for a data name?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?