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 |
how to transfer the file from pc to mainframe??
I had 100 records and i want to execute last three records by using cobol programming?what will be coding?
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.."
What is redefines clause in COBOL?
How will 128 be saved in s9 (3) comp-3 How will 12 be saved in s9 (2) comp
What is static and dynamic call in cobol?
how to display the dataset information?
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
88 class is used for
What is difference between comp & comp-4?
Can you please let me know the centre name of INS certification in Kolkata.
How many bytes S(8) comp field occupy and its maximum value?