How to display the index.(displacement from an array)
Answer Posted / naina
Ye we can!!!
The easiest way, which would work in all versions of COBOL
is
SET W-S-VAR-PICS9(9)-USAGE-DISPLAY TO THE-INDEX-U-WANT-TO-
DISPLAY
DISPLAY W-S-VAR-PICS9(9)-USAGE-DISPLAY
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
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
Write a program that uses move corresponding.
What is the usage of comp fields in cobol?
Write the code to count the sum of n natural numbers.
Can you please let me know the centre name of INS certification in Kolkata.
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Describe the cobol database components?
What rules are to be followed while using the corresponding options?
What is report-item in COBOL?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What are the different types of condition in cobol and write their forms.
A table has two indexes defined. Which one will be used by the SEARCH?
) How do u handle errors in BMS macro?
how do you reference the esds vsam file formats from cobol programs
what is search and searchall?what is the diffrence between them?give an best example?