When search all is used in cobol program without sorted
input data?
Answer Posted / sainath
No, for search all command ,data should be in sorted order
Is This Answer Correct ? | 19 Yes | 6 No |
Post New Answer View All Answers
What are the rules of the move verb?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
Name some of the examples of COBOl 11?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
When is inspect verb is used in cobol?
In COBOL, what is the different between index and subscript?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
A table has two indexes defined. Which one will be used by the SEARCH?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
What are the different rules for performing sort operation?
how do you reference the ksds vsam file formats from cobol programs
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is redefines clause in COBOL?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?