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 |
how will u code parm parameter and where pls ?
what is sort? whis is internal & external sort ?when do u go for inter sort & external sort? tell about some sort utilites?
What is the utilization of copybook in cobol?
how can we get current dat and time thru cobol pgm
Hi All, Can anyone tell me how we can MOVE value of a X(19) variable to a S9(17) COMP-3 variable? Answer with an Example will be of great help.
What rules are to be followed while using the corresponding options?
What are the functions like c or c++ in cobol?
Write a program that uses move corresponding.
how can we code index in an array of cobol pgm?
in the TIME parameter we r giving hours r minutes
Consider the following COBOL entries 05 X PIC 99 VALUE 10. ADD 40 X TO X. COMPUTE X = 3 * X - 40. The result in X is
is it possible to declare index in cobol program? if it is not why its tell me pls