is it possible to declare index in cobol program?
if it is not why its tell me pls
Answer Posted / amjith pillai
No need to 'Declare' Index in working Storage section.since
Index is internally represented by 'Index Register' which
is Full-Word binary.
Yes, you can directly mention Index in Occurs clause and
can increment and re-positioning the index variable
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is the difference between comp and comp-3?
how do you reference the esds vsam file formats from cobol programs
What is an in line perform? When would you use it? Anything else you wish to say about it.
Write a program that uses move corresponding.
Describe the cobol database components?
Whats the difference between search & search ALL?
Write the code to count the sum of n natural numbers.
What rules are followed by the search verb.
Why did you choose to work with ibm mainframe cobol programming?
How do define dynamic array in cobol.
Define cobol?
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
What do you understand by psb and acb?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc