What are the situations u have used in ur project for
Subcript and Index ?
1.if u use Subscript why not Index,why u choose Subscript
only?
2.if u use Index why not Subscript,what abt Displacement?
Answer Posted / app
SUBSCRIPT: No. of occurences of a table is called Subscript.
INDEX: The disposition of the element.
Index can be used in Table data searching and Sorting but
Subscript won't be useful for the above.
Subscript reperesents as a occurence no. it must be
converted to displacement value each time its used so.. it
is less efficent than index.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How do you differentiate between cobol and cobol-ii?
What is a SSRANGE and NOSSRANGE?
Describe the cobol database components?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is the problem of ordered sequential files access?
how do you reference the rrds file formats from cobol programs
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Write a cobol program making use of the redefine clause.
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 guidelines should be followed to write a structured cobol prgm?
What are the different data types in cobol?
Define static linking and dynamic linking.
Have you used comp and comp-3 in your project? And how?
What are the different types of condition in cobol and write their forms.
what is amode(24), amode(31), rmode(24) and rmode(any)?