What is the difference between a subscript and an index in
a table definition?
Answer Posted / satheesh gova
subscript specifies the no of occurances of a table or
array where as index specifies the displacement of a
table,subscript is working storage variable but index is not
working storage section variable,by using arithematic
operations we can increment and decrement the value of
subscript,but by using SET verb we can get it in index.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain about different table spaces.
Define static linking and dynamic linking.
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
What are the pertinent COBOL
Write a program to enter and display the names of students in a class using the occurs clause.
What rules are followed by the search verb.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is the difference between binary search and sequential search?
Have you used comp and comp-3 in your project? And how?
Differentiate between structured cobol programming and object-oriented cobol programming.
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What kind of error is trapped by on size error option?
What is the usage of comp fields in cobol?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?