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 / talluri
---subcript is a occurence of arry element
---index is a displacement no of an array element
subcript is declared as a variable in wss but index declared
using index by clause
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
explain sorting techniques in cobol program?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What are 77 levels used for?
What is length is cobol?
How do define dynamic array in cobol.
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
Difference between cobol and cobol-ii?
How to print 10 to 1 if the input have only 10 digit number?
Write a program that uses move corresponding.
For rewrite, why is it mandatory that file needs to be opened?
What are different data types in cobol?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is amode(24)?
Name the divisions, which are available in a cobol program?
How you can read the file from bottom?