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 |
can we write paragraph in area B .....
what is filler and what is use of filler
What is the meaning of 'Eject' verb in cobol?
How to delete a front spaces in a data-name/variable in cobol Example:- 01 data-name-1 PIC x(20) value " cobol language". 01 data-name-2 PIC x(20). MOVE data-name-1 to data-name-2. would like the value of data-name-2 is "cobol language".
What should be the sorting order for SEARCH ALL?
how do you reference the esds vsam file formats from cobol programs
i am a btech cs 2009 passout. i am opting for mainframe course. is it good to do this course? pls. anyone suggest me
whats the disadvantage of search all over search?
Differentiate between structured cobol programming and object-oriented cobol programming.
How many bytes will be allocated for the following record description entries? 01 REC-A. 05 A PIC S9(4). 05 B PIC XXXBXXX. 05 C PIC ____9.99. 05 D PIC S9(5) COMP-3. 05 E PIC 9(3) COMP.
16 Answers IBM, TCS,
How do u initialize an array?
example for sub strings ? and refernce modifications whit output pls
0 Answers College School Exams Tests, IBM,