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


Please Help Members By Posting Answers For Below Questions

What is the difference between structured cobol programming and object alternativelyiented cobol programming?

834


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 ......

11133


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

727


Explain how to differentiate call by context by comparing it to other calls?

792


When is inspect verb is used in cobol?

791






) How do u handle errors in BMS macro?

1514


What is the Purpose of POINTER Phrase in STRING command in COBOL?

845


What is amode(31)

807


How do you reference the fixed block file formats from cobol programs

805


how do you reference the rrds file formats from cobol programs

937


What is perform what is varying?

805


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

1048


What are declaratives and what are their uses in cobol?

797


In COBOL, what is the different between index and subscript?

851


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

804