HOW WE WILL SORT THE ARRAY WHICH IS GOING TO USE FOR SEARCH
ALL?
Answer Posted / 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 View All Answers
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is a scope terminator give example?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is an in line perform? When would you use it? Anything else you wish to say about it.
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is amode(24)?
Why occurs cannot be used in 01 level in COBOL?
How are the next sentence and continue different from each other?
What is the difference between structured cobol programming and object alternativelyiented cobol?
How do define dynamic array in cobol.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
Have you used comp and comp-3 in your project? And how?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
What is comp-1 and comp-2?