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
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
how do you reference the fixed unblock file formats from cobol programs
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.
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
Explain what you understand by passing by value.
What rules are followed by the search verb.
What are various search techniques in cobol? Explain.
What rules are to be followed while using the corresponding options?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is perform what is varying?
how do you reference the rrds file formats from cobol programs
What are the pertinent COBOL
what is amode(24), amode(31), rmode(24) and rmode(any)?
I have a File that has duplicate records. I need only those records that occur more than thrice.?