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


Please Help Members By Posting Answers For Below Questions

Explain what you understand by passing by value.

694


what is the difference between COBOL2 AND COBOL390?

2453


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?

894


How do u write test cases?

1633


how do you reference the variable unblock file formats from cobol programs

748






Write the code to count the sum of n natural numbers.

697


What is static and dynamic call in cobol?

592


How can you get the ksds file records into your cobol program?

642


Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.

1701


What is perform what is varying?

705


How did the release of cobol/370 version 1.3 improve the performance of release 1.1?

645


explain sorting techniques in cobol program?

686


i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc

2103


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10597


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1612