HOW WE WILL SORT THE ARRAY WHICH IS GOING TO USE FOR SEARCH
ALL?

Answers were Sorted based on User's Feedback



HOW WE WILL SORT THE ARRAY WHICH IS GOING TO USE FOR SEARCH ALL?..

Answer / guest

using ascending or decending key along with ocurs clause

Is This Answer Correct ?    8 Yes 0 No

HOW WE WILL SORT THE ARRAY WHICH IS GOING TO USE FOR SEARCH ALL?..

Answer / raghav

by using sort function in jcl
jst take the the on whuch we are going to use the searchall
as input file

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More COBOL Interview Questions

what is sort? whis is internal & external sort ?when do u go for inter sort & external sort? tell about some sort utilites?

2 Answers   BirlaSoft,


What are the differences bitween cobol and cobol-2?

1 Answers   Wipro,


what happens if we dont close cursor in db2-cobol pgm?

6 Answers  


What is the use of LINKAGE SECTION?

1 Answers  


01 a pic s9(5) value -12345, if we disply a , the sign will overpunched with last digit but i need to get the miuns sign in the result?

7 Answers  


how can we code index in an array of cobol pgm?

1 Answers   Wipro,


Move Zeroes to I move 5 to j perform para1 varying I from 10 by -2 until I = 0 display j. para1. Add 5 to j. What’ll be the value after execution of display stmt. A) 35 B) 40 C) 30 D) 25 please explain how?

5 Answers  


What is Static,Dynamic linking ?

2 Answers  


If we use GO BACK instead of STOP RUN in cobol?

2 Answers   Temenos,


Program A calls program B. Will the working storage variables declared in program B be initialized every time it is called by program A or will the values be retained until the end of program A?

7 Answers  


How can you pass values from COBOL program to non-COBOL programs?

2 Answers  


what is the use of comp2 ? where can we use it with example ?

3 Answers   Covansys,


Categories