HOW WE WILL SORT THE ARRAY WHICH IS GOING TO USE FOR SEARCH
ALL?
Answers were Sorted based on User's Feedback
Answer / guest
using ascending or decending key along with ocurs clause
| Is This Answer Correct ? | 8 Yes | 0 No |
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 |
what is sort? whis is internal & external sort ?when do u go for inter sort & external sort? tell about some sort utilites?
What are the differences bitween cobol and cobol-2?
what happens if we dont close cursor in db2-cobol pgm?
What is the use of LINKAGE SECTION?
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?
how can we code index in an array of cobol pgm?
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?
What is Static,Dynamic linking ?
If we use GO BACK instead of STOP RUN in cobol?
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?
How can you pass values from COBOL program to non-COBOL programs?
what is the use of comp2 ? where can we use it with example ?