Describe the difference between subscripting and indexing ?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

964


If you are current on the owner of a set, what is the difference between obtain next and obtain first?

848


how do you reference the fixed unblock file formats from cobol programs

925


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.

6092


I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue

2245


Explain what you understand by passing by value.

914


What rules are followed by the search verb.

829


What are various search techniques in cobol? Explain.

866


What rules are to be followed while using the corresponding options?

831


i want a program using by if, evaluate , string, unstring, perform, occurs?

4345


What is perform what is varying?

916


how do you reference the rrds file formats from cobol programs

1155


What are the pertinent COBOL

2243


what is amode(24), amode(31), rmode(24) and rmode(any)?

893


I have a File that has duplicate records. I need only those records that occur more than thrice.?

9238