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 |
Define static linking and dynamic linking.
Which of the following files can be OPENed in all the 4 modes? The four modes are INPUT, I-O, OUTPUT and EXTEND. (a) INDEXED (b) RELATIVE (c) SEQUENTIAL (d) All of the above
how can u find out just by seeing wheater it is main program or sub program ? any two ways to identify reply soon ?
what is sort? whis is internal & external sort ?when do u go for inter sort & external sort? tell about some sort utilites?
input:- A 10 20 30 40 B 5 7 10 14 C 8 12 14 16.... output:- A = 100,B=36,C=50. Here spaces are considered between numbers. When we give input as above, the numbers should be added n displayed.So please help me out.
COMPUTE X = A * B - C * D and COMPUTE X = (A * B) - (C * D) (a) Are not the same (b) Are same (c) Syntactically wrong (d) Will yield a run time error
What is LENGTH in COBOL II?
why do u need inspect verb?
How do u write test cases?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What does the IS NUMERIC clause establish ?
Can we use icetool in cobol program?