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
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
How arrays can be defined in COBOL?
how to refer the data field?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
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
What is the LINKAGE SECTION used in COBOL?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What rules are followed by the search verb.
What are the different types of condition in cobol and write their forms.
how do you reference the fixed unblock file formats from cobol programs
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
Write a program that uses move corresponding.
Write down the divisions of cobol program?
how do you reference the variable unblock file formats from cobol programs