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 comp-1 and comp-2?
Mention the guidelines to write a structured cobol program?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What is the difference between PIC 9.99 and PIC9v99?
Explain how to differentiate call by context by comparing it to other calls?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Which is not true about evaluate statement
Write a program that uses move corresponding.
What is the problem of ordered sequential files access?
How many bytes S(8) comp field occupy and its maximum value?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is difference between static and dynamic call in cobol?
) how do u code after getting data?
Write a program to enter and display the names of students in a class using the occurs clause.