What is the difference beetween Arrays and Tables in Cobol?
please dont give the answer that arrays in cobol
terminology is called tables......
Answers were Sorted based on User's Feedback
Answer / obul
Storing the similar type of data in contiguous memory
locations is called an Array and storing the different type
of data in contiguous memory locations is called Table in COBOL.
Is This Answer Correct ? | 8 Yes | 1 No |
Answer / ravendra singh
we can use subscript with array but in the other hand with
table we can use indexing. we can perform search with array
by using subscript but with the table we can use both
subscript and the indexing searching an element into table.
Is This Answer Correct ? | 0 Yes | 0 No |
can u plz expain me how to declare dynamic array? what is the meaning of depending on clause in dynamic array?
I have a sequential file of 100 records. How do I load the records into a two dimensional array ?
HOW WE WILL SORT THE ARRAY WHICH IS GOING TO USE FOR SEARCH ALL?
how to display comp3 variables reply soon ?
what is scope terminator
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
what is the minimum number of lines a Cobol program should have to successfully compile and run
11 Answers ABC, Societe Generale,
I encountered an error when I move spaces to a numeric field?What should I do to move spaces on that field?help please.
what are the steps to sort in a cobol program?
is it mandatory to give data division before procedure division ? wht happens if i give procedure division first thn data division ? reply soon
What is the difference between comp and comp-3 usage?
ZEROES and SPACES are _______ constants (a) Figurative (b) Numeric (c) Non-numeric (d) Alphabete