What is the difference beetween Arrays and Tables in Cobol?
please dont give the answer that arrays in cobol
terminology is called tables......
Answer Posted / 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 |
Post New Answer View All Answers
What is a scope terminator give example?
What is static and dynamic call in cobol?
Which Search verb is equivalent to PERFORM…VARYING?
How do define dynamic array in cobol.
Write a program that uses move corresponding.
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
How many sections are there in data division in COBOL?
What is amode(24)?
How do you define a variable of comp-1 and comp-2?
Can we change the password using ALTER? anyone tried and changed?
Name the sections present in data division.
What is the difference between comp and comp-3?
What is report-item in COBOL?