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 we move X(7) to S9(7) COMP?
How to pass return codes from cobol to jcl?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
can we use variable picture clause as xx.99 in cobol.
what are difference organizations in cobol and access mode in cobol? can you expalin what organization means while declaring for ksds,esds,rrds?
what is the basic concept of mainframe? what knowledge is needed for learn this mainframe?
when iam reading a flat file which has 100 records through cobol program when iam reading 50th records it gets abends .. so when i run the program again it should read from 50th record .where it got abened ? how it is possible
What is the difference between NEXT SENTENCE and CONTINUE?
what are the utilities for load and unload the DB2 tables
what happens if we wont give timestamp in precompilation process ?
is it mandatory to give data division before procedure division ? wht happens if i give procedure division first thn data division ? reply soon
How do u write test cases?