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 traceback if I am getting SOC7 or SOC4 abend? List down the steps
In COBOL programming, what is PERFORM? What is VARYING?
how do you reference the variable unblock file formats from cobol programs
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is a report item?
Can we change the password using ALTER? anyone tried and changed?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How to remove 2 duplicate records and copy only one using job control language?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What are declaratives and what are their uses in 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
How do you define a variable of comp-1 and comp-2?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
How do get the result of your program directly on your pc?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning