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
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
How do u write test cases?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
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?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
Mention the guidelines to write a structured cobol program?
What is the difference between goback, stop run and exit program in cobol?
how do you reference the ksds vsam file formats from cobol programs
Why did you choose to work with ibm mainframe cobol programming?
Name some of the examples of COBOl 11?
HOw can I get the negative sign while deduct high value from low value
In COBOL, what is the different between index and subscript?
Write a cobol program making use of the redefine clause.
What are various search techniques in cobol? Explain.