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
i need a small 3d program using inline and outline.
Which Search verb is equivalent to PERFORM…VARYING?
How do u write test cases?
How many sections are there in data division in COBOL?
explain sorting techniques in cobol program?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
What are the different rules of SORT operation?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Write a cobol program making use of the redefine clause.
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
how do you reference the variable unblock file formats from cobol programs
What is the difference between PIC 9.99 and 9v99 in COBOL?
how do you reference the fixed unblock file formats from cobol programs
What is the difference between structured cobol programming and object alternativelyiented cobol?
how to convert the recors form vsam file to db2 table tru file aid