is it possible to declare index in cobol program?
if it is not why its tell me pls
Answer Posted / reddy
YES ITS POSSIBLE.
IN ARRAYS WE CAN USE INDEX.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is the difference between comp and comp-3?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
Name the divisions, which are available in a cobol program?
How are the next sentence and continue different from each other?
What is static and dynamic call in cobol?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Why occurs cannot be used in 01 level in COBOL?
What are the access modes of START statement?
What are 77 levels used for?
what is search and searchall?what is the diffrence between them?give an best example?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
Name the sections present in data division.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that