Answer Posted / raja
Subscript refers to the array occurrence while index is the
displacement (in no of bytes) from the beginning of the
array. An index can only be modified using PERFORM, SEARCH
& SET. Need to have index for a table in order to use
SEARCH, SEARCH ALL.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is the difference between binary search and sequential search?
Write a program to explain size error.
Write down the divisions of cobol program?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
how do you reference the printer file formats from cobol programs
) what is the difference between AID and HANDLE AID?
how do you reference the ksds vsam file formats from cobol programs
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Why occurs cannot be used in 01 level in COBOL?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
Difference between cobol and cobol-ii?
What is the difference between comp and comp-3?
IF I mention stop run in CICS what happens?
A table has two indexes defined. Which one will be used by the SEARCH?