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 is the difference between structured cobol programming and object alternativelyiented cobol programming?
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 ......
How can you get the ksds file records into your cobol program?
Explain how to differentiate call by context by comparing it to other calls?
When is inspect verb is used in cobol?
) How do u handle errors in BMS macro?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is amode(31)
How do you reference the fixed block file formats from cobol programs
how do you reference the rrds file formats from cobol programs
What is perform what is varying?
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.
What are declaratives and what are their uses in cobol?
In COBOL, what is the different between index and subscript?
how do you reference the fixed unblock file formats from cobol programs