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
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What do you understand by psb and acb?
What is the compute verb? How is it used?
Are you comfortable in cobol or jcl?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
i want a program using by if, evaluate , string, unstring, perform, occurs?
what is the difference between COBOL2 AND COBOL390?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Can you please let me know the centre name of INS certification in Kolkata.
How do you reference the following file formats from cobol programs?
what is search and searchall?what is the diffrence between them?give an best example?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?