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 |
which generation language is cobol
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
where will we code call by content and call by reference dude pls reply soon ?
How arrays can be defined in COBOL?
What is diff betn PS and ESDS file? What is the diffrent compiler options in cobol and there discription? What is retrive nth maximum salary from salary DB2 table. Can we redefine COM-3 variable with varchar variable?
How do you code Cobol to access a parameter that has been defined in JCL?
In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execution?
What is Redefines clause?
why we are using set in searchall?
where will u code file status ?
What are different file OPEN modes available in COBOL?
what is the difference between perform varying and perform until