how can you identify wheather the program is using search
or search all in the cobol program?
Answer Posted / krishnachaitanya
when we declare table ocuurs clause we give one key either
accending or descending key for binary search means we use
ordered data in that we use seachall key word here we get
only one record no duplicate.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do you get the data to code the BMS macro?
Can we redefine the field of x(200) to less than 200?
Write down the divisions of cobol program?
A table has two indexes defined. Which one will be used by the SEARCH?
Explain the configuration section of a cobol program with examples of syntax.
Name some of the examples of COBOl 11?
What is a scope terminator give example?
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
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
How do you differentiate between cobol and cobol-ii?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What is the difference between Call and a Link?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
Explain how you can characterize tables in cobol?
Define static linking and dynamic linking.