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 |
Can we move X(7) to S9(7) COMP?
Hi Devolopers.. i need ur help.. i have 3 years of exp in Manual testing and SQL, next month onwards i shifted in to MAINFRAME TESTING... i have ZERO Knowledge abt mainframes.... PLS SUGGEST ME WHAT I LEARN in AMEERPET? mainframe testing or mainframe total devolopment subject... AS a devoloper u know every thing tester what to do PLSSSSSSSSS help me ITS VERY URGENT...
If I want to increase the Limit in GDG. What should I do?
how to display the dataset information?
write a program to eliminate duplicate records in a input file and send them to output file.
Explain the configuration section of a cobol program with examples of syntax.
When and how can we use index & subscript ?
) how do u code after getting data?
What is different between variable length and fixed length?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
Can anyone explain me CALL procedure in COBOL.Does it carries similarities like call by reference in C.
i have n records in one file and in this file there is some fields and i want to count that how many sharma in my file so plz give the coding that how we read sharma ?