What is an index for tables?
Answers were Sorted based on User's Feedback
Answer / shubha
index denotes the displacement value and it is system
defined.if you are using index variable with occurs
clause,it need not have be defined in the data division.but
it should be mentioned as i.e syntax is:
levelno(02 to 49) identifier occurs n times indexed by
indxname
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / guest
index is sama as primary key....
ex:if u open your book, if u can find the index inf rist
tow pages. table index is also same as this....
| Is This Answer Correct ? | 1 Yes | 0 No |
What is difference between static and dynamic call in cobol?
what is meaning by design document? who can repared for this?
What are various search techniques in cobol? Explain.
What was removed from COBOL in the COBOL II implementation?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
how do you reference the esds vsam file formats from cobol programs
In an array processing what is the thing that can be done by using subscripts but not by using index
How do you define a sort file in JCL that runs the COBOL program?
How do you come out of an EVALUATE statement?
What is difference between com and com3? Eg. s9(4) so what is the memory it will occupy com and com3.
What is the difference between subscript and index?
What does EXIT do ?