i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More COBOL Interview Questions

What is R-mode and A-mode?

3 Answers   TCS,


State the various causes of s0c1, s0c5 and s0c7.

0 Answers  


How do you submit JCL via a Cobol program?

5 Answers   IBM,


At the minimum, which division of COBOL is enough to be coded?

3 Answers   CTS,


What is the difference between goback, stop run and exit program in cobol?

0 Answers  






i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?

5 Answers   HCL,


what is the use of keep and pass in disp

1 Answers  


How to open and see copy book ?

3 Answers  


Q:what is the difference between the variable length and fixed lenght.how it varies in the cobol.

12 Answers   CTS, Wipro,


In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execution?

3 Answers  


What are literals?

0 Answers  


if a=b how the flow will complete??? perform test through test-exit. perform activa through activa-exit. test. if a=b then next sentence else move a to c. test-exit. exit. activa. -- -- activa-exit. exit.

1 Answers   IBM,


Categories