Describe the difference between subscripting and indexing ?
Answers were Sorted based on User's Feedback
Answer / padmanabha naidu.p
subscripting specifies the occurence or position of the
array and index specifies displacement.
subscripting can be manipulated by artimetic operations.
index can by manipulated by set ,perform and search
operations.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / minhaj
subscript represent the occurence of array.
subscript defined with working storage section.
subscript value can be changed with add,subtract,multiplication.
Index represent first occurence in the array,Index define
along with table entries as part of occus class.
value of index can be changed by the set operator.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the difference between Perform para and perform asaection in cobol?
What is the use of EVALUATE statement?
What are the different open modes available in cobol?
) what is the difference between AID and HANDLE AID?
What is the point of the REPLACING option of a copy statement?
When is a scope terminator mandatory?
How do define dynamic array in cobol.
Give some examples of command terminators?
Why we should use cursor ?
How to know whether the module is dynamical or statistical?
how will u pass dadta to cobol+db2 program...?
how to transfer the file from pc to mainframe??