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
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is the Purpose of Pointer in the string?
Differentiate between structured cobol programming and object-oriented cobol programming.
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is the difference between comp and comp-3 usage?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
How do you reference the fixed block file formats from cobol programs
what is the use of outrecord?
how do you reference the rrds file formats from cobol programs
What is the local-storage section?
Write down the divisions of cobol program?
In COBOL programming, what is PERFORM? What is VARYING?
how do you reference the printer file formats from cobol programs