How to display the index.(displacement from an array)

Answer Posted / shan

The above set statements are correct but the variable which
you are going to display should be defined as usage is index.

Is This Answer Correct ?    3 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In COBOL, what is the different between index and subscript?

945


What rules are followed by the search verb.

829


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?

1410


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

858


What are various search techniques in cobol? Explain.

864


How you can characterize tables in cobol?

921


) how do u code after getting data?

1795


What is a SSRANGE and NOSSRANGE?

1113


What are different data types in cobol?

908


What is the difference between comp and comp-3?

893


write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc

984


Discuss about changing dataset name in proc.

957


What is the difference between binary search and sequential search?

854


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.

1350


What are the different data types in cobol?

1044